Skip to content
Snippets Groups Projects
  • Andreas Ellewsen's avatar
    2db65f96
    Add future notifications for roles · 2db65f96
    Andreas Ellewsen authored
    The post_save signal now checks if the instance is a Role, and queues a
    django q task to produce a Notification on the start and end dates for
    the Role. The future task checks if the date has changed after it was
    queued and only produces a Notification if today's date matches the date
    for the task.
    
    Resolves: GREG-65
    2db65f96
    History
    Add future notifications for roles
    Andreas Ellewsen authored
    The post_save signal now checks if the instance is a Role, and queues a
    django q task to produce a Notification on the start and end dates for
    the Role. The future task checks if the date has changed after it was
    queued and only produces a Notification if today's date matches the date
    for the task.
    
    Resolves: GREG-65