amended todo so that I have a plan
This commit is contained in:
42
TODO.md
42
TODO.md
@@ -1,17 +1,35 @@
|
|||||||
# DATABASE
|
# UI - Medium priority
|
||||||
record scores
|
|
||||||
load event scores from db into scoring view
|
|
||||||
|
|
||||||
# VIEWS
|
|
||||||
ledger view
|
|
||||||
player view - all registered events and scores for those events
|
player view - all registered events and scores for those events
|
||||||
team view - all registered players and all points gained from them
|
team view - all registered players and all points gained from them - Do i need this?
|
||||||
make event view nicer
|
|
||||||
|
|
||||||
# UI
|
# Login stuff - HIGH PRIORITY
|
||||||
inserting into ledger
|
disableable register button on the login page for end users
|
||||||
animations for all leaderboards
|
|
||||||
make a way to toggle on and off the register page
|
make a way to toggle on and off the register page
|
||||||
|
protect the register endpoint?? (low prio)
|
||||||
|
|
||||||
# OPTIONAL
|
# Ledger - HIGH PRIORITY
|
||||||
|
ledger view
|
||||||
|
inserting manually into ledger
|
||||||
|
|
||||||
|
# Database - HIGH PRIORITY
|
||||||
|
load results from the excel sheet i made
|
||||||
|
export whole contest results to csv
|
||||||
|
|
||||||
|
# OPTIONAL (low priority)
|
||||||
chat thing
|
chat thing
|
||||||
|
protect all the endpoints?????? (pain in the ass)
|
||||||
|
|
||||||
|
> probably need just in case, seems possible with one endpoint/interface
|
||||||
|
## Non-seeded data
|
||||||
|
manual registering of teams
|
||||||
|
live editing of event/score presets
|
||||||
|
manual registering of events
|
||||||
|
manual registering of players
|
||||||
|
result amendments
|
||||||
|
|
||||||
|
## Easy shit
|
||||||
|
animations for all leaderboards
|
||||||
|
Ongoing since... or ongoing for... on the main page
|
||||||
|
displaying averages of loaded scores when there's more than one (easy, low prio)
|
||||||
|
fix the layout on event view to match the homepage view
|
||||||
|
fix the marquee animation thing and make it global
|
||||||
|
|||||||
Reference in New Issue
Block a user