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

feat: due date reminders #583

Draft
wants to merge 4 commits into
base: opencraft-release/palm.1
Choose a base branch
from

Commits on Jan 24, 2024

  1. feat: due date reminders

    Adds a command to send reminder emails for self-paced courses with relative
    due dates.
    navinkarkera authored and Agrendalath committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    4360deb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41637a4 View commit details
    Browse the repository at this point in the history
  3. feat: handle countries not recognized by geoip2 DB

    The `geoip2` library returns `None` when it only identifies the continent
    related to the IP address.
    Agrendalath committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    eb47194 View commit details
    Browse the repository at this point in the history
  4. feat: allow disabling user tours

    A similar waffle flag was dropped in 2038633.
    Agrendalath committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    5840716 View commit details
    Browse the repository at this point in the history