Closed paulmccarron closed 1 year ago
Add options to monitored playlists to allow user better control of their skipped track monitoring
Update playlists schema
playlists
CREATE TABLE playlists ( id text PRIMARY KEY not null, skip_threshold int, ignore_initial_skips boolean not null, auto_cleanup_limit int, );
Update ERD.
Update GET playlists, POST playlists, GET playlists/{id}. Add PUT playlists/{id}
GET playlists
POST playlists
GET playlists/{id}
PUT playlists/{id}
Add/Update Database Service playlist methods.
Add/Update unit tests for controllers/services.
Update Polling Service and Playing State service to use these settings.
Better way to schedule jobs:
Add options to monitored playlists to allow user better control of their skipped track monitoring
Update
playlists
schemaUpdate ERD.
Update
GET playlists
,POST playlists
,GET playlists/{id}
. AddPUT playlists/{id}
Add/Update Database Service playlist methods.
Add/Update unit tests for controllers/services.
Update Polling Service and Playing State service to use these settings.