Iteration 3 Plan - noomtaweesap/ku-polls GitHub Wiki

Goal

  • Make user authentication for web app and user can vote only once per poll

Features

  1. Users have to login first before vote.
  2. Users can change their vote for every polls.
  3. Everyone can see the polls results.

Acceptance Criteria

  1. Users will directed to the index page if the poll is closed.
  2. Index page shows all active poll questions.
  3. The web application passed all unit tests.