cidgoh / DataHarmonizer

A standardized browser-based spreadsheet editor and validator that can be run offline and locally, and which includes templates for SARS-CoV-2 and Monkeypox sampling data. This project, created by the Centre for Infectious Disease Genomics and One Health (CIDGOH), at Simon Fraser University, is now an open-source collaboration with contributions from the National Microbiome Data Collaborative (NMDC), the LinkML development team, and others.
MIT License
94 stars 26 forks source link

Handle minimum_value and maximum_value slots #299

Closed pkalita-lbl closed 2 years ago

pkalita-lbl commented 2 years ago

These changes add information from the minimum_value and maximum_value slots to the guidance paragraph in the column help popup. I also added a small hack-ish fix which allows those slots to be be used in validation even if the class does not have a range defined. That should be fixed at the schema level, but that might take some more time to get working.

pkalita-lbl commented 2 years ago

cc: @turbomam