PecanProject / BETYdb-YABA

Yet Another BETYdb API (for metadata upload)
BSD 3-Clause "New" or "Revised" License
5 stars 18 forks source link

Create a validation/review page for users to validate data before upload #41

Closed dlebauer closed 4 years ago

dlebauer commented 4 years ago

A proposed validation / review page. The goal of this is to make sure that the person uploading the metadata has a chance to confirm that the metadata they are uploading is correct / consistent with how they think it should be It can look like this:

image

Overview -

Bonus: (can create a new issue for this): a page overlaying plots on a satellite or drone imagery to confirm the correct positions in space.

KristinaRiemer commented 4 years ago

Rough version of joins: treatments as t join et on t.id = et.treatment_id join experiments as e on et.experiment_id = e.id join es on es.site_id = sites.id

im-prakher commented 4 years ago

Done in