diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-11-07 23:05:49 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-11-07 23:05:49 +0100 |
commit | d7e9d7fc2e04fb65199a26ca021a218f42f68b9d (patch) | |
tree | ccdcad8332a29e108152b50e8c60380779965cfd | |
parent | 36652c02b1724ba12e21e76acd20f8c232dd2414 (diff) |
update issues
-rw-r--r-- | app/Main.hs | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app/Main.hs b/app/Main.hs index 41b65b6..0a6d6c1 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -79,6 +79,10 @@ -- -- edited -- ``` +-- +-- @priority high +-- +-- COMMENT Ammendments should generate IssueEvents which can be shown in the issue's log. -- TODO Add options to show command to display source code around the issue -- @@ -256,6 +260,18 @@ -- -- @topic dependencies +-- TODO Relations between issues +-- +-- Issues should be able to refer to other issues (via id) within their tags, +-- ie. `@supersedes target-issue-id`. Such relations should create issue +-- events on the target issue, and recording the source issue id that created +-- the relation. +-- +-- This might serve as ground work for dependencies-between-issues. +-- +-- @related dependencies-between-issues +-- @priority high + -- TODO Add fulltext search -- -- Additional to `--filter` it should be possible to search for issues |