[PR #2084] [MERGED] feat: add Playlist description #2055

Closed
opened 2026-02-26 03:33:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/2084
Author: @phanan
Created: 9/4/2025
Status: Merged
Merged: 9/4/2025
Merged by: @phanan

Base: masterHead: playlist-desc


📝 Commits (1)

  • b9532e1 feat: add Playlist description

📊 Changes

34 files changed (+404 additions, -177 deletions)

View changed files

📝 app/Http/Controllers/API/PlaylistController.php (+8 -22)
📝 app/Http/Requests/API/Playlist/PlaylistStoreRequest.php (+4 -2)
📝 app/Http/Requests/API/Playlist/PlaylistUpdateRequest.php (+3 -1)
📝 app/Http/Resources/PlaylistResource.php (+2 -0)
📝 app/Models/Playlist.php (+2 -0)
📝 app/Services/PlaylistService.php (+19 -36)
app/Values/PlaylistCreateData.php (+64 -0)
app/Values/PlaylistUpdateData.php (+54 -0)
📝 database/factories/PlaylistFactory.php (+1 -0)
database/migrations/2025_09_04_055648_add_description_to_playlists_table.php (+15 -0)
📝 resources/assets/js/__tests__/factory/playlistFactory.ts (+1 -0)
📝 resources/assets/js/components/auth/__snapshots__/LoginForm.spec.ts.snap (+4 -4)
📝 resources/assets/js/components/playable/__snapshots__/EditSongForm.spec.ts.snap (+16 -16)
📝 resources/assets/js/components/playlist/CreatePlaylistForm.spec.ts (+10 -4)
📝 resources/assets/js/components/playlist/CreatePlaylistForm.vue (+16 -5)
📝 resources/assets/js/components/playlist/EditPlaylistForm.spec.ts (+3 -1)
📝 resources/assets/js/components/playlist/EditPlaylistForm.vue (+10 -5)
📝 resources/assets/js/components/playlist/smart-playlist/CreateSmartPlaylistForm.vue (+12 -9)
📝 resources/assets/js/components/playlist/smart-playlist/EditSmartPlaylistForm.vue (+13 -11)
📝 resources/assets/js/components/screens/PlaylistScreen.vue (+3 -0)

...and 14 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/2084 **Author:** [@phanan](https://github.com/phanan) **Created:** 9/4/2025 **Status:** ✅ Merged **Merged:** 9/4/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `playlist-desc` --- ### 📝 Commits (1) - [`b9532e1`](https://github.com/koel/koel/commit/b9532e1fa278a7626b26ab121c0348cdc4097732) feat: add Playlist description ### 📊 Changes **34 files changed** (+404 additions, -177 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Controllers/API/PlaylistController.php` (+8 -22) 📝 `app/Http/Requests/API/Playlist/PlaylistStoreRequest.php` (+4 -2) 📝 `app/Http/Requests/API/Playlist/PlaylistUpdateRequest.php` (+3 -1) 📝 `app/Http/Resources/PlaylistResource.php` (+2 -0) 📝 `app/Models/Playlist.php` (+2 -0) 📝 `app/Services/PlaylistService.php` (+19 -36) ➕ `app/Values/PlaylistCreateData.php` (+64 -0) ➕ `app/Values/PlaylistUpdateData.php` (+54 -0) 📝 `database/factories/PlaylistFactory.php` (+1 -0) ➕ `database/migrations/2025_09_04_055648_add_description_to_playlists_table.php` (+15 -0) 📝 `resources/assets/js/__tests__/factory/playlistFactory.ts` (+1 -0) 📝 `resources/assets/js/components/auth/__snapshots__/LoginForm.spec.ts.snap` (+4 -4) 📝 `resources/assets/js/components/playable/__snapshots__/EditSongForm.spec.ts.snap` (+16 -16) 📝 `resources/assets/js/components/playlist/CreatePlaylistForm.spec.ts` (+10 -4) 📝 `resources/assets/js/components/playlist/CreatePlaylistForm.vue` (+16 -5) 📝 `resources/assets/js/components/playlist/EditPlaylistForm.spec.ts` (+3 -1) 📝 `resources/assets/js/components/playlist/EditPlaylistForm.vue` (+10 -5) 📝 `resources/assets/js/components/playlist/smart-playlist/CreateSmartPlaylistForm.vue` (+12 -9) 📝 `resources/assets/js/components/playlist/smart-playlist/EditSmartPlaylistForm.vue` (+13 -11) 📝 `resources/assets/js/components/screens/PlaylistScreen.vue` (+3 -0) _...and 14 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:33:09 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#2055
No description provided.