Handover workspace

ERS, Todo, OfferReview, and Docu in one view

Imported from live server docs, code structure, and deployment notes.

Apr 3, 2026, 12:38 PM

Todo

Delivery Checklist

No summary found yet.

docs/MVP_CHECKLIST.md

Updated Mar 4, 2026, 3:14 AM

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