Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.1 KB

File metadata and controls

29 lines (23 loc) · 1.1 KB

My Project

Phase 1 — Foundation | done

  • Project setup :: Repo, tooling, CI/CD, linting
  • Database schema :: Core models and migrations
  • Authentication :: JWT login, registration, password reset
  • Basic API :: CRUD endpoints for primary resource

Phase 2 — Core Features | active

  • User dashboard :: Overview page with key stats
  • [~] Search & filtering :: Full-text search with faceted filters [2026-04-10]
  • File uploads :: Image handling, resize, thumbnails [2026-04-20]
  • Reporting :: Export to PDF and CSV
  • Email notifications :: Transactional emails for key events

Phase 3 — Polish & Launch | pending

  • Performance audit :: Lighthouse, query optimisation, caching [2026-05-15]
  • Security review :: Penetration test, dependency audit
  • Documentation :: API docs, user guide, README
  • Launch prep :: Landing page, pricing, onboarding flow

Notes