summaryrefslogtreecommitdiff
path: root/topics/editing
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-08-11 12:12:33 +0300
committerFrederick Muriuki Muriithi2023-08-11 12:13:13 +0300
commit4e016e43fd05202287730915d129daaed1a02efc (patch)
tree7cdc85263bc4cf201d391aaf216fea62c4527dbb /topics/editing
parent4c916b6533c72eaf5ee3b0f5bfc7ed69281c43f0 (diff)
downloadgn-gemtext-4e016e43fd05202287730915d129daaed1a02efc.tar.gz
Update issue: Only approved diffs are stored.
Diffstat (limited to 'topics/editing')
-rw-r--r--topics/editing/improving-metadata-audit.gmi8
1 files changed, 7 insertions, 1 deletions
diff --git a/topics/editing/improving-metadata-audit.gmi b/topics/editing/improving-metadata-audit.gmi
index dc9f65b..5bcf01c 100644
--- a/topics/editing/improving-metadata-audit.gmi
+++ b/topics/editing/improving-metadata-audit.gmi
@@ -23,7 +23,13 @@ This document proposes that we do improvements to the existing system to mitigat
## Notes
-Identifying trait diffs:
+### Saving Diffs in Database
+
+It turns out, we only store diffs in the database that have been approved. The diffs awaiting processing, or those that have been rejected are not stored.
+
+This makes it a little easier to handle some of the newer features requested.
+
+### Identifying Trait Diffs
* Phenotype diffs can be identified with the `trait_name` and `phenotype_id` keys in the `json_diff_data` field
* Probesets diffs can be identified with the `probeset_name` key in the `json_diff_data` field