Iteration 3 Plan - knilios/ku-polls GitHub Wiki
Goal
To create a usable login app that requires users to log in to participate in any polls. Each user has only 1 vote on each survey, they can change their vote.
Features
- User must authenticate to submit a vote or change the vote.
- Each user only gets 1 vote per poll.
- User can change the vote of any poll during the voting period of that poll.
- The radio button will be selected if the user has already voted on that poll and come back to change it.
- A visual confirmation when the user finish voting.
- Login and logout function.
- The login and logout button shows on every page.
Milestones
- A usable Login/Logout function.
- Usable revote feature with no error.
- Working visual confirmation notification after voting.
- Login or Logout button show in every page, except the login page.