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

Bug: in Field Min and Max on Mobile Devices #89

Closed berntpopp closed 6 months ago

berntpopp commented 6 months ago

Description:

Acceptance Criteria:

  1. Implement checks in the store functions to validate min and max fields on mobile devices.
  2. Avoid server-side enforcement to keep the system less rigid and complex.
  3. Ensure that the fields cannot be set to arbitrary values and are correctly validated.