Open ivan-kocienski-gfsc opened 1 year ago
allEventsQuery
src/Data/PlaceCal/Events.elm
Consider using Pages.builtAt value see https://package.elm-lang.org/packages/dillonkearns/elm-pages/10.1.0/BackendTask-Time
Pages.builtAt
Client has asked the window to be -3 months to +6 months (from build date).
@ivan-kocienski-gfsc notes here for "not listing any events at all post 01-01-2024"
Acceptance criteria
allEventsQuery
method insrc/Data/PlaceCal/Events.elm
uses the current date to derive the window with which to limit events returned.Implementation notes & questions
Consider using
Pages.builtAt
value see https://package.elm-lang.org/packages/dillonkearns/elm-pages/10.1.0/BackendTask-TimeClient has asked the window to be -3 months to +6 months (from build date).
Implementation plan