iteration1 plan - opxz7148/ku-polls GitHub Wiki
`# Iteration 1 plan
Iteration goal
Workable poll web-application with list of polls with multiple choice. Visitor can select polls to vote and select a choice then click "Vote" to cast their vote. Application will show correct number of vote for each poll question and each choice. Poll also has available date, polls will available between start and end date then it will unavailable.
Feature
- 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.
- Visitor can see total votes for each choice in a poll.
- Each poll has a publication date (start date) & is visible only on or after this date.
- Poll questions and choices can be added or changed using the admin interface.
Milestone
- Application able to list available polls in homepage.
- A visitor can select and submit a choice ("vote") for a poll question.
- Application correctly shows total "votes" for each choice in each poll. The results are persistent across app restarts.
Acceptance criteria
- Application able to run smoothly without crash or http error.
- User able to vote and see number of vote.