- Team Name:
Election Zilla
- Mascot:
https://images.app.goo.gl/4JPQ4ALuuwPhLtY98
-
Motivational Team Slogan: Roawr!!!! https://www.urbandictionary.com/define.php?term=Roawr
-
Select Team Colors for your theme:
Green, Red,
Owner: Abhi
POST /voters Voter: { id: PK firstName, lastName., address, county/city, county/city, birthdate, email phone, }
POST /register
GET /voters
- Voters component
DELETE /voters/{id} DELETE /voters {[...ids]}
- Voters Table Component
- Sorting ascending by column
PUT /voters
Voter: { firstName, lastName., address, county/city, county/city, birthdate, email, phone, }
Jay Person { Role: }
Justin
Components:
- Create Election Form/Model Component
- Ballot Table component for displaying elections -- Do more research
Election { id Questions [...Question], voterId [], }
Question: { id, question, yes_counts, total }