FIRSTTeam102 / scoutradioz

Scoutradioz, a multi-team FRC scouting app developed by The Gearheads. Designed for and running on Amazon Web Services.
https://scoutradioz.com
Other
25 stars 8 forks source link

Allow swapping of users while offline #201

Open JL102 opened 3 months ago

JL102 commented 3 months ago

Use case: Single device that's shared among multiple users

Original report:

I've noticed that in voyager, ... we are unable to consistently swap users on a tablet when fully offline. Even after getting everything successfully synced. We are able to function without by putting the scouter name in comments but i thought it might be worth acknowledging

The reason it's requiring you to be online to pick a user is because when we add the ability to log in as a scouting lead, you will need to authenticate with your password. I think we'll have to split that process out, i.e. "Log in as scouting lead" or something, and then keep the "pick user" process entirely local, so that once you're authorized to an org, you can pick your own user without needing to be online.