Skip to content

Commit

Permalink
todolist
Browse files Browse the repository at this point in the history
  • Loading branch information
joypan1 committed Mar 27, 2024
1 parent ab348f2 commit e78ba2c
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions todolist.md
Original file line number Diff line number Diff line change
@@ -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?
Expand All @@ -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?


0 comments on commit e78ba2c

Please sign in to comment.