psychoinformatics-de / datalad-hirni

DataLad extension for (semi-)automated, reproducible processing of (medical/neuro)imaging data
http://datalad.org
Other
5 stars 8 forks source link

FR: webapp - visually represent "skip this acquisition" #162

Open pvavra opened 3 years ago

pvavra commented 3 years ago

By setting the tag to "hirni-dicom-converter-ignore", one can skip a specific dicom-series during the spec2bids step.

To more clearly visually communicate this fact to the user, I suggest to extend the webapp GUI by:

  1. adding a checkbox for "skip this dicom-series"
  2. greying out (and thus making impossible to edit) all the fields of the series.

re 1: by checking/unchecking the box, the correct tag would get added/removed automatically

re 2: to visually represent that a series will be skipped, the values should be "frozen" - like by the "valid" checkbox on the right. However, the values should be kept, in case the user decides later to not-skip the series after all..