Skip to content

Iteration 1

Siratee K edited this page Sep 5, 2021 · 8 revisions

Goal

A working polls web app that allows users to pick a question and choose a response related to that question to vote. Then, The application correctly counts the votes on each choice that the user picks and finally displays the polls result to the user.

Features

  1. Display the questions that have been opened on the index view. Clicking on the question will redirect the user to the detail view of that question.
  2. Display all choices in the detail view.
  3. Users can select a choice to vote on the question.
  4. Users can see the poll result after the vote.
  5. Polls results are displayed in the pie chart.
  6. Administrator can specify the start date of the question.
  7. Administrator can add, edit, remove the questions and choices for that question.

Acceptance Criteria

  1. All features have been implemented and perform as described above.
  2. All navigation links work correctly.
  3. Users can vote and see the polls result correctly.
  4. Questions displayed in the list must be the question that is published only.
  5. Application must passes all unit tests.
  6. Polls result must be displayed by using chart.
  7. All code committed to Github on the iteration1 branch and merged into master
Clone this wiki locally