Skip to content

v1.0

Latest
Compare
Choose a tag to compare
@stephenwf stephenwf released this 19 Oct 12:28
· 40 commits to main since this release
8426777

First stable release of the Tasks API.

  • Create custom task definitions
  • Update / Delete tasks and subtasks
  • React to task changes in events using BullMQ
  • Protected by JWT (no validation)
    • Sandboxed using JWT issuer (iss)
    • Tasks can be assigned to JWT subject (sub)
    • JWT scopes: tasks.admin, tasks.create
    • Users have access to tasks assigned to them
  • Return statistics for your tasks
  • Search / filter tasks