Skip to content
Snippets Groups Projects
  1. Nov 11, 2021
  2. Nov 10, 2021
  3. Nov 09, 2021
  4. Nov 08, 2021
    • Andreas Ellewsen's avatar
      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
      Verified
      2db65f96
    • Andreas Ellewsen's avatar
      Remove task scheduler · 334cb21e
      Andreas Ellewsen authored
      We have switched to using Django Q for queuing tasks so the task
      scheduler can be removed. A future commit will reintroduce queing of
      notifications on the end date of roles.
      Verified
      334cb21e
Loading