admiralbolt / sms

Seattle Music Scene
1 stars 0 forks source link

Fully connect backend api to frontend #87

Open admiralbolt opened 3 months ago

admiralbolt commented 3 months ago

This is a larger overall project. The summary:

1) For each of our models (events, venues, artists), there should be a url linked view to show more details. i.e. seattlemusicscene.info/venues/conor-byrne-pub should show a page displaying info about the Conor Byrne pub. 2) For each of these types there should be a searchable landing page to find appropriate models. This can look very similar to how the admin panel currently looks, and probably eventually replace these views entirely. i.e. seattlemusicscene.info/venues is a listing page where you can see all venues / search for venues.

Some added details:

I'm still not sure if there should be a separate search for each individual page, or if we should do a single search that queries events, artists, and venues.

admiralbolt commented 3 months ago

Side thought: there's probably a way to add meta tags to individual pages to make them searchable from google.