Skip to content

Iteration 3 Plan

Nanthakarn Limkool edited this page Oct 21, 2020 · 1 revision

Goal

  • A working poll web that allowed users to authenticate themself and let only authenticated users could vote.

Features

  1. Users can authenticate themself with username and email.
  2. Allow only authenticated users to vote on a poll.
  3. An user can choose only one choice or the new vote will replace the old vote.
  4. If the user already voted on a poll, the previous choice will show on the voting page.

Acceptance Criteria

  1. Users can authenticate themself on the web.
  2. Every user can view the poll and results, but only authenticated users could vote.
  3. If a user vote twice the new vote will replace the old vote.
  4. After a user voted for a poll, his previous choice is shown on his voting page.

Retrospective

N/A