From d7e9d7fc2e04fb65199a26ca021a218f42f68b9d Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Tue, 7 Nov 2023 23:05:49 +0100 Subject: update issues --- app/Main.hs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'app/Main.hs') 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 -- cgit v1.2.3