Iteration 1 plan - PanitanPlengkham/ku-polls GitHub Wiki

Iteration 1 plan

Goal: A web application that has an admin can manage question or poll choice, Allow user to vote and choose a response after that can see the result,App can count the vote and tell how much for each poll in realtime.

Features

  1. Display a page showing a list of current poll questions.
  2. Each poll question has a publication date (starting date) and is not shown before the starting date.
  3. Each poll question has a link to a page displaying the question and a list of choices. A visitor can select a choice to submit a vote, and his vote is recorded.
  4. After voting, a visitor can see the total votes for each choice on a poll question.
  5. Poll questions and choices are saved to a database.
  6. Poll questions are created using the admin interface (no custom interface yet).

Task

All task are recorded on Project Board for Iteration 1

Acceptance Criteria

1.Web application server can run and show display of application correctly,Can list of current polls,Can do vote,Can show vote result.
2.Web application test can run pass in all unit.
3.All of the link navigation works correctly. 4.Styling website and texts are easy to read and clean to understand.

Retrospective

To be added