Iteration 3 Plan - metaras/ku-polls GitHub Wiki

Goal

Implement the user authentication, therefore the user can vote only one time per poll.

Feature

  1. Anyone can see the polls and the result.
  2. Only user with authentication can submit the vote.
  3. During the polls period user can resubmit the vote.
  4. Add logging history:
    • Login and logout event.
    • Fail to the login events.
    • Vote the polls.

Acceptance Criteria

  1. Application pass all the unit test
  2. User can vote poll only once.
  3. User can login.
  4. User can resubmit vote in the vote period.

Retrospective

To be add