Iteration 2 Plan - metaras/ku-polls GitHub Wiki
Goal
To improve the navigation and page layout, add an ending date for voting on each poll and edit configuration data security.
Features
- Each poll question has an ending date.
- Polls sort from newest to oldest.
- Improve the navigation on the poll index page.
- Redirect to index page if that poll is not in the voting period.
- Application has a default URL (localhost:8000/)
Acceptance Criteria
- Visitor would not be able to vote on polls that are not in the polling period (redirect to index page).
- Poll are display sorted by publish date.
- All navigation work correctly.
- Polls index page, "vote" and "results" link to each other.
- Application pass all unit test.
Retrospective
To be add