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
91 stars 23 forks source link

DH2 beta release #436

Open kennethbruskiewicz opened 1 month ago

kennethbruskiewicz commented 1 month ago

Includes all of the changes of #333 and has incorporated the features of #318.

Addresses the following issues:

Incorporates translated CANCOGEN schema.

The beta release is meant to shorten the feedback loops for the Data Harmonizer. The internationalization features were a "package deal" and so were difficult to roll out as one milestone.

However, a beta release will give users access to partially completed milestones, which will give the developers feedback more often. It will also help them identify bugs more quickly.

This could be also a nightly build which can be shared with users.

ddooley commented 1 month ago

For these beta releases, to give people a chance to test the stand-alone version, we should run "yarn build:web" command to have the /web/dist/ folder generated and the index.html file there able to load and run DH. Otherwise they have to be familiar with git environment to get it going, and I think they'd have to run it directly via git too (via yarn dev or yarn build:web)