Project Sprint Backlog

This is the operational TODO list for your flagship backend project.

Currently Doing

  • [ ] Initialize repository with uv
  • [ ] Set up Docker Compose for local development (PostgreSQL & FastAPI)

To Do (Backlog)

  • [ ] Implement Users CRUD
  • [ ] Implement Password Hashing & JWT Flow
  • [ ] Implement Category & Product tables
  • [ ] Implement Order placement endpoint with database transactions
  • [ ] Add listing filters, sorting, and pagination
  • [ ] Write integration tests for API endpoints
  • [ ] Add GitHub Actions testing workflow

Done

  • [x] Create project files and folders structure