Iteration 3 Plan - metaras/ku-polls GitHub Wiki
Goal
Implement the user authentication, therefore the user can vote only one time per poll.
Feature
- Anyone can see the polls and the result.
- Only user with authentication can submit the vote.
- During the polls period user can resubmit the vote.
- Add logging history:
- Login and logout event.
- Fail to the login events.
- Vote the polls.
Acceptance Criteria
- Application pass all the unit test
- User can vote poll only once.
- User can login.
- User can resubmit vote in the vote period.
Retrospective
To be add