Skip to content

Commit

Permalink
Merge pull request #64 from Polochon-street/add-todo
Browse files Browse the repository at this point in the history
Add TODO
  • Loading branch information
Polochon-street authored Jun 18, 2024
2 parents 1dc4e76 + 6630863 commit a3b5ff4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# TODO for blissify-rs

This is a todo-list of what's left to do for blissify-rs.
There is quite some work left with regards to distance metrics / way to generate
playlists / MPD integration.

Feel free to submit a PR editing this list if you have some wishes, and to
ask questions if you want to tackle an item.

## Actual TODO

- Erroneous report with CUE files (see https://github.com/Polochon-street/blissify-rs/issues/48)
- Try to trim out the crates (it's too big rn)
- grep TODO and see what can be fixed
- Write more tests (run code coverage tools) (maybe integration tests or whatev name is?)
- Split tests and code (module-wise)
- Refactor to merge some things together
- 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
- A direction feature ("I want the tempo to go down or stay the same")
- A "song group" feature (I want to make a playlist that's in the vibe of these n songs [like 4-5])

## Done

0 comments on commit a3b5ff4

Please sign in to comment.