-
Notifications
You must be signed in to change notification settings - Fork 1
Iteration 3 Plan
Tawan Boonma edited this page Oct 31, 2021
·
1 revision
Add user authentication system and improve voting system by letting only authenticated user can vote and limit to 1 vote per poll.
- User can sign up to KU Polls.
- Only authenticated user can vote the polls.
- Each user can make only 1 vote per poll.
- User can change answer and resubmit the vote.
- All feature have been implemented and perform as described above.
- User can login/logout and sign up in the website.
- User can change answer, the old answer should deducted by 1 and new answer should increased by 1.
- In poll detail page, if user voted that question should shows the choice that user answered.
- User can change answer only in specific time.