bethlakshmi / GBE

Code repository for the Great Boston Burlesque Expo
3 stars 0 forks source link

Schedule not displaying past 10pm on Sunday #154

Closed burlexpo closed 10 years ago

burlexpo commented 10 years ago

There are volunteer opportunities for Sunday at 10pm (http://burlesque-expo.com/ListGames.php?action=63&RunId=229) that aren't showing up on the calendar view.

In this case, I made sure the run ended at 11:30pm, just in case that was the problem again. It still doesn't display.

jonkiparsky commented 10 years ago

I think I see the problem - it's actually related to the fact that this is listed in multiple rooms, not to the time.

On Wed, Jan 22, 2014 at 12:27 PM, Scratch notifications@github.com wrote:

There are volunteer opportunities for Sunday at 10pm ( http://burlesque-expo.com/ListGames.php?action=63&RunId=229) that aren't showing up on the calendar view.

In this case, I made sure the run ended at 11:30pm, just in case that was the problem again. It still doesn't display.

— Reply to this email directly or view it on GitHubhttps://github.com/bethlakshmi/GBE/issues/154 .

burlexpo commented 10 years ago

Weird. Other things are listed in multiple rooms... or should be. Is this a quick fix? Or should we just restrict things to one location?

On 1/22/14 1:02 PM, Jon Kiparsky wrote:

I think I see the problem - it's actually related to the fact that this is listed in multiple rooms, not to the time.

On Wed, Jan 22, 2014 at 12:27 PM, Scratch notifications@github.com wrote:

There are volunteer opportunities for Sunday at 10pm ( http://burlesque-expo.com/ListGames.php?action=63&RunId=229) that aren't showing up on the calendar view.

In this case, I made sure the run ended at 11:30pm, just in case that was the problem again. It still doesn't display.

— Reply to this email directly or view it on GitHubhttps://github.com/bethlakshmi/GBE/issues/154 .

— Reply to this email directly or view it on GitHub https://github.com/bethlakshmi/GBE/issues/154#issuecomment-33049416.

jonkiparsky commented 10 years ago

I'm looking for the fix now. For the moment, if you pick one room, it works.

The rooms are stored in the database as one long list - this is awful - so I have to split that list and put another loop in the display logic to insert it into the column for each room.

If nothing goes wrong, it shouldn't take very long.

On Wed, Jan 22, 2014 at 1:12 PM, Scratch notifications@github.com wrote:

Weird. Other things are listed in multiple rooms... or should be. Is this a quick fix? Or should we just restrict things to one location?

On 1/22/14 1:02 PM, Jon Kiparsky wrote:

I think I see the problem - it's actually related to the fact that this is listed in multiple rooms, not to the time.

On Wed, Jan 22, 2014 at 12:27 PM, Scratch notifications@github.com wrote:

There are volunteer opportunities for Sunday at 10pm ( http://burlesque-expo.com/ListGames.php?action=63&RunId=229) that aren't showing up on the calendar view.

In this case, I made sure the run ended at 11:30pm, just in case that was the problem again. It still doesn't display.

— Reply to this email directly or view it on GitHubhttps://github.com/bethlakshmi/GBE/issues/154 .

— Reply to this email directly or view it on GitHub https://github.com/bethlakshmi/GBE/issues/154#issuecomment-33049416.

— Reply to this email directly or view it on GitHubhttps://github.com/bethlakshmi/GBE/issues/154#issuecomment-33050447 .

burlexpo commented 10 years ago

Keep me posted.

Thanks!

On 1/22/14 1:18 PM, Jon Kiparsky wrote:

I'm looking for the fix now. For the moment, if you pick one room, it works.

The rooms are stored in the database as one long list - this is awful

  • so I have to split that list and put another loop in the display logic to insert it into the column for each room.

If nothing goes wrong, it shouldn't take very long.

On Wed, Jan 22, 2014 at 1:12 PM, Scratch notifications@github.com wrote:

Weird. Other things are listed in multiple rooms... or should be. Is this a quick fix? Or should we just restrict things to one location?

On 1/22/14 1:02 PM, Jon Kiparsky wrote:

I think I see the problem - it's actually related to the fact that this is listed in multiple rooms, not to the time.

On Wed, Jan 22, 2014 at 12:27 PM, Scratch notifications@github.com wrote:

There are volunteer opportunities for Sunday at 10pm ( http://burlesque-expo.com/ListGames.php?action=63&RunId=229) that aren't showing up on the calendar view.

In this case, I made sure the run ended at 11:30pm, just in case that was the problem again. It still doesn't display.

— Reply to this email directly or view it on GitHubhttps://github.com/bethlakshmi/GBE/issues/154 .

— Reply to this email directly or view it on GitHub https://github.com/bethlakshmi/GBE/issues/154#issuecomment-33049416.

— Reply to this email directly or view it on GitHubhttps://github.com/bethlakshmi/GBE/issues/154#issuecomment-33050447 .

— Reply to this email directly or view it on GitHub https://github.com/bethlakshmi/GBE/issues/154#issuecomment-33050978.

jonkiparsky commented 10 years ago

Fixed. @burlexpo feel free to test on kiparsky.net/GBE and let me know if you have any trouble.