diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-18 20:38:40 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-18 20:38:40 +0800 |
commit | b6f43f4f9635da91d9950981cb081fa0cfda753e (patch) | |
tree | 5ea68b99fe94493a916da153cce0343f32d8b50b /TODO | |
parent | git_hooks_client.c: Don't print wrongly-lengthed cookies (diff) | |
download | forge-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-- | TODO | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -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 |