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: Store User IDs in Curation and Precuration Items #78

Closed berntpopp closed 6 months ago

berntpopp commented 6 months ago

Description

For better tracking and auditability, user IDs need to be saved within curation and precuration items within store functions.

Acceptance Criteria

  1. Modify createCuration, updateCuration, createPrecuration, and updatePrecuration functions to include user ID storage.
  2. Ensure that user IDs are securely and accurately stored.
  3. Validate implementation with appropriate unit tests.