CSCI3308-Group-3-Music-Recommendations / Music-Recommendation-App

A music recommendation app that allows users to import songs, sort by genre or artist, and possibly sort by tempo or key; and would give users recommendations based on music they currently listen to or input.
0 stars 0 forks source link

View bands in town (Discover page) #4

Open d9eman opened 11 months ago

d9eman commented 11 months ago

As a user that has linked my account with Spotify, I should be able to see which of my most listened-to bands and/or artists are playing nearby and be able to get tickets to an event by clicking on an event.

liviah12 commented 10 months ago

Acceptance criteria: As a user who has synced my account with spotify, when I click on "view bands in town" in the navbar, I will be redirected to a page that lists which of my top bands/artists are playing nearby. When I click on an event I will be able to get tickets.

d9eman commented 10 months ago

Code is written out where the user's top artists are found and then Ticketmaster is queried for events with them. The queries all work correctly however am struggling with displaying all the information on the webpage side.

d9eman commented 10 months ago

Discover page now works for finding both specific artists and finding concerts from all your top artists. And allows you to focus by city.