sachinthafernando / Voting-System

Software project 2020 - 6th Semester
voting-system-steel.vercel.app
1 stars 1 forks source link

Creating Models #3

Open sachinthafernando opened 4 years ago

sachinthafernando commented 3 years ago

There are 9 models.

  1. Admin
  2. Party
  3. Candidate
  4. Vote
  5. VoteCan
  6. Person
  7. GNDivision
  8. Division
  9. District

Among them Admin table is separated. Party, Candidate, Vote and VoteCan are a set while the Person with GNDivision, Division and District are assigned to another set.

These tables can be assigned to another kind of sets according to the data entering method of the web application. Party, Candidate, Person, District, Division and GNDivision tables will be filled at the Data Entry section while Vote and VoteCan tables will be filled by the interference of voters on the election day. Admin table has authentication security so, it will be filled by the administration / software developers.