1
# TODO for blissify-rs
2
3
This is a todo-list of what's left to do for blissify-rs.
4
There is quite some work left with regards to distance metrics / way to generate
5
playlists / MPD integration.
6
7
Feel free to submit a PR editing this list if you have some wishes, and to
8
ask questions if you want to tackle an item.
9
10
## Actual TODO
11
12
- Erroneous report with CUE files (see https://github.com/Polochon-street/blissify-rs/issues/48)
13
- Try to trim out the crates (it's too big rn)
14
- grep TODO and see what can be fixed
15
- Write more tests (run code coverage tools) (maybe integration tests or whatev name is?)
16
- Split tests and code (module-wise)
17
- Refactor to merge some things together
18
- A waypoint feature: go from song1 to song2, both picked by the users, in n songs, without any repetitions between playlist 1 and playlist 2
19
- A direction feature ("I want the tempo to go down or stay the same")
20
- A "song group" feature (I want to make a playlist that's in the vibe of these n songs [like 4-5])
21
22
## Done
23
24