Iteration 2 Plan - JiratchayaPhinyodom/ku-polls GitHub Wiki

Goal

Enhance the polls web app's portability, externalize configuration data for security, add a voting finish date, and enhance navigation and page style.

Features

  1. Users can view the results of voting without voting.
  2. Users are unable to view or vote on the inaccessible poll questions.
  3. The voting and details pages allow users to return to the poll list.

Acceptance Criteria

  1. All lists of available polls are displayed in the polls index.
  2. Visitors can choose from one of the offered polls and cast their vote, which is appropriately tallied.
  3. Every link in the navigation is functional.
  4. The unit tests all succeed.

Retrospective Summary

I learned to make links to the desired page and users cannot view inaccessible poll questions.