Skip to content

Commit ae21b6e

Browse files
committed
feat: implement getFeaturedSongs method in SongService and add corresponding tests
- Added getFeaturedSongs method to SongService to retrieve featured songs across various timespans. - Implemented tests for getFeaturedSongs to ensure correct functionality and handling of empty results. - Removed SongBrowser module and related files as part of the refactor to streamline the service structure. - Introduced new PageDto class for pagination handling in the database module.
1 parent c9ffc37 commit ae21b6e

File tree

10 files changed

+237
-446
lines changed

10 files changed

+237
-446
lines changed

apps/backend/src/song-browser/song-browser.controller.spec.ts

Lines changed: 0 additions & 100 deletions
This file was deleted.

apps/backend/src/song-browser/song-browser.controller.ts

Lines changed: 0 additions & 64 deletions
This file was deleted.

apps/backend/src/song-browser/song-browser.module.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

apps/backend/src/song-browser/song-browser.service.spec.ts

Lines changed: 0 additions & 136 deletions
This file was deleted.

0 commit comments

Comments
 (0)