AllenNeuralDynamics / aind-metadata-entry-js

Metadata entry using javascript
https://metadata-entry.allenneuraldynamics.org
MIT License
1 stars 1 forks source link

Improve display of error messages and preview table #125

Closed helen-m-lin closed 7 months ago

helen-m-lin commented 7 months ago

Is your feature request related to a problem? Please describe.

  1. As a user, it is confusing when the preview table is not cleared when I upload a new file to validate.
  2. As a user, it is confusing when previous error messages are not cleared when I upload a new correct file to validate.
  3. As a user, it is confusing to understand error messages when they are all displayed in 1 line bunched together.

Example: image

Describe the solution you'd like

  1. A new table should be displayed rather than rows appended.
  2. Previous error messages should be cleared.
  3. Error messages should be displayed line by line.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

helen-m-lin commented 7 months ago

Closing because this should be in the aind-data-transfer-service repo.