-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Use Case
We need to unify the current scattered fields for gene editing under a parent field
Acceptance Criteria
- group
allele_count,tag_location,fluorescent_tag, (Q:genetoo?) under a parent fieldEditing(Q: or isGenetic Modificationsa more descriptive name?) - The parent field should be a list, each child field maintains its original options (Q: if we decide to group all three for each gene, do we still need
multipleto be true?)
Details
draft new structure:
- {
label: "Genetic Modifications",
name: "genetic_modifications",
widget: "list",
required: false,
fields:
[
{
label: "Gene",
name: "gene",
widget: "relation",
collection: "gene-name",
search_fields: ["symbol", "name", "protein", "structure"],
value_field: "symbol",
display_fields: ["symbol"],
required: false,
},
{
label: "Allele Count",
name: "allele_count",
widget: "select",
options: ["mono", "bi"],
required: false,
},
{
label: "Tag Location",
name: "tag_location",
widget: "select",
options: ["C-terminus", "N-terminus"],
required: false,
},
{
label: "Fluorescent Tag",
name: "fluorescent_tag",
widget: "select",
options: ["mEGFP", "EGFP", "mTagRFP-T", "TagBFP", "HaloTag"],
required: false,
}
]
}

Metadata
Metadata
Assignees
Labels
No labels