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
Bug: Curation Entity Not Initialized When Modal Loaded with Existing Precuration #108
When the curation modal is loaded with an existing precuration, the curation entity is not being initialized correctly. This issue affects the ability to view and edit curations that are already in progress.
Steps to Reproduce
Navigate to a gene with existing precuration data.
Click on the "Curate" button to open the curation modal.
Observe that the curation entity related to the existing precuration is not initialized.
Expected Behavior
The curation entity should be initialized with the existing precuration data, allowing the curator to continue editing.
Actual Behavior
The curation entity is not initialized, preventing any further curation actions.
Possible Solution
Ensure that the curation form's initialization logic checks for existing precuration data and loads it correctly.
Acceptance Criteria
[ ] Curation entity initializes with existing precuration data when modal is loaded.
[ ] The curator can edit the curation entity without any issues.
Description
When the curation modal is loaded with an existing precuration, the curation entity is not being initialized correctly. This issue affects the ability to view and edit curations that are already in progress.
Steps to Reproduce
Expected Behavior
The curation entity should be initialized with the existing precuration data, allowing the curator to continue editing.
Actual Behavior
The curation entity is not initialized, preventing any further curation actions.
Possible Solution
Acceptance Criteria