shift-org / shift-docs

Shift2Bikes: website and calendar for shift and pedalpalooza
https://shift2bikes.org
Other
22 stars 17 forks source link

Older date range requests not showing all events #697

Closed carrythebanner closed 6 months ago

carrythebanner commented 6 months ago

e.g. https://www.shift2bikes.org/archive/pedalpalooza/pedalpalooza-2017/

Seems OK c. 2021? Maybe another truthy value check issue. Check calDaily.js > getRangeVisible.

ionous commented 6 months ago

this is (mostly) fixed with #698. php reports 364 events, node 362 events.

the two extra php have are caldaily 8824 and 9751 -- these seem to be errors on the php side of things. event status is "S", and the query seems to ask it to filter those out, but for some reason flourish still returns them; node doesn't.