Files
swingmusic-extended/TODO.md
T
cwilvx fcf1469428 link playlists to a userid
+ fix favorites foreign key
+ add migration to add userid foreign key to playlists table
2024-06-09 11:08:18 +03:00

16 lines
501 B
Markdown

# TODO
- Migrations:
1. Move userdata to new hashing algorithm
- Store (and read) from the correct user account:
1. Playlists
2. Favorites
- Package jsoni and publish on PyPi
- Rewrite stores to use dictionaries instead of list pools
- last updated date on tracks added via watchdog is broken
- hide "remove from playlist" option on system playlists
# DONE
- Support auth headers
- Add recently played playlist
- Move user track logs to user zero
- Move future logs to appropriate user id