managarten/apps/todo/docs
Till-JS 99fdf1d17f ♻️ refactor(todo): remove statistics, network view and session tasks; implement demo mode
Remove complex, low-usage features to simplify codebase:
- Statistics/Heatmap: ~1,900 LOC removed (charts, store, page)
- Network View: ~800 LOC removed (D3.js graph, store, API, page)
- Session Tasks: ~190 LOC removed, replaced with demo mode

Demo mode improvements:
- Static sample tasks instead of confusing sessionStorage behavior
- Auth gate shows when users try to create/edit/complete tasks
- Clear "Demo-Modus" banner for unauthenticated users
- Better UX: users can explore the app without frustration

Total estimated savings: ~2,800 LOC
2026-01-28 13:58:15 +01:00
..
CLEANUP_PLAN.md ♻️ refactor(todo): remove statistics, network view and session tasks; implement demo mode 2026-01-28 13:58:15 +01:00
TASK_METADATA.md feat(todo): add task metadata fields and mana page 2025-12-09 14:29:56 +01:00