Iteration 1 Plan - knilios/ku-polls GitHub Wiki

Goal

A workable application that can create and record polls using an admin login, vote on polls, and view the results. The application should not crash.

Features

  1. Display a list of poll questions with multiple choices.
  2. Visiter can select a poll question and select (โ€œvoteโ€) for a choice. His vote is added to the total for that choice.
  3. Visitors can see the total votes for each choice in a poll.
  4. Each poll has a publication date (start date) & is visible only on or after this date.
  5. The admin interface can add or change Poll questions and choices.

Milestones

  1. The app is usable and has no errors when the user interacts with the polls.
  2. The admin can add poll questions and choices.
  3. The tests give no error

Acceptance criteria

  1. The app contains no errors when the user interacts with it.
  2. The user can vote on any polls.
  3. The admin can delete or add a poll.