Skip to content

v0.7.0

Compare
Choose a tag to compare
@mbsantiago mbsantiago released this 28 Sep 08:03
· 152 commits to main since this release

Release Notes

Incoming changes to the schemas!

  1. Task: Added status badges. Before, a task completion status was provided by the "completed" field, with "completed_by" and "completed_at" providing additional metadata. However, this too rigid if we want to attach other indications of state to a task, such as "this task needs review", or "this task has been verified". Therefore we adopted a new list field "status_badges" that can contain any number of status indications. Each status badge is an object with a description of the state "status_badge.state", and can also provide the who and when in "status_badge.user" and "status_badge.created_at".