Releases: LPSci-Web-Development-Team/lpsci-election-system-server
Releases · LPSci-Web-Development-Team/lpsci-election-system-server
v2.00 (June 21, 2020)
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
v1.00 (June 03, 2020)
Merge pull request #1 from LPSci-Web-Development-Team/develop v1.00 (June 03, 2020)