You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The events API that we're querying seems to expose multi-shift and multi-day events with individual results for each shift or day in the response, resulting in stuff like this:
It'd be nice if we could collapse those into a single result on the left and a single pin on the map and then show "upcoming shifts" or "upcoming days" or something when viewing the details of the event.
Looking at the results from the search API I don't see anything immediately obvious to collapse on, but maybe start with address and see what it looks like?
The text was updated successfully, but these errors were encountered:
@iandees This is partly resolved by @kielni's excellent date slider addition, but I'm noticing that there's basically a schema problem with the Cleveland example above. Some events are coming in over the API as fundamental duplicates when there are shifts involved. For example, this payload contains 12 events for the same day at the Cleveland downtown office. 10 of them are scheduled for the same start time. All have unique lookupIds, so they're all unique events as far as the API is concerned.
I dunno, but this seems like an issue to raise with the campaign, and not one we can easily solve here.
The events API that we're querying seems to expose multi-shift and multi-day events with individual results for each shift or day in the response, resulting in stuff like this:
It'd be nice if we could collapse those into a single result on the left and a single pin on the map and then show "upcoming shifts" or "upcoming days" or something when viewing the details of the event.
Looking at the results from the search API I don't see anything immediately obvious to collapse on, but maybe start with address and see what it looks like?
The text was updated successfully, but these errors were encountered: