Iteration 1 - Thanawas-Sirilertsathit/ku-polls GitHub Wiki

Milestones

  • Contain webpage for admin to create question, choice and published time with local Bangkok time
  • User can vote into the poll
  • Admin can delete some questions and resetting the publish time
  • User can see the active polls
  • Data migration to json file

Goal

  • The initial interface of the KU-polls web application without authentication for general users
  • Admin can manage polls

Features

  • Admin create, edit and delete the questions
  • User select the poll in poll list page to get into that specific poll page
  • User can vote for choice in the specific poll question

Acceptance criteria

  • Admin create, edit and delete the questions without any error from server
  • User select the poll in poll list page to get into that specific poll page without any error from server
  • User can vote for choice in the specific poll question without any error from server