issues
search
Pironj
/
Group-Project-1
first collaborative group project
https://pironj.github.io/Group-Project-1/
0
stars
1
forks
source link
Search Tour Dates
#3
Open
Pironj
opened
5 years ago
Pironj
commented
5 years ago
User Story
As a user, I want to search tour dates so that I can keep up to date with when my favorite artists are playing locally
As a user, I want to know when and where my favorite artists are playing so that I can plan to travel to events
As a user, I want to know what local events are playing, so I can plan a fun weekend with my friends
Acceptance Criteria
[x] index.html Create search box
[x] input artists name (text) and location parameters (city -dropdown field?)
[x] on.click handler to return specific date artists is playing in your area
[x] javascript.js / Ajax Wire up search box to Ticketmaster API
[x] Get API object info for dates, show times, venue location
[x] jQuery dynamically create
elements to display info to user
[x] append data to the DOM
User Story
Acceptance Criteria