DOI-USGS / rt-quic-db

A database application for RT-QuIC data with tools for visualization and analysis
https://DOI-USGS.github.io/rt-quic-db/
The Unlicense
1 stars 0 forks source link

Security 5.5: View Assay - "Data Suitable for Downstream Analysis" Checkbox #105

Open nathanbollig opened 2 years ago

nathanbollig commented 2 years ago

When data is uploaded and correct, a user may mark that it is suitable for USGS analysis. This will inform future analytics features that may integrate across all such marked data.

This could be a checkbox at the top of the View Assay activity. It's value is populated when the assay is selected from the dropdown.

Need to create a tinyint attribute in Assay table to hold this data. When value is changed on the form, submit request to app server to update the value in the database.

Test Plan