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

Milestones

  • 1 user can vote for 1 choice in a question
  • User login system (authentication system)
  • Visitor can create account by sign up the form
  • Display current user
  • Login required for voting
  • Logging system

Goal

  • Implement authentication system
  • Implement 1 vote per one user
  • Implement logging system for important events

Features

  • Display current user
  • Visitor can login, logout and signup
  • User can have only 1 vote per question and can change his mind
  • Display selected choice that user already voted

Acceptance criteria

  • Visitor can create account in signup page
  • Visitor can login in login page
  • User can logout
  • User can have only one vote per question