aboutsummaryrefslogtreecommitdiffstats
path: root/app/Main.hs
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-12-12 15:32:47 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-12-13 04:47:50 +0100
commit4426863f07901f626a537f2f0bb717b1bd1b0f6d (patch)
tree5051a63d4f42d2b219e658803d0c92c5a9d6b693 /app/Main.hs
parent9516eb2879b47b25e4225fd2b41329e73cada42b (diff)
chore: compute patches only when displayed
Diffstat (limited to 'app/Main.hs')
-rw-r--r--app/Main.hs9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/Main.hs b/app/Main.hs
index ea9077b..6ccc29a 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -1,12 +1,3 @@
--- TODO Compute patches only when demanded
---
--- Currently, `IssueEvents` contain patches of the relevant issues. These
--- patches are computed upfront, and also when not needed (ie. if not shown).
--- Additionally, there are cached.
---
--- I think it would be sufficient to compute patches on-the-fly, ie. when
--- requested to be shown.
-
-- TODO Compute history from the top
--
-- Currently we are computing the history from the bottom (ie. earliest commit