bihealth / sodar-server

SODAR: System for Omics Data Access and Retrieval
https://github.com/bihealth/sodar-server
MIT License
14 stars 3 forks source link

Enable viewing parser warnings in sheet editor for each edit #1877

Open mikkonie opened 8 months ago

mikkonie commented 8 months ago

Raised by @sellth and it is a good point. If a user makes an edit which is technically allowed in ISA-Tab, warnings raised by AltamISA are not displayed. They are only shown for sheet import/restore.

The problem is, these warnings are usually verbose and most of them most likely don't even come from the most recent edit, but the initial import. However, it would still make sense for an expert user to be able to see them if needed.

Hence, a reasonable implementation could be as follows:

TBD: Prioritization and schedule? E.g. should this be done before/after #994? Not much functionality is required in the Vue app side, so if this is considered urgent we don't really need to wait for that blocking issue.