Skip to content

v1.5.2

Latest
Compare
Choose a tag to compare
@meta-paul meta-paul released this 17 Oct 02:29
672a8f2

Overview

Mephisto now offers a UI for managing qualifications and qualification assigns. We've nested it under TaskReview app since it already can run a local web server. Some new capabilities were also added:

  • Now workers can be granted qualifications directly (without context of a specific Task Unit)
  • Qualifications now support not only name, but also description
  • Multiple qualifications can now be assigned to a single Task Unit
  • Screenshots and all details are described in the docs

Note that this code change includes a database migration. It should port all your existing qualifications data automatically. Though just in case we'd recommend backing up the qualifications part of your database (using mephisto db export --qualification-only command as described here)

Some other changes include bug fixes and reorganization of local Mephisto packages for more transparent naming and versioning.

What's Changed

Full Changelog: v1.5.1...v1.5.2