Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: OPTIC-1337: Update Tooltips #2 #6824

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 10 additions & 13 deletions web/apps/labelstudio/src/components/HeidiTips/liveContent.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@
},
{
"title": "Did you know?",
"content": "In the Enterprise platform, admins can view annotator performance dashboards to optimize resource allocation, improve team management, and inform compensation.",
"closable": true,
"description": "Label Studio now has a Starter Cloud offering optimized for small teams and projects.",
"link": {
"label": "Learn more",
"url": "https://docs.humansignal.com/guide/dashboard_annotator",
"url": "https://humansignal.com/pricing/",
"params": {
"experiment": "project_creation_tip",
"treatment": "annotator_dashboard"
"treatment": "starter_cloud"
}
}
},
Expand Down Expand Up @@ -81,15 +80,14 @@
}
},
{
"title": "Want to automate task distribution?",
"content": "Create rules, automate how tasks are distributed to annotators, and only show tasks assigned to each annotator in their view.and control task visibility for each annotator.",
"closable": true,
"title": "Did you know?",
"description": "Label Studio now has a Starter Cloud offering optimized for small teams and projects.",
"link": {
"label": "Learn more",
"url": "https://docs.humansignal.com/guide/setup_project#Set-up-annotation-settings-for-your-project",
"url": "https://humansignal.com/pricing/",
"params": {
"experiment": "organization_page_tip",
"treatment": "automate_distribution"
"treatment": "starter_cloud"
}
}
},
Expand Down Expand Up @@ -136,14 +134,13 @@
},
{
"title": "Did you know?",
"content": "You can increase the quality of your labeled data with reviewer workflows and task agreement scores using Label Studio Enterprise.",
"closable": true,
"description": "Label Studio now has a Starter Cloud offering optimized for small teams and projects.",
"link": {
"label": "Learn more",
"url": "https://docs.humansignal.com/guide/quality",
"url": "https://humansignal.com/pricing/",
"params": {
"experiment": "project_settings_tip",
"treatment": "quality_and_agreement"
"treatment": "starter_cloud"
}
}
},
Expand Down
Loading