Skip to content

Releases: utmgdsc/PollVotingSystem

v1.0.2

14 Aug 18:27
Compare
Choose a tag to compare
  • Fixed single vote issue (Votes were being overridden so the total vote count was always 1)
  • Added total vote count to the <title> in <head>

v1.0.1

05 Aug 22:49
2c244d7
Compare
Choose a tag to compare
  • Added vote count on the professor's poll vote control page
  • Removed mongo id from CSV generated file
  • Changed the CSV timezone data to EST
  • Fixed a bug where when the user votes, the server should reflect back the option that they chose.

v1.0.0

29 Dec 18:59
2c244d7
Compare
Choose a tag to compare

Voting system for the MCS Department

  • Professor and student views
  • Viewing previous votes (In the form of a CSV)
  • Supports multiple votes with the latest vote only showing
  • Starting and stopping votes from the student side (As a professor)
  • Each start and stop will count as 1 question
  • On the creation of a new poll, a unique code will be generated (Kept in a redis cache)