Skip to content

Release v0.3.6

Compare
Choose a tag to compare
@ChrisAnn ChrisAnn released this 03 Dec 14:02
· 43 commits to master since this release

This release adds extra fields to the Actions (#192) with the aim of making actions easier to track and prioritise. All fields are nullable so there should not be a migration problem.

Fields added:

  • Created date - automatically set when the action is created
  • Priority - High, Medium or Low
  • Done date
  • Due date
  • Type
    • Detective - does this make it easier for us to catch this problem in future?
    • Preventative - does this make it less likely to happen in future?
    • Corrective - is this restoring us back to a normal working state?