18 lines
376 B
Markdown
18 lines
376 B
Markdown
# DATABASE
|
|
record scores
|
|
load event scores from db into scoring view
|
|
|
|
# VIEWS
|
|
ledger view
|
|
player view - all registered events and scores for those events
|
|
team view - all registered players and all points gained from them
|
|
make event view nicer
|
|
|
|
# UI
|
|
inserting into ledger
|
|
animations for all leaderboards
|
|
make a way to toggle on and off the register page
|
|
|
|
# OPTIONAL
|
|
chat thing
|