-
Notifications
You must be signed in to change notification settings - Fork 2
Development Plan
James Brucker edited this page Sep 5, 2020
·
2 revisions
- Web app displays a page showing a list of current poll questions; that is, questions whose publication date is not in the future.
- Visitor can select a poll question and see a list of choices.
- Poll question has a starting date (called publication date) that is the first date the question is shown on the web.
- Any visitor can submit a vote for a choice on a current poll question.
- Visitor can view the results of voting for a poll question.
- Poll questions are created using the admin interface (polls app doesn't provide a UI for this yet).
- Polls home page shows a list of available polls.
- Visitor can select a poll and submit a vote for a choice, and his vote is counted correctly.
- All navigation links work correctly.
- All unit tests pass.
- CSS styling works and page text is easy to read.
- All work is checked in, reviewed, and committed to Github.