Member Assignment Widget
Component Detail
User Interface
low complexity
frontend
1
Dependencies
0
Dependents
1
Entities
0
Integrations
Description
Reusable widget embedded in the Association Management Page that renders a searchable user list with checkboxes for bulk selection. Supports selecting all visible users and confirming bulk assignment or removal from an association.
member-assignment-widget
Responsibilities
- Render paginated, searchable list of org users eligible for assignment
- Track selected user IDs and emit selection change events
- Provide confirm and cancel actions for bulk membership changes
Interfaces
onConfirm(userIds)
onCancel()
setInitialSelection(userIds)