titanscouting / red-alliance-mobile

Red Alliance App in React
2 stars 6 forks source link

UI warning me about trying to scout a team I've already claimed #200

Open funblaster22 opened 1 year ago

funblaster22 commented 1 year ago

I don't think it should warn you if you try to scout an event that you've already claimed. At the very least, I think it should be changed for development because it's rather annoying to have to tap twice.

funblaster22 commented 1 year ago

Tangential issue: opening a team that's already been scouted won't load previous values, allowing that person to possibly overwrite values

devksingh4 commented 1 year ago

API doesn't return the user object that's currently scouting an object, just the name, so this would require API modification. You should be able to try to pull data from the API and if it's there load it in.