Iteration 1 Plan - GifperTC/ku-polls GitHub Wiki
Goal
Functional poll app that can perform all Features mention below and the poll has at least 2 questions.
Features
- Can display a page with every published poll questions.
- Poll question has it's publish date displayed.
- User is able to select on the poll questions and see choice list.
- User is able to submit a vote and their vote will be recorded.
- User can view vote results for poll questions.
- Admin user is able to create and edit poll questions.
Acceptance Criteria
- Application runs successfully and show available poll lists.
- Application passes all unit tests.
- Questions created by admin user are published successfully.
- User can select and vote for the poll.
- Voting results are displayed correctly.
- Iteration branch merged with master and push to Github.
Retrospective
- Tips for making tests cases for poll app >>
Go back to Home