Scoped Persona Sharing, Call Filters & Analysis RBAC
Filtering your workspace just got significantly smarter. This release ships three tightly connected upgrades: scoped persona sharing filters, score-range and persona filters on the calls table, and role-based access control for the Analysis page – all backed by new database infrastructure for full-text member search and an infinite-scroll member combobox rolled out across the product.
Persona “Shared With” filter – scoped to your teams
The old visibility filter exposed internal DB values (“workspace”, “restricted”) that were confusing and showed teams you weren't part of. It's replaced with a Shared With filter that mirrors the public persona grid experience.
Non-admin members see only the teams they belong to. Admins and editors see all org teams. This means the filter is always relevant – no noise from teams that have nothing to do with you.
Score-range and persona filters on Calls
You can now filter your calls table by score range (0–100) and by persona. Both filters integrate into the standard filter dropdown and update the table in real time. The score-range input uses a new reusable FilterNumberRangeSub component – available to any future table that needs numeric min/max filtering.
Analysis page – permission-gated with team scope
The Analysis page now requires the analysis:read permission. Members without it are redirected to a permission error instead of seeing an empty or broken state.
Team admins can access the page but only see data for members within their managed team – enforced entirely server-side. The client cannot manipulate the scope.
Infinite-scroll member search, everywhere
A new AddOrgMemberCombobox replaces the previous member search across programs, teams settings, and user settings. It uses infinite scroll (IntersectionObserver sentinel) backed by a new useInfiniteOrgMembers hook with debounced full-text search powered by a fullName generated column added to the profiles table.
Head to Manage → Personas, Calls, and Analysis to see these changes in action.