summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2021-07-25 13:16:23 +0200
committerPjotr Prins2021-07-25 13:16:23 +0200
commit7811e4fc0dcb46bd4f0459cf386bdf497395f836 (patch)
treef3acfb3f7d47043c48bac10fc935e1dc0f7346b8
parentdbe0327b844b6eeb49d33336b7e78a8a1ed36c02 (diff)
downloadgn-gemtext-7811e4fc0dcb46bd4f0459cf386bdf497395f836.tar.gz
On issues
-rw-r--r--README.gmi3
-rw-r--r--issues/README.gmi25
2 files changed, 27 insertions, 1 deletions
diff --git a/README.gmi b/README.gmi
index ba31c20..e932510 100644
--- a/README.gmi
+++ b/README.gmi
@@ -12,7 +12,8 @@ We have decided to move our existing issue trackers and kanban board to one gemi
Issues are simple gemini documents that grow downwards - dating of additions is managed through git. We'll add a proxy to display these documents. The kanban is managed through a directory and symbolic links.
-=> https://github.com/genenetwork/gn-gemtext-threads/blob/main/issues/database-not-responding.gmi Issue tracker on github
+
+=> https://github.com/genenetwork/gn-gemtext-threads/blob/main/issues/database-not-responding.gmi Example issue tracker
We will soon add a web readable version of
diff --git a/issues/README.gmi b/issues/README.gmi
new file mode 100644
index 0000000..08f756c
--- /dev/null
+++ b/issues/README.gmi
@@ -0,0 +1,25 @@
+# Designing an issue tracker on gemini
+
+I added a first issue here:
+
+=> https://github.com/genenetwork/gn-gemtext-threads/blob/main/issues/database-not-responding.gmi
+
+I am thinking we just use git to pull out dates and people contributions (pjotrp wrote ...) for display in a document/web page.
+
+Assuming people add to the doc at the bottom that should not be too hard.
+
+At the top we could add tags:
+
+* assigned: pjotrp, zachs
+* labels: critical bug, in progress
+* milestone: 1.1
+
+Which we can use to generate lists of links.
+
+Make sense?
+
+For the kanban board we can simply use the labels. Override/add with a separate
+
+* kanban: Brain storm
+
+Can't think of anything more to add to make it really useful :)