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

Monkeypox template rename + FlatpickrEditor field paste fix #415

Closed ddooley closed 7 months ago

ddooley commented 8 months ago

Most "Monkeypox" labels renamed to "Mpox".

FlatpickrEditor date picker isn't natively integrated with handsontable cut/paste operations. CTRL-V / CMD-V still doesn't work as a paste operation directly on those fields. However, new right-click menu options for cut/copy/paste do work now on those fields and are integrated into system copy paste buffer.

This finishes bug fix for v1.6.0 so now v1.6.1

kennethbruskiewicz commented 7 months ago

I've made some changes to make the code pass eslint. Since this looks like a straightforward schema edit I'll approve the merge.

Note that since there is also an edit related to cut-paste, it might create a defect when combined with https://github.com/cidgoh/DataHarmonizer/pull/416 , but I'll leave that change here and keep it in mind when reviewing that other PR.