summaryrefslogtreecommitdiff
path: root/issues
diff options
context:
space:
mode:
Diffstat (limited to 'issues')
-rw-r--r--issues/fetch-sample-data.gmi6
-rw-r--r--issues/gn3-technical-debt.gmi8
-rw-r--r--issues/zero-repr-in-data-upload.gmi6
3 files changed, 16 insertions, 4 deletions
diff --git a/issues/fetch-sample-data.gmi b/issues/fetch-sample-data.gmi
index 70c3ea1..6b1621e 100644
--- a/issues/fetch-sample-data.gmi
+++ b/issues/fetch-sample-data.gmi
@@ -4,7 +4,7 @@
* assigned: bonifacem
* keywords: sample data, GN2, GN3
-* status: unclear
+* status: closed
* priority: medium
#### Fetch all Sample Data
@@ -67,3 +67,7 @@ currently hard-coded in webqtlUtil.py.
[1] * Tasks, Guix
:ARCHIVE: /home/bonface/Self/org/archive/2021_guix.org_archive::
+
+#### Wed 25 May 2022 21:59:52 EAT
+
+Closing this because this issue is stale. Also, the sample data is fetched just fine.
diff --git a/issues/gn3-technical-debt.gmi b/issues/gn3-technical-debt.gmi
index a31012f..a96e06b 100644
--- a/issues/gn3-technical-debt.gmi
+++ b/issues/gn3-technical-debt.gmi
@@ -4,7 +4,7 @@
* assigned: bonfacem
* priority: medium
-* status: in progress
+* status: closed
* type: enhancement
* keywords: GN3
@@ -12,5 +12,9 @@
Here I log some technical debt in gn3 as a checklist.
-- [ ] Clean up gn3/db/traits.py: Some of those functions are long, and
+- [x] Clean up gn3/db/traits.py: Some of those functions are long, and
repetitive. Also, we have no tests for most of them.
+
+#### Wed 25 May 2022 22:07:35 EAT
+
+This issue is too general in scope so I'm going ahead to close it.
diff --git a/issues/zero-repr-in-data-upload.gmi b/issues/zero-repr-in-data-upload.gmi
index f8143e8..852b1ff 100644
--- a/issues/zero-repr-in-data-upload.gmi
+++ b/issues/zero-repr-in-data-upload.gmi
@@ -5,7 +5,7 @@
* assigned: bonfacem
* type: bug
* priority: high
-* status: in progress
+* status: closed
* keywords: data uploads
### Introduction
@@ -22,3 +22,7 @@ gn2 the value still remains as "x" and isn't updated in the database.
Also, ATM you cannot edit a value to "x", which is similar to removing
a field in the database.
+
+#### Wed 25 May 2022 22:01:44 EAT
+
+This was fixed in #a4ae3a4d1bb680f8a0d38d37f8ceffe0f3a1b2a9 in GN3