Gene Curator is an open-source platform for managing and curating genetic data. It facilitates gene data analysis, entry, and reporting, serving genetics researchers with tools for efficient data handling.
MIT License
5
stars
1
forks
source link
Feature request: Integration of Precuration and Gene Objects #96
Description: Refactor the data model to include the precuration object within the curation object and to include the gene object within the precuration object. This change aims to reduce database reads and enable direct tracking of associated information.
Acceptance Criteria:
Update data models to nest precuration within curation and gene within precuration.
Ensure integrity of the data and maintain relationships with the new nesting.
Update configuration files to reflect the changes in the object structures.
Version bump required post-implementation to signify the data model change.
Description: Refactor the data model to include the precuration object within the curation object and to include the gene object within the precuration object. This change aims to reduce database reads and enable direct tracking of associated information.
Acceptance Criteria: