diff options
Diffstat (limited to 'app/Main.hs')
-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 |