User Interface medium complexity frontend
2
Dependencies
0
Dependents
1
Entities
0
Integrations

Description

Admin portal page for creating, editing, and deleting local associations (lokallag). Displays a searchable, paginated list of associations with their region assignments and member counts, and provides forms for CRUD operations and bulk user assignment.

Feature: Member Associations

association-management-page

Responsibilities

  • Render list of local associations with region and member count metadata
  • Provide create and edit forms for association name, region, and settings
  • Support bulk assignment of users (peer mentors) to an association
  • Display validation errors and success feedback for all mutations

Interfaces

createAssociation(name, regionId)
updateAssociation(id, fields)
deleteAssociation(id)
listAssociations(orgId, page, filters)
assignMembers(associationId, userIds)
removeMembers(associationId, userIds)

Relationships

Dependencies (2)

Components this component depends on

Related Data Entities (1)

Data entities managed by this component