Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Phenotype Reference Panel #865

Open
ktun95 opened this issue Sep 18, 2024 · 1 comment
Open

feat: Phenotype Reference Panel #865

ktun95 opened this issue Sep 18, 2024 · 1 comment

Comments

@ktun95
Copy link
Collaborator

ktun95 commented Sep 18, 2024

Description

Screenshot 2024-09-18 at 11-05-17 Phenotype and Strain Details for aarA- - Dicty Stock Center

The portion of the AddPhenotypeForm (#858) responsible for accepting the Reference Publication ID.

Consists of:

  • Text input field
  • Publication Details display
    • Allows user to verify correct Publication

Parameters / Constraints

  • A Reference Input is valid if the input string is of a valid ID format (Pubmed/DOI).
  • Form Validation is handled using react-hook-form for form state management and yup for validation schema definition.
  • Submit Button should be disabled if the form is invalid.

Approaches

TBD

@ktun95
Copy link
Collaborator Author

ktun95 commented Sep 18, 2024

#859

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant