Skip to content

Commit 26f0798

Browse files
authored
Merge pull request #21 from paulkakell/dev
Robust Demo system
2 parents ee7428b + 0cfe09d commit 26f0798

47 files changed

Lines changed: 493 additions & 20 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Changelog
22

33

4+
## 00.10.00
5+
6+
- Additive: Demo mode in settings.yml (`demo.enabled`) to run Timeboard as a safe public demo.
7+
- Additive: Robust seeded demo dataset themed as "Dunder Mifflin Paper Company, Inc".
8+
- Seeds users with manager/subordinate hierarchy, assigned tasks, task follows, nested subtasks, recurrence patterns, and in-app notifications.
9+
- Additive: Automatic demo reset job (`demo.reset_interval_minutes`) that purges + rebuilds the demo dataset on a schedule.
10+
- Fix/Security: Outbound notification integrations (email/webhooks/API/discord/gotify/ntfy/WNS) are blocked when `demo.disable_external_apis` is enabled.
11+
12+
Compatibility: Backward compatible (no DB schema changes).
13+
14+
Refs: Issue N/A, Commit N/A
15+
16+
417
## 00.09.00
518

619
- Additive: Global task search (navbar) that searches across task fields and tags.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ Common settings:
106106
- `database.path`: SQLite DB file path (default `/data/timeboard.db`).
107107
- `purge.default_days`: default purge window for archived tasks.
108108
- `purge.interval_minutes`: how often the purge job runs.
109+
- `demo.enabled`: when true, Timeboard runs as a self-resetting demo instance.
110+
- `demo.reset_interval_minutes`: how often the demo dataset is wiped + rebuilt.
111+
- `demo.disable_external_apis`: blocks outbound notifications/webhooks/email in demo mode.
109112
- `email.*`: legacy seed values (copied into the database on first run if no DB settings exist). Runtime configuration is managed in the admin UI (SMTP or SendGrid).
110113

111114
Docker note (SMTP): if Timeboard is running in a container, setting the SMTP host to `localhost` / `127.0.0.1` will try to connect to the container itself.
-10 Bytes
Binary file not shown.
-10 Bytes
Binary file not shown.
551 Bytes
Binary file not shown.
28.5 KB
Binary file not shown.

app/__pycache__/db.cpython-311.pyc

-10 Bytes
Binary file not shown.
450 Bytes
Binary file not shown.
-10 Bytes
Binary file not shown.
13.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)