summary refs log tree commit diff
diff options
context:
space:
mode:
authorBonfaceKilz2022-05-25 22:10:20 +0300
committerBonfaceKilz2022-05-25 22:10:20 +0300
commitbbf9efd15e6dd4eff23fc41786a897a63330d10c (patch)
treecab712d5ccc4125d61cdce02a304b10628f3038f
parent246bcc1f6af814c440f52db49e56b822f56452c7 (diff)
downloadgn-gemtext-bbf9efd15e6dd4eff23fc41786a897a63330d10c.tar.gz
Close some 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