From 9143dcfc18b3c11d98ff64eab530a417c16f809b Mon Sep 17 00:00:00 2001
From: Alexander Foremny <aforemny@posteo.de>
Date: Mon, 16 Oct 2023 16:14:31 +0200
Subject: comment should-automatically-generated-ids-be-random

---
 app/Main.hs | 8 ++++++++
 1 file changed, 8 insertions(+)

(limited to 'app')

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
 --
-- 
cgit v1.2.3