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.
Description:
Enhance the user interface by adding field validation features. This will ensure that the data entered by users is in the correct format before submission, reducing errors and improving data integrity.
Acceptance Criteria:
Implement field validation for all input fields in the user interface.
Display appropriate error messages when invalid data is entered.
Validation should cover different data types and formats, such as text, numbers, emails, etc.
Prevent form submission until all validation criteria are met.
Description: Enhance the user interface by adding field validation features. This will ensure that the data entered by users is in the correct format before submission, reducing errors and improving data integrity.
Acceptance Criteria: