From e78ba2c9214724ef0d32bdc3a053923b6a7fca9d Mon Sep 17 00:00:00 2001 From: Joy <138333978+joypan1@users.noreply.github.com> Date: Wed, 27 Mar 2024 13:53:56 -0400 Subject: [PATCH] todolist --- todolist.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/todolist.md b/todolist.md index 0226e8f..06a4352 100644 --- a/todolist.md +++ b/todolist.md @@ -1,16 +1,6 @@ steps to create the world's best scouting app (in no particular order) -2. remove that weird submit button that is on the navigation bar on main page (team list) - -3. connect a team from its unique team details page to its unique match summary page - a. use globalid & accessing database to fill out the team name (textcontent = "string" ???) h2 element - b. figure out how to calculate averages (a MUCH later task) and display it - c. display matches, almost exactly how teams are displayed - - match summary is analogous to team list - - each match is analogous to a team on the list - - clicking on a match (opening match info page??) is like opening up team details for a team - - therefore isn't the code very similar? (except, teams page adds teams such that the newest team is on top; matchs should be ordered the other way, so bigger match number = lower down on list) - d. search function: not necessary? how many matches does a team do?? +3d. search function on match summary 4. sync across multiple devices a. how will connecting to the internet at competitions work? cellular? @@ -19,8 +9,6 @@ steps to create the world's best scouting app (in no particular order) 6. (maybe very last thing we consider) review code, season-specific variable names (i.e. speaker, amp scoring) and add appropriate notes to reskinning-instructions.md about how to change the code next year to adapt -7. hopefully done :D ? - 8. should we consider exporting the data somehow to somewhere else? ie excel, sheets, etc. to archive data or to compile it all? \ No newline at end of file