Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MatchScouting: Display robot photos #276

Open
3 tasks
natwal7 opened this issue Mar 25, 2023 · 0 comments
Open
3 tasks

MatchScouting: Display robot photos #276

natwal7 opened this issue Mar 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@natwal7
Copy link
Collaborator

natwal7 commented Mar 25, 2023

When scouting matches in the stands, it can be hard to find your team on the field before the match. When robots line up next to each other before autonomous, it can be really hard to determine which robot you should be watching, until after the match starts.

We want to add a feature to the Match Scouting app, which shows a picture of the scout's robot (as taken from the Pit Scouting app), to make it easier for a scout to recognize their team before the match. Currently, pit scouts take pictures of robots in the pits, which get uploaded to the database. We should be able to pull this image from the database and display it on the MatchScouting page (if an image is present).

  • Look through our backend code (main.py) and find a suitable endpoint that we can use to get images from the database (hint: there should be at least two - look into both and see which one would be easier to use)
  • Update MatchScouting to send a request to the backend for the photo
  • If the photo is present, display the photo somewhere on the app. This can either be directly on the page, or in a popup the scout can use at the beginning of the match
@natwal7 natwal7 added the enhancement New feature or request label Mar 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant