Skip to content
New issue

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

Send multiple session dates to GOV.UK Notify #1889

Merged
merged 3 commits into from
Oct 1, 2024
Merged

Commits on Oct 1, 2024

  1. Add SessionDate#today_or_future?

    This adds a convenience method for determining whether the session date
    is due to happen.
    thomasleese committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    26bd246 View commit details
    Browse the repository at this point in the history
  2. Add Session#today_or_future_dates

    This can be used to figure out the dates for the session that are
    upcoming.
    thomasleese committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2eb84aa View commit details
    Browse the repository at this point in the history
  3. Send multiple session dates to GOV.UK Notify

    This updates the GOV.UK Notify personalisation to include all the
    session dates. I've already updated all the templates in GOV.UK Notify
    to use these new personalisation variables.
    thomasleese committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    554aa37 View commit details
    Browse the repository at this point in the history