-
Notifications
You must be signed in to change notification settings - Fork 26
Description
So below "Recent Tapes" there would be a row for "Venues". There may be a way to solve this by adding a sixth column, going artists -> yearslist -> venueslist -> shows_at_venue_list -> songlist -> tapeslist - but what might be a better solution is taking you from venues to a new page that has a table of shows at a venue. To be clear, I think the former is better ux, but may be too complicated to implement.
The advantage of the external page is we can re-use the same table page for songs. Again, perhaps the six column strategy could be enough here, but also it might be too complicated or overly dense.
I'm a big fan of the phish.in song pages, so it may be worth taking some inspiration: https://phish.in/songs/piper
But also there's a few things I would change, which is that I'd make it more table-friendly, sorting the columns in the header, perhaps adding complex filtering.
A friend just asked me "is that the first 20 minute piper since 2.0" (from the show tonight) and I paginated through a number of pages manually checking the duration until I got to Spac 04 and saw that it was. So maybe we can solve for that use case in some easier manner.
Anyway feel free to ask questions or play with it. I'll be available on the discord to assist with both technical and UX questions if this intrigues you.