diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-10-16 16:14:31 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-10-16 16:14:31 +0200 |
commit | 9143dcfc18b3c11d98ff64eab530a417c16f809b (patch) | |
tree | cd5c999e514a414cc75b6bbe2dfaf95aba18905d | |
parent | a63399d9f999cefd09a0bb9ef04d50e98dae8690 (diff) |
comment should-automatically-generated-ids-be-random
-rw-r--r-- | app/Main.hs | 8 |
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 -- |