Skip to content

Scout match predictions #9

@spencerng

Description

@spencerng

In order to "gamify" match scouting (and provide incentive for scouts to pay more attention to robots at a competition), create an interface within the post match screen asking them to predict the results of the next match. Implementation could be similar to the existing team comparison system.

Determining the most accurate scouts would be handled by the scouting client, after the event is over.

  • Create an XML component
    • This should display the team numbers on each alliance
    • Provide buttons to indicate a red win, blue win, or a tie
  • Interface with the component in PostmatchFragment
    • Update the team numbers after reading the data from the matches CSV file
    • Retrieve selected option and ensure one is selected before saving data
  • Update the Postmatch model to hold the additional data
    • This could work as a char, String, or int
  • Test the app thoroughly, checking the saved JSON file for the actual data
  • Determine and implement a way for scout names to be consistent so we can track who made each prediction (optional)
    • An "autocomplete" feature in the prematch screen could work

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions