You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User clicks to 'Verify' imagery and marks an area as fully flown (this triggers a transfer of imagery from S3 path under project_id/user-uploads to the task area directory project_id/task_id/images).
The user is pretty keen and moves straight to the Processing dialog. There is a slightly delay while the mentioned transfer happens (a few minutes), but the user does not know this is taking place).
They are blocked from clicking 'Process' for their task area, but don't know why.
Solution
Better information for the user to see that the task is having it's imagery 'Backed Up' after verifying it.
Provide 100% certainty we can't trigger processing before this step is done, else we may miss imagery to input into the ODM run (from the destination S3 path).
Enable the processing button for the user. Currently they must refresh the page, but there is no information to say that's needed and it's a bad user experience. Add another mechanism to enable the button in the UI.
Issue
project_id/user-uploadsto the task area directoryproject_id/task_id/images).Solution