Skip to content

v2.6.3

Compare
Choose a tag to compare
@teleyinex teleyinex released this 05 Sep 14:20
· 947 commits to master since this release

This new version of PYBOSSA has a few cool features:

  • Now you can search within the API using fuzzy dates (i.e. all the task_runs by a given user on a month /api/taskrun?created=2017-08&limit=100&user_id=ID). Check the docs.
  • It's possible to get all the tasks for a list of project IDs using the arg project_id=[id1,id2,id3,...,idN] (more info here)
  • You can now ask users, when creating an account, to acknowledge a field that will follow your own TOS or anything similar (see the docs).
  • Custom leaderboards. By default PYBOSSA generates a leaderboard based on the number of task runs a user has contributed, however you might want to give different badges or scores based on different measurements for your project, right? Then, just add them via the webhooks solution and this new feature of PYBOSSA.
  • Disable unpublishing projects when inactive. While for most PYBOSSA projects you might want to unpublish non-active projects, your setup could be unique and you want to disable this check. This is now possible via a new config var. Enjoy!

Also, we've now a new flag for allowing Single Page Applications (SPAs) to use a different domain for generating the URL for recovering a password. Just add that variable to your settings file, and use the server name that you want!

Check the docs for all the new features!