add roadmap

This commit is contained in:
yggverse 2025-08-05 17:59:55 +03:00
parent 4e4f260190
commit 52fc71a30a

View file

@ -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 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 ## Install
1. `git clone https://github.com/YGGverse/yggtrackerd.git && cd yggtrackerd` 1. `git clone https://github.com/YGGverse/yggtrackerd.git && cd yggtrackerd`