DocumentationRecipesReferenceGraphQLChangelog
Log In
Changelog

November 13th, 2020

Changelog

New

  • APP / Settings : When adding members to a project, you now see suggestion of email addresses for the members of your organization, to prevent typos.
  • APP / Settings : On the Organization page, the account managers can now easily add members to their organization.

Fix

  • APP / REVIEW: when you review an asset, all open issues are marked as solved.

November 13th, 2020

New

  • APP/ REVIEW: Now, when reviewing a re-submitted asset, I see if there is an issue to solve thanks to a new badge.

Change

  • APP / SEARCH: when you search for a nested class, and select it, all parents classes are now directly selected. Much faster !
  • DOCUMENTATION : We completed the documentation on mutations, to help manipulate our GraphQL API.
  • APP / PERFORMANCE: we drastically improved the performance of the text interface when you have long texts and a lot of predictions.
  • API: We have deprecated the method create_email_from_user_if_not_exist() it advise use append_to_roles() instead.