inaturalist / iNaturalistReactNative

Cross-platform version of the iNat mobile app
MIT License
70 stars 24 forks source link

Add a progress bar & background upload inside of the multiple observations upload screen #2151

Open abhasinat opened 1 month ago

abhasinat commented 1 month ago

Right now, when you are using the multiple observations uploader, the upload only begins once you finish processing all your observations. Some users want the uploads to begin in the background immediately when they tap "upload now" - this is a better UX and also does what the button says it does.

This new UI, combined with the "# observations" at the top of the screen and "# of #" should cohesively help a user understand the upload state of all their observations.

Add the following to the multiple observations upload screen. Here are the designs.

image

abhasinat commented 1 day ago

FYI, moved this to hard launch at the request of @carrieseltzer

carrieseltzer commented 1 day ago

Thanks Abhas. I'm not sure this addresses the lack of visual transition after saving or uploading an observation and landing on the next observation.

abhasinat commented 1 day ago

Got it, I don't think I understood your original request till now. I agree that is confusing. Here's another issue covering what you mentioned: https://github.com/inaturalist/iNaturalistReactNative/issues/2325