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

  1. Can display a page with every published poll questions.
  2. Poll question has it's publish date displayed.
  3. User is able to select on the poll questions and see choice list.
  4. User is able to submit a vote and their vote will be recorded.
  5. User can view vote results for poll questions.
  6. Admin user is able to create and edit poll questions.

Acceptance Criteria

  1. Application runs successfully and show available poll lists.
  2. Application passes all unit tests.
  3. Questions created by admin user are published successfully.
  4. User can select and vote for the poll.
  5. Voting results are displayed correctly.
  6. Iteration branch merged with master and push to Github.

Retrospective

  • Tips for making tests cases for poll app >>

Go back to Home