-
Notifications
You must be signed in to change notification settings - Fork 0
Iteration 1 Plan
Pinpimarn Pinpisit edited this page Oct 3, 2022
·
6 revisions
A functional web application that enables users to create polls and participate in existing polls. The application can accurately count the number of votes cast for each question and present the results for a chosen poll or survey.
- Display a list of poll questions
- Visiter can select a poll question and vote for a choice. His vote is added to the total.
- Visitor can see total votes for each choice in a poll.
- Each poll has a publication date (start date) & is visible only on or after this date.
- Administrator can add or modify poll questions and choices.
- Application runs, displays list of current poll questions.
- User can select a poll question, see a list of choices, select a choice, and submit his choice. His selection is added to the "vote" count for the selected choice.
- After user submits his choice, application shows vote totals for each answer to a question.
- Application passes all unit tests.
- All navigation links work correctly.
- Application has some CSS styling and text is easy to read.
- Application has at least 2 interesting questions. No dumb questions like "What's up?", "How do you feel?".
- All code committed to Github on
iteration1branch and merged intomaster.
I've learned about how to initialize django project and learned on working html and css.