Skip to content

Iteration 1 Plan

Tawan Boonma edited this page Sep 3, 2021 · 1 revision

Goal

A working web application that allows user to create a poll, and also vote any available polls. Application can count votes amount for each question correctly and display the result for a selected question.

Features

  1. Admin can create a poll/survey and specify publish date.
  2. Visitors can see a list of the available poll questions. Those are questions whose publication date has occurred.
  3. Visitors can select a poll and see list of choices.
  4. Visitors can select their choice and submit, then record to database.
  5. Visitors can see the real-time vote result.

Acceptance Criteria

  1. All feature have been implemented and perform as described above.
  2. Admin can create a poll.
  3. User can view a list of available polls and vote.
  4. User can view result after voted.
  5. Application passes all unit tests.
  6. All navigation links work correctly.
  7. All code committed to Github on iteration1 branch and merged into master.
Clone this wiki locally