mbari-org / dash5

Web based UI and client applications for MBARI.
mbari.vercel.app
0 stars 2 forks source link

Incorrect/partial mission names #308

Open sqshemet opened 8 months ago

sqshemet commented 8 months ago

Describe the bug Some mission names are partially missing? This seems to affect some but not all missions with underscores in the name? I can't quite tell what the commonality is between affected missions. The names are incomplete in the display, and trying to rerun one is unsuccessful, it shows an empty mission screen instead of the mission parameters.

To Reproduce Steps to reproduce the behavior:

  1. Go to Schedule
  2. Click on +Mission
  3. In the mission list, see that many missions (e.g. Science/sci2_flat_and_level, Transport/transit_3km) have incomplete names
  4. Click one, see empy mission screen

Expected behavior Complete names of missions and ability to run/rerun editing parameters

Screenshots image image

Desktop (please complete the following information):

sqshemet commented 8 months ago

Oh, seems like the common factor here might be numbers in mission names.

jimjeffers commented 7 months ago

I think this will likely be resolved when #306 is resolved. Without the complete mission list getting loaded into the client (which serves as a sort of backbone for populating the modal steps) we could be missing important data that we don't get by simply extracting recent or frequent runs. We should revisit this after you've resolved #306.