You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How will this application get initial data? At the moment, shows, venues, and artists must be added through the administrator console. Should users be able to add venues, artists, shows? If so, how will you moderate this? Where else will your application get data from? Maybe you could focus on the Twin Cities and find a list of venues; and figure out some programatic method of getting data for shows, perhaps write a web scraper for First-Avenue.com and other popular venues?
Should users be able to create shows from artists and venues already in the database?
The text was updated successfully, but these errors were encountered:
Started work on this tonight. Have a Beautiful Soup 4 web scraper that's pulling data from First Ave's calendar and sorting it. Just need to figure out how to get it into the database (@JoshKallagunta)
How will this application get initial data? At the moment, shows, venues, and artists must be added through the administrator console. Should users be able to add venues, artists, shows? If so, how will you moderate this? Where else will your application get data from? Maybe you could focus on the Twin Cities and find a list of venues; and figure out some programatic method of getting data for shows, perhaps write a web scraper for First-Avenue.com and other popular venues?
Should users be able to create shows from artists and venues already in the database?
The text was updated successfully, but these errors were encountered: