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

Group by year/month view for tracklist #183

Open
oskarrough opened this issue Sep 10, 2024 · 0 comments
Open

Group by year/month view for tracklist #183

oskarrough opened this issue Sep 10, 2024 · 0 comments

Comments

@oskarrough
Copy link
Contributor

What

On v1 we always showed the tracklist grouped by date month. This gave it a nice kindof musical logbook feel. Would be great to add it back.

If we add it not as a default, but as an option, it raises new questions:

  • should the user be able to store their prefered view? Per channel?
  • should the owner be able to control how their tracks are presented?

How

We could write an SQL query that groups the tracks by month., but it feels easier for us to handle it in JavaScript land.

Add a new groupedTracks property on the tracklist component? Bonus feature if we abstract it so that you can set the property to group by.

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

No branches or pull requests

1 participant