Create a Brawl Voting Tool

Issue #97 new
Alan Beam created an issue

Requirements:

  • Logged in users can access it
  • Admins and Brawlmasters can access the Admin page

Admin Page:

  • CRUD Rounds (Fields: Name, Start Date/Time, End Date/Time)
  • CRUD Tasks (Fields: Name, Dynamic # of Entries)
  • Results Page?

Frontend:

  • View all Rounds
  • Each Round has a list of links to Tasks for that Round
  • If current date/time is not between the Round's start and end date/times, Task page is Read-Only
  • Each Entry for the current Task is listed, with a Text Box next to each one, defaulting to the value of 0.
  • Each Entry can contain a value between 0 and 5.
  • Total Sum of values from all Entries for a single Task is 10.
  • Along with the Entry, Value, and User, need to save which Brawl team the User belongs to, or if they don't belong to a team at all.

Comments (2)

  1. Log in to comment