Delivery Checklist
Core Product
- Setup/login/logout
- Daily activity logging with validation
- Category CRUD
- Project CRUD + active/inactive
- Daily summary cards and focus breakdown
- CSV/PDF export
Analytics
- Date-range analytics
- Weekly summary page
- Monthly trend page
- Energy trend chart
- Category/project drill-down over time
Planning + Drift
- Planned allocation entry
- Drift score and over/under-focus indicators
Team + RBAC
- Team membership model
- Role checks (
OWNER,ADMIN,MEMBER) - Team member management page
- Team dashboard breakdown
Security + Operations
- CSRF origin checks on mutating actions
- In-memory rate limiter on sensitive paths
- Audit log persistence
- Scheduled export configs + runner script
AI + Quality
- Daily narrative generation (AI + fallback)
- Unit tests for core libraries
- Lint/build/test passing