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

Button to upload all cached data #3

Closed
Faraday-dot-py opened this issue Mar 29, 2023 · 3 comments
Closed

Button to upload all cached data #3

Faraday-dot-py opened this issue Mar 29, 2023 · 3 comments
Assignees

Comments

@Faraday-dot-py
Copy link
Contributor

This would need some way of filtering out duplicate data, whether that be on the backend or the frontend side

@YoungChadawan
Copy link
Collaborator

YoungChadawan commented Mar 29, 2023

wouldn't this just be iterate through the csv and if the match#, scouter name, robot# equals a submission already remove it?
I don't really see why duplicate data would be an issue since offline scouters don't upload any data at all besides this

@YoungChadawan YoungChadawan self-assigned this Mar 29, 2023
@Faraday-dot-py
Copy link
Contributor Author

Faraday-dot-py commented Mar 29, 2023

I have no idea how exactly you would do this though, as we don't want to make too many requests to our backend.

@Jacob1010-h
Copy link
Member

This is fixed with firebase #6 .... when new data arrives under the same name, match number, team number, and alliance color. the data is overwritten

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants