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

Create storage for data on app #8

Open
AM2i9 opened this issue May 13, 2022 · 0 comments
Open

Create storage for data on app #8

AM2i9 opened this issue May 13, 2022 · 0 comments
Assignees
Labels
app App side

Comments

@AM2i9
Copy link
Contributor

AM2i9 commented May 13, 2022

Currently storing data on the server side is fine, which can be sent out and received. What needs to be figured out is how this data is going to be stored on the scouting tablets temporarily, so that people can store multiple rounds of scouting data before using a wire to upload it all to the main admin website through mongoDB.

The data that needs to be stored is:

  • Configuration information
    • Server IP, other connection info
    • Alliance (Red 1, Red2, etc.)
  • Scouted data
    • Needs to be dynamic, based off of ScoutForm questions
  • Teams
  • Matches
  • The ScoutForm

One option is to use SQLite, which is definitely better than using text files or JSON files. But it needs to be able to store the form and models without having to modify already existing fields and methods (too heavily).

@AM2i9 AM2i9 added the app App side label May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app App side
Projects
None yet
Development

No branches or pull requests

2 participants