bluerobotics / cockpit

An intuitive and customizable cross-platform ground control station for remote vehicles of all types.
https://docs.bluerobotics.com/ardusub-zola/software/control-station/Cockpit-1.0/overview/
Other
42 stars 18 forks source link

Video chunks downloads should only be allowed after video processing errors #982

Closed ArturoManzoli closed 1 month ago

ArturoManzoli commented 1 month ago

To simplify the flow and prevent users from unintentionally downloading unprocessed videos, the download of video chunks should only be allowed when there is an error processing the video. In these cases, a dialog should warn about the error and indicate the possibility to download the chunks. The dialog actions should include 'Close' and 'Download Video Chunks'.

Additionally, when the user tries to download an unprocessed video, there should be a dialog saying that the video will first be processed and then downloaded.

ArturoManzoli commented 1 month ago

A very similar issue was created before this one