summaryrefslogtreecommitdiff
path: root/topics/editing/case_attributes.gmi
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-07-07 10:47:25 +0300
committerFrederick Muriuki Muriithi2023-07-07 10:47:25 +0300
commit7aaa9f36286b25e70454c83657374d6e0c8a8d5b (patch)
treeea3178c33ebb5f2b8e4e2b71b6621058eafb234c /topics/editing/case_attributes.gmi
parente4404b58a7264434f7b9bfde07a7d86d50c55d3c (diff)
downloadgn-gemtext-7aaa9f36286b25e70454c83657374d6e0c8a8d5b.tar.gz
Initialise documents detailing the editing work.
Diffstat (limited to 'topics/editing/case_attributes.gmi')
-rw-r--r--topics/editing/case_attributes.gmi31
1 files changed, 31 insertions, 0 deletions
diff --git a/topics/editing/case_attributes.gmi b/topics/editing/case_attributes.gmi
new file mode 100644
index 0000000..451a3e1
--- /dev/null
+++ b/topics/editing/case_attributes.gmi
@@ -0,0 +1,31 @@
+# Editing Case-Attributes
+
+## 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.
+
+## Status
+
+There is code that existed for the case-attributes editing, but it had a critical bug where the data for existing attributes would be deleted/replaced randomly when one made a change. This lead to a pause in this effort.
+
+This bug should probably be the first thing to look at and resolve to get the current code out to the users.
+
+We should probably also enable a rollback feature.
+
+## Notes
+
+* Liaise with @Munyoki to collect further information on the case-attributes
+* The relevant database tables are "CaseAttribute" and "CaseAttributeXRefNew"
+
+
+## Related issues
+
+=> /issues/case-attr-edit-error
+=> /issues/fix-case-attribute-work
+=> /issues/fix-case-attribute-editing
+=> /issues/consecutive-crud-applications-when-uploading-data
+=> /issues/edit-metadata-bugs
+
+## References
+
+=> /topics/data-uploads/datasets