ucbtheatre/dcm-mobile

Duplicate Shows in All Shows Page do not show the different times

Closed this issue · 8 comments

On the All Shows Page, I see both Bassprov and Baby Wants Candy with two entries that are for the SAME time and location. On the dcm.com page there are indeed two separate shows, but they are at different times locations.

Is this a failure of the db, the shows page, or something else?

I think it might be the script that generates the time and location on the show detail page, i think it assumes there is only one instance

Maybe I should ammend the script to include all instances of the show instead of just the one, that would make more sense.

i think this is because we are pulling from schedules and not shows. I'll fix this

Updated the query but now the show links break...

OK, shows that have multple instances only show up once on the ALL SHOWS view. Also, when someone views a show detail page and that show has multiple instances, each time is shown on the show detail page.

Did this require any changes to the loadPageShow function? Basically, I want to know if you changed the ID that is used when you open a Show.

Nevermind, I just realized I can read the commit myself.