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

Feature request: Implement Prefill Logic Based on Workflow Configuration #77

Open berntpopp opened 7 months ago

berntpopp commented 7 months ago

Description

The project needs functionality to prefill form fields in CurationForm and PrecurationForm based on specific conditions defined in the workflowConfig. This will help streamline data entry processes.

Acceptance Criteria

  1. Forms should automatically populate certain fields based on workflowConfig conditions.
  2. The prefill logic should adapt to changes in the workflowConfig.
  3. Defaults or fallbacks should be defined for fields without prefill data.
  4. Adequate testing to ensure functionality works as expected.