You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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:
ScoutForm
questionsOne 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).
The text was updated successfully, but these errors were encountered: