Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 659 Bytes

TODO.md

File metadata and controls

26 lines (22 loc) · 659 Bytes

v0.2 Data model fixes

  • Add permission codes system
  • Add clubs
  • Add members

v0.1.1

  • Zod!
  • Add public_id and __typename Interceptor
  • Add seed data
  • Deploy to AWS
  • Migrations
  • Fix tests
  • Logging solutions?

v0.1 Data models

  • Create election module
  • Create candidate module
  • Create vote module

v0.0.0 Initial Setup

  • Create NestJS project
    • Configure .prettierrc.json, .eslintrc.js, and tsconfig.json
  • Setup MySQL database
  • Connect to database using TypeORM
    • Read ENV vars with @nestjs/config