From 52fc71a30a6538ffe36ab7dee66aef96fc40a24b Mon Sep 17 00:00:00 2001 From: yggverse Date: Tue, 5 Aug 2025 17:59:55 +0300 Subject: [PATCH] add roadmap --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 69e8bc0..2ea1491 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,23 @@ BitTorrent aggregation web-server, based on the [Rocket](https://rocket.rs) framework and [aquatic-crawler](https://github.com/YGGverse/aquatic-crawler) FS +## Roadmap + +* [x] RSS feeds +* [ ] Torrents listing + * [x] Basic metainfo + * [x] Pagination + * [ ] Search filter + * [ ] Results order +* [ ] Torrent details page + * [ ] File list + * [ ] Background image (from the files asset) +* [ ] Common features + * [ ] Scrape peers/seeds + * [ ] Download + * [x] Magnet + * [ ] Torrent + ## Install 1. `git clone https://github.com/YGGverse/yggtrackerd.git && cd yggtrackerd`