aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-10-04 22:51:20 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-10-04 22:51:20 +0200
commit3d3eac3c4442a934eb4095ecd53402c741edf2fc (patch)
tree6bc2740eeed56aa4b50a618c6761e95b97f57c4e /app
parent91853d217a6fe5b2ae9066fffb9d039ca12bd756 (diff)
update generate-and-show-hash-for-each-issue
Diffstat (limited to 'app')
-rw-r--r--app/Main.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Main.hs b/app/Main.hs
index 1afb7a3..b96cbd6 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -30,6 +30,8 @@
-- be more interesting keywords.
-- TODO Generate and show hash for each issue
+--
+-- The show hash should be generated by slugifying the issues title. Shell completion will help with the initially long issue ids. Internally, the slugified title should be added as an `@id` tag, unless an `@id` tag is present on the issue.
module Main where