We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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).
The text was updated successfully, but these errors were encountered:
@ivan-kocienski-gfsc notes here for "not listing any events at all post 01-01-2024"
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: