-
Notifications
You must be signed in to change notification settings - Fork 0
Iteration 1
Siratee K edited this page Sep 5, 2021
·
8 revisions
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.
- 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.
- Display all choices in the detail view.
- Users can select a choice to vote on the question.
- Users can see the poll result after the vote.
- Polls results are displayed in the pie chart.
- Administrator can specify the start date of the question.
- Administrator can add, edit, remove the questions and choices for that question.
- All features have been implemented and perform as described above.
- All navigation links work correctly.
- Users can vote and see the polls result correctly.
- Questions displayed in the list must be the question that is published only.
- Application must passes all unit tests.
- Polls result must be displayed by using chart.
- All code committed to Github on the
iteration1
branch and merged intomaster