RESQUE-Framework / website

The Research Quality Evaluation Scheme
https://resque-framework.github.io/website/
MIT License
2 stars 3 forks source link

Add completeness validation #53

Open nicebread opened 8 months ago

nicebread commented 8 months ago

Currently, one can leave indicators unanswered; they will be NA in the R import. We could add a "Validate ..." button (next to "Load"?) which simply checks all entries for missing values. This could be called also when "Save to file ..." and show a alert if >0 warnings are present.

Can we show all missing stuff on top of the right sidebar, one clickable warning (where a click sets the focus on the indicator with missing data)?

E.g.:

image

(just that the red boxes should be on top of the side bar).

However, this should not apply to the conditional items (they can be NA if they never are shown). This makes the validation a bit more complicated ...