Open jdomasky opened 5 years ago
FYI, I observed this issue in production today. Although it's been a month since I opened this issue, it remains an active problem on the BCPL website. On the Events page ( https://www.bcpl.info/events-and-programs/list.html#!/ ), some of the May 28 events are listed, followed by the May 29 events, which are then followed by some May 28 events.
@jdomasky are you only seeing this behavior at the end of a month?
@danfox01 No. I believe I observed this problem about three times in the past four weeks, but I didn't documented the dates. I'm making a note to confirm the issue on June 7. I'll report my findings.
OK, I thought this related only to dates at the end of the month, which would make it a little less pressing. Since it appears to happen regularly we need to try to hotfix it.
@tmccoy529 can you please take a look at this issue?
@tmccoy529 @danfox01 This issue doesn't occur all the time. I noticed the issue today around 11:30 a.m. Here is a screen capture:
@jdomasky - can you replicate the issue again or have you noticed this recently? I know it was spotty at the time but I'm unable to replicate the issue.
@mcorasan - I think we need to wait until BCPL starts listing more than 10 events per day. I believe this "splitting" problem occurred after using "Load More" when a single day had more than 10 events. Thankfully, we can be fairly confident that this issue hasn't occurred since the pandemic began.
In its default state, the BCPL Find an Event page displayed the current day and the next day twice, with each day's events split up between two divs. This occurred in the afternoon on April 30 in prod and dev.
To Reproduce Steps to reproduce the behavior:
Expected behavior Each day's events should be displayed under a single date bar in a single list, in chronological order.
Additional context The events themselves aren't repeated. The problem is the splitting of the day's events into two separated lists of events. I didn't see any errors in the browser console.