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

  1. Each poll question has an ending date.
  2. Polls sort from newest to oldest.
  3. Improve the navigation on the poll index page.
  4. Redirect to index page if that poll is not in the voting period.
  5. Application has a default URL (localhost:8000/)

Acceptance Criteria

  1. Visitor would not be able to vote on polls that are not in the polling period (redirect to index page).
  2. Poll are display sorted by publish date.
  3. All navigation work correctly.
  4. Polls index page, "vote" and "results" link to each other.
  5. Application pass all unit test.

Retrospective

To be add