Iteration 1 - HelloYeew/ku-polls GitHub Wiki

Goal

A working web app that displays poll questions, allows a visitor to select a poll question and choose a response. Application correctly counts number of "votes" for each response and displays a summary of them for a selected poll question.

Features

  1. Display all question in the website.
  2. Each poll question have a seperate page to answer the poll.
  3. User can select a choice to answer the poll.
  4. When user finish answering the poll, the web will show the result of that poll.
  5. User can click vote again to vote the poll again.
  6. All poll question and choice must save in database
  7. Can create the poll and choice in admin interface.

Acceptance Criteria

  1. All feratures has been implemented and perform as described.
  2. User can vote the poll and see the result correctly.
  3. All link must be work correctly.
  4. All unit test must passed.
  5. Application has at least 2 question with the multiple choices.
  6. Code in this iteration are committed to iteration1 branch and merged to main.