Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add feature to view all songs from one channel #38

Open
jnnkB opened this issue May 4, 2019 · 1 comment
Open

Add feature to view all songs from one channel #38

jnnkB opened this issue May 4, 2019 · 1 comment

Comments

@jnnkB
Copy link

jnnkB commented May 4, 2019

You should be able to find the channel of artists and play and view songs from it.

@Chaitali2209
Copy link

Here is what i can proceed as a Solution:

Identify Relevant Code:
Locate the code files responsible for displaying the list of songs and managing the channel information. This could involve components, models, and services related to songs and channels.

UI Element Addition:
In the appropriate code file, identify where the list of songs is displayed. You'll want to add a way for users to filter songs by channel. This could be in the form of a dropdown or a filter button.

JavaScript Function:
In the same or a related JavaScript file, implement the filterSongsByChannel() function. This function will update the displayed song list based on the selected channel.

javascript

Filter Logic:
Implement the getFilteredSongs() function to retrieve the list of songs from the selected channel.

UI Update:
Implement the updateSongListUI() function to update the UI with the filtered song list.

Styling:
Apply appropriate CSS styles to the filter dropdown or button to ensure it integrates well with the existing UI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants