Vermont-EPSCoR / Macroinvertebrates

Macroinvertebrates Mobile App - Qt Version
MIT License
2 stars 0 forks source link

Pop notification that sync is running #13

Closed MorganRodgers closed 8 years ago

MorganRodgers commented 8 years ago

Currently there is not a notification to the user that the update process is running. I'd like to throw up less modal popups than the iOS version, but some are still indicated.

pclemins commented 8 years ago

Yes! Love this idea... I thought of this too. Maybe a little line at the bottom of the screen that slides up?

On Wed, Apr 27, 2016 at 3:04 PM, MorganRodgers notifications@github.com wrote:

Currently there is not a notification to the user that the update process is running. I'd like to throw up less modal popups than the iOS version, but some are still indicated.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/MorganRodgers/MacroinvertebratesV3/issues/13

MorganRodgers commented 8 years ago

The windows are all instances of QMainWindow which includes a message bar at the bottom. It's a fairly low-key way to letting users know that the application is doing something. Something I've noticed users don't often realize is even there. We could use that to provide incremental status updates.

MorganRodgers commented 8 years ago

The first run allows the user to decide whether to start sync, and clicking the sync button also pops a modal which confirms the job has started and provides the option to stop it. Done.