NASA-AMMOS / aerie-ui

The client application for Aerie.
https://nasa-ammos.github.io/aerie-docs/
MIT License
29 stars 5 forks source link

Sequence Editor should warn about a missing command dictionary #558

Open cartermak opened 1 year ago

cartermak commented 1 year ago

Currently, the sequence editor will let you start writing a sequence or load a JSON without having selected a command dictionary from the dropdown menu. This leads to cryptic error messages in the editor without context (e.g., below) instead of pointing the user to the missing dictionary.

image

While the description field does specify that the dictionary is required, it would be helpful if the UI either highlighted that a dictionary was missing or prevented editing/uploading a JSON until a dictionary is selected.

cartermak commented 2 months ago

Probably can be replaced by #1378