aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-18 20:38:40 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-18 20:38:40 +0800
commitb6f43f4f9635da91d9950981cb081fa0cfda753e (patch)
tree5ea68b99fe94493a916da153cce0343f32d8b50b /TODO
parentgit_hooks_client.c: Don't print wrongly-lengthed cookies (diff)
downloadforge-b6f43f4f9635da91d9950981cb081fa0cfda753e.tar.gz
forge-b6f43f4f9635da91d9950981cb081fa0cfda753e.tar.zst
forge-b6f43f4f9635da91d9950981cb081fa0cfda753e.zip
TODO: Update (e.g. potentially using fasthttp in the future)
Diffstat (limited to '')
-rw-r--r--TODO13
1 files changed, 7 insertions, 6 deletions
diff --git a/TODO b/TODO
index e8cc5fa..1cfcd6b 100644
--- a/TODO
+++ b/TODO
@@ -1,12 +1,13 @@
+* Merge requests
+
* User account management
* Web interface to create repos and groups
-* Merge requests
-* Fix diff view
+
+* Diff view
* Subgroups
-* API
* Email integration
-
-* RSS
+* RSS/Atom on everything
* Unit tests
-* Refactoring other stuff
+
+* Consider switching to fasthttp to access the underlying net.Conn