newtheatre / website

:globe_with_meridians: The New New Theatre Website
https://newtheatre.org.uk
5 stars 7 forks source link

Display occurrence times on listing page #77

Closed samozzy closed 4 years ago

samozzy commented 4 years ago

Currently it is 3 clicks to find out what time a show is on, which is obviously not ideal.

davidtaylorhq commented 4 years ago

Possible idea for the logic:

if(every show is same time, and there is a show every day in the run){
  "7:30pm"
}else if(every show except one is same time, and there is a show every day in the run){
  "7:30pm every day, plus 2pm Saturday"
}else{
  "Click book for times"
}