Bulk Association Assignment Dialog
Component Detail
User Interface
medium complexity
frontend
1
Dependencies
1
Dependents
0
Entities
0
Integrations
Description
A modal dialog that allows administrators to assign multiple users to a local association simultaneously. Provides a multi-select user picker with search and filter capabilities, association selection, and a confirmation step before committing the bulk operation.
bulk-association-dialog
Responsibilities
- Present searchable multi-select list of users for bulk selection
- Allow selection of target local association
- Provide confirmation step summarising pending changes
- Submit bulk assignment request and display progress or error feedback
- Optionally set the newly assigned association as primary for selected users
Interfaces
open(preselectedAssociationId?)
close()
selectUsers(userIds)
deselectUser(userId)
selectAssociation(associationId)
confirmBulkAssignment()
cancelBulkAssignment()
showProgress(progress)
showErrors(errors)