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

Remove Session date column #1832

Merged
merged 2 commits into from
Sep 25, 2024
Merged

Remove Session date column #1832

merged 2 commits into from
Sep 25, 2024

Commits on Sep 25, 2024

  1. Remove Session date column

    This is replaced by the SessionDate model which captures multiple dates
    per session.
    thomasleese committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c3b099b View commit details
    Browse the repository at this point in the history
  2. Replace usage of single session date

    Sessions no longer have a single date, instead they can run over
    multiple dates. This change supports the underyling database change,
    while maintaining the current functionality.
    
    Further work will be required to update the UI to allow the user to pick
    multiple dates, updating consent to handle multiple session dates, and
    updating the reminder and other emails.
    thomasleese committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7fde834 View commit details
    Browse the repository at this point in the history