eternagame / eternagame.org

Website for the Eterna citizen science game
https://eternagame.org
BSD 3-Clause "New" or "Revised" License
19 stars 17 forks source link

Use EventSourceSuccess to filter calendar events #339

Closed tkaragianes closed 1 year ago

tkaragianes commented 1 year ago

Replace the mounted hook filter function (which doesn't work because of how FullCalendar does rendering) with the EventSourceSuccess callback, which allows us to transform the raw data produced by an Event Source before display. Here we sort the returned data, then filter to the first N events.