Skip to content

v2.00 (June 21, 2020)

Latest
Compare
Choose a tag to compare
@git-ced git-ced released this 21 Jun 12:52
· 26 commits to master since this release
b59a38d

New Tech Stack

  • Typeorm - ORM
  • Firebase - Authentication
  • PostgreSQL - Main DB
  • Redis - Cache

Required Models

  • User - Contains user's general information
  • Student - Extends User with student information
  • Candidate - Extends Student with candidate information
  • Party - Included in candidate information
  • Vote - Contains user's vote
  • Grade Level - Contains grade level information
  • Section - Contains section level information
  • School Year - Contains school year information