VEuPathDB / web-eda

Web browser code for EDA-based applications
Apache License 2.0
0 stars 0 forks source link

Use EDA study ID in analysis object, rather than dataset ID #1524

Open dmfalke opened 1 year ago

dmfalke commented 1 year ago

This will make it easier to pull metrics from the database.

In addition, we should also make sure that we are only using studyId to refer to the EDA study ID. Places where we are using it to refer to the dataset ID should be changed to datasetId, to avoid confusion.

dmfalke commented 1 year ago

This will require a database migration to be synchronized with the code deployment.