Iteration 1 Plan - metaras/ku-polls GitHub Wiki

Goal

The web app that displays the poll and allows the visitor to choose the poll question and response to the poll. The application will count the vote and from each response and display the summary of each selected poll question.

Feature

  1. Showing a list of the poll question.
  2. Each poll have there own period of time for the vote (not allows the user to vote before and after the period of the time).
  3. User will select the choice for voting and while the user vote they can modify the choice, after submitting the poll, users vote will be recorded.
  4. The poll question is created by admin.
  5. People who can vote must be in the KU community.

Acceptance Criteria

  1. Application pass all the test.
  2. Poll question have to be an interesting question.
  3. Application can display the poll question, allow to vote, and show the total vote of each question.