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