Iteration 3 Plan - GifperTC/ku-polls GitHub Wiki

Goal

Poll page with user authentication, logging and code refactoring with proper unit tests for all new features.

Features

  1. Authenticated user to access the voting page.
  2. User can resubmit the vote, which will replace their old vote.
  3. Anyone can view list of polls and poll results.
  4. Show user's previous choice in each poll.
  5. Add logging messages.

Acceptance Criteria

  1. Only an authenticated user can submit a vote.
  2. Authenticated user can see their previous vote on that poll.
  3. New feature passes all unit tests.
  4. Logging messages display correctly.
  5. Have separated unit tests directory inside polls directory.

Go back to Home