halbritter-lab / gene-curator

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
4 stars 1 forks source link

Feature request: Save Precuration ID to Related Curation Items #79

Closed berntpopp closed 6 months ago

berntpopp commented 6 months ago

Description

Enhance the data model by saving each precuration's ID to its related curation items within the store functions.

Acceptance Criteria

  1. Extend the store functions to associate precuration IDs with corresponding curation items.
  2. Ensure data integrity and relationships are maintained correctly.
  3. Conduct thorough testing to validate the association.