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: Include Workflow Configuration Version in Curation and Precuration Records #80

Closed berntpopp closed 6 months ago

berntpopp commented 6 months ago

Description

To track changes and versions in workflow configurations, it's necessary to include the workflow configuration version in both curation and precuration records.

Acceptance Criteria

  1. Update store functions to save the workflow configuration version in curation and precuration records.
  2. Ensure the version is updated correctly in line with the current configuration.
  3. Validate the implementation with appropriate tests to confirm accurate version tracking.