aboutsummaryrefslogtreecommitdiffstats
path: root/app/Main.hs
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-10-16 16:14:31 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-10-16 16:14:31 +0200
commit9143dcfc18b3c11d98ff64eab530a417c16f809b (patch)
treecd5c999e514a414cc75b6bbe2dfaf95aba18905d /app/Main.hs
parenta63399d9f999cefd09a0bb9ef04d50e98dae8690 (diff)
comment should-automatically-generated-ids-be-random
Diffstat (limited to 'app/Main.hs')
-rw-r--r--app/Main.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/Main.hs b/app/Main.hs
index 0313563..2bac63f 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -161,6 +161,14 @@
-- issues.
--
-- @topic ids
+--
+-- COMMENT I am not sure we want to automatically append `@id`s to the issue
+-- description. We probably want to append `@pastId` to an issue if we notice a
+-- change in the title. I feel users are not as likely change that.
+--
+-- That being said, I am up for experimenting with random IDs *alongside* the
+-- current design. Maybe we could add a `@uuid` tag automatically that is
+-- generated from the issues first `@id`, and append that?
-- TODO Dependencies between issues
--