frlux / tawny-owl-nuxt

0 stars 0 forks source link

Non-library event locations #9

Open amy-actually opened 5 years ago

amy-actually commented 5 years ago

Non-library event locations in the "WHERE" section of the events page link/attempt to open @ /locations/...

ex: https://frlux.github.io/events/healthy-living-festival-at-the-cullowhee-recreation-park

We'll need to decide if we want to:

  1. Link (instead) to the "venue's" own website (if provided)
  2. Open a page on our site with more info about the "venue" -- (do we tie this to the sponsoring library as well, i.e. "partners" .... etc) "venue": { "id": xxxx, "url": "....\/venue\/cullowhee-recreation-center\/", "venue": "Cullowhee Recreation Center", "slug": "cullowhee-recreation-center", "address": "88 Cullowhee Mountain Road", "city": "Cullowhee", "country": "United States", "state": "NC", "zip": "28723", "phone": "", "website": "https:\/\/www.rec.jacksonnc.org\/cullowhee-recreation-department", "json_ld": { "@type": "Place", "name": "Cullowhee Recreation Center", "description": "", "url": "", "address": { "@type": "PostalAddress", "streetAddress": "88 Cullowhee Mountain Road", "addressLocality": "Cullowhee", "addressRegion": "NC", "postalCode": "28723", "addressCountry": "United States" }, "telephone": "", "sameAs": "https:\/\/www.rec.jacksonnc.org\/cullowhee-recreation-department" } },