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
- Display a list of poll questions with multiple choices.
- Visiter can select a poll question and select (โvoteโ) for a choice. His vote is added to the total for that choice.
- Visitors can see the total votes for each choice in a poll.
- Each poll has a publication date (start date) & is visible only on or after this date.
- The admin interface can add or change Poll questions and choices.
Milestones
- The app is usable and has no errors when the user interacts with the polls.
- The admin can add poll questions and choices.
- The tests give no error
Acceptance criteria
- The app contains no errors when the user interacts with it.
- The user can vote on any polls.
- The admin can delete or add a poll.