Update README.md

This commit is contained in:
Jose134 2024-12-08 02:26:49 +01:00
parent e9ed762769
commit aeb5abad41

View File

@ -19,9 +19,11 @@ Store all the logs for the current job in order to be able to debug and keep tra
# Roadmap: # Roadmap:
- [x] Be able to move and rename files based on a regex - [x] Be able to move and rename files based on a regex
- [ ] Read qbittorrent credentials from .env file - [x] Read qbittorrent credentials from .env file
- [ ] Implement API endpoint using FastAPI - [x] Implement API endpoint using FastAPI
- [ ] Run organization ob on a separate thread
- [ ] Deduplicate files using Czkawka - [ ] Deduplicate files using Czkawka
- [ ] Add unit tests - [ ] Add unit tests
- [ ] Add logging - [ ] Add logging
- [ ] Make it run in docker
- [ ] Create another endpoint to retrieve the logs of a job - [ ] Create another endpoint to retrieve the logs of a job