summaryrefslogtreecommitdiff
path: root/issues
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-06-23 07:18:16 +0300
committerFrederick Muriuki Muriithi2022-06-23 07:18:16 +0300
commit1a808e92655f2dc9af354a53923ab3c96844a1da (patch)
tree0af28b62c9d4edd275b44f3589f8572d0faf53b6 /issues
parentc80b60d2afdc217342f4b2757487d7398d5b53ca (diff)
downloadgn-gemtext-1a808e92655f2dc9af354a53923ab3c96844a1da.tar.gz
Update: indicate completion of phase 1. Add answers to questions
Diffstat (limited to 'issues')
-rw-r--r--issues/rewrite-qc-and-qc-uploads-in-python.gmi26
1 files changed, 26 insertions, 0 deletions
diff --git a/issues/rewrite-qc-and-qc-uploads-in-python.gmi b/issues/rewrite-qc-and-qc-uploads-in-python.gmi
index 4d60f41..d17d637 100644
--- a/issues/rewrite-qc-and-qc-uploads-in-python.gmi
+++ b/issues/rewrite-qc-and-qc-uploads-in-python.gmi
@@ -74,3 +74,29 @@ Can there be zero values, i.e.
* "0.000000, "00.00000000", ... etc. for standard error files
in the files?
+
+
+## Update 2022-06-23
+
+The rewrite of the data verification part is mostly done.
+
+@Arthur hints that the next step is the quality-control proper, where, if the file(s) pass the verification stage, the user can attach some extra information to the data, such as:
+* Species
+* Group
+* Platform
+* Study ID
+etc. that will be used when adding the data to the database, to link it properly.
+
+### Answers to Questions
+
+#### Question 01
+
+The first field will be treated as text, and will not undergo any verification
+
+#### Question 02
+
+The line-endings will be handled when the data is being entered into the database. This means there is no need to handle it in this application.
+
+#### Question 03
+
+There can be zero values, and they have been handled in the code.