summaryrefslogtreecommitdiff
path: root/topics/editing
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-08-14 05:48:33 +0300
committerFrederick Muriuki Muriithi2023-08-14 05:49:46 +0300
commitd4477b0a70efb40a13a0e8bf768e4119a7e278ff (patch)
tree0dd2e7bb2cd039f0de638735a4faa14327ad2061 /topics/editing
parent5012c9857ee11fb2ce43b2b60b69367eedf3a596 (diff)
downloadgn-gemtext-d4477b0a70efb40a13a0e8bf768e4119a7e278ff.tar.gz
Case-Attribute Editing: Update doc with questions and notes
Add some questions to the document to be answered down the line. Add some notes with information gleaned so far.
Diffstat (limited to 'topics/editing')
-rw-r--r--topics/editing/case_attributes.gmi21
1 files changed, 21 insertions, 0 deletions
diff --git a/topics/editing/case_attributes.gmi b/topics/editing/case_attributes.gmi
index 451a3e1..47eef0b 100644
--- a/topics/editing/case_attributes.gmi
+++ b/topics/editing/case_attributes.gmi
@@ -1,5 +1,12 @@
# Editing Case-Attributes
+## Tags
+
+* type: document
+* keywords: case-attribute, editing
+* assigned: fredm, zachs, acenteno
+* status: requirements gathering
+
## Introduction
Case-Attributes are essentially the metadata for the samples. In the GN2 system, they are the extra columns in the table in the "Reviews and Edit Data" accordion tab besides the value and its error margin.
@@ -17,6 +24,20 @@ We should probably also enable a rollback feature.
* Liaise with @Munyoki to collect further information on the case-attributes
* The relevant database tables are "CaseAttribute" and "CaseAttributeXRefNew"
+## What are "Case-Attributes"
+
+* **TODO**: Request clarification of what case-attributes are and how they are used
+* From email: "Every strain has a unique attribute and it's fixed, not variable."
+
+## Authorisation
+
+* From email: "it's probably not okay to let anyone who can edit sample data for a trait also edit case attributes, since they're group level"
+
+## Features
+
+* Editing existing case-attributes: YES
+* Adding new case attributes: ???
+* Deleting existing case attributes: ???
## Related issues