FIRST Scouting web app from Gobble Studios
PHP HTML JavaScript CSS
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
config
css
html
images
js
json
php
sql
vendor
.gitignore
README.md
index.html

README.md

Scouting Site To-Do list

  • Update form!!!
  • Make another php page that aggregates the details of each match from our data (not required by Word of Mitch, chapter Stronghold, week 5)
  • Display team's current ranking in a competition on team.html (retrieved from FRC servers)
  • Display team's name on team.html (retrieved from FRC servers)
  • Design wager system w/ sign in number & password
    • Store session tokens in database to stay logged in on reload
    • Update people's wagers after a match ends, e.g. when a stand scouting form is submitted
    • Fix getByteCoins.php returning an error when TheCasino.html is loaded
    • Ensure wagers are only made for future matches by using the FRC API
    • Limit people to wagering a minimum of 20 ByteCoins (number subject to change)
    • Let people manually edit slider values for more precision using a text field
    • Start using database scores for wager checking (once score validation is done) to stop reliance on API being updated
  • Submit multiple pictures at once
  • Individual user pages
    • Allow people to edit scouting form data to fix typos
    • Show people's past and pending wagers
  • Make default value of score field on scouting form blank so jQuery validate catches premature submissions
  • Add admin action to reset everything for new competition
    • Export scout_data and defenses tables to file
    • Empty scout_data and defenses tables
    • Change API event code and year
    • Reset everyone's ByteCoins to 200
    • Delete any outstanding wagers
    • Flush schedule