QutEcoacoustics / workbench-client

workbench-client: a client side browser application for interacting with acoustic workbenches
Other
8 stars 1 forks source link

Instrutions for Metadata Review stage in Harvest only loads once a folder change has occured #2015

Closed hudson-newey closed 1 year ago

hudson-newey commented 1 year ago

Describe the bug When the user first navigates to a Harvest metadata review page, the instructions on "How to handle files which need attention" and "How to handle problem files" are not loaded until a file change occurs.

This causes the visuals to jump suddenly when the user first clicks a folder.

To Reproduce Steps to reproduce the behavior:

  1. Go to a project
  2. Click on Recording Uploads
  3. Click on a Harvest with the stage "MetadataReview"
  4. Observe that instructions on the right hand side are not rendered until a folder is opened

Expected behavior The instructions on the side panel are loaded as soon as the page is loaded.

Screenshots If applicable, add screenshots to help explain your problem. image image

Desktop:

atruskie commented 1 year ago

Expected behaviour is that help is displayed as needed, on-demand.

If there is visual jumping, then perhaps we can change how it appears, but otherwise this is working as intended.

Waiting for comments.

hudson-newey commented 1 year ago

Ok, makes sense. The visual jump doesn't automatically scroll the view finder, so I'd say this is working as expected

I'll be closing this ticket if there are no further comments