From d66caee7fd11d63f5757e1dac33910708c244e87 Mon Sep 17 00:00:00 2001 From: voidarc Date: Wed, 1 Jul 2026 09:27:35 +0100 Subject: [PATCH] added TODO so that i know what im doing --- TODO.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..543aa18 --- /dev/null +++ b/TODO.md @@ -0,0 +1,17 @@ +# 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