6.35.0
October 26, 2023
What's new 💡
Enhanced label modification settings to better differentiate them based on the project type.
Enhanced question set experience by allowing user to edit the question set through the Document Labeling extension.
Enhanced the dialogs in Members page to be more intuitive.
Improved your experience of assigning new labelers/reviewers in Project Creation Wizard step 4 by adding a search field in the dynamic reviewer section.
Made some improvements to the UI components to create a more intuitive interface.
Bug fixes 🐞
Fixed a bug that allowed duplicated label set names with extra spaces.
Fixed a bug where a tooltip for Radio button questions had a minor margin issue.
Fixed a bug where labelers' answer status was not updating correctly in document labeling.
Fixed a bug where the “disabled” state in some question forms was inconsistent.
Fixed a bug where the “Mark document as completed” icon was placed following the file name.
Fixed a bug where the “Question Set Label” copy was wrongly placed in Project Creation Wizard Step 3.
Fixed a bug where the sorting of the Slider column was not working properly.
Fixed an issue that caused weird scrolling in Project tags section.
Fixed some issues in the Action: Create Project forms:
Remove the redundant number on the form, retain the number with icon.
A better and synced error messages on multiple fields.
User can select tags from dropdown field and also make a new one.
Project Template and External Object Storage options are ready to be selected when first loading the wizard.
Fix step 3 of the wizard sidebar UI.
Fixed an issue where exporting Krippendorff’s Alpha resulting the calculation data of Cohen’s Kappa on the Inter-Annotator Agreement page.
API changes 💡
We have deprecated the DASHBOARD_EXTENSION_ID inside the ExtensionID enum.
Dashboard Extension has long been unused in the labeling project UI and will be removed completely on November 27, 2023.
If you have a script to create a Datasaur project via API, you can simply omit DASHBOARD_EXTENSION_ID from your scripts.
We have plans to enhance the Project Template feature, which will involve some adjustments to the queries related to project templates.
The following queries are now deprecated:
getProjectTemplate
getProjectTemplates
We’ve introduced new queries for the replacement:
Comparison between the old and new queries:
Request arguments remain the same:
Both
getProjectTemplate
&getProjectTemplateV2
useid
Both
getProjectTemplates
&getProjectTemplatesV2
useteamId
Fields in old queries are not available in the new queries:
teamId
team
New fields in the new queries:
type
description
imagePreviewURL
videoURL
Last updated