Groups Admin UI closes #372 #382
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
high priority
invalid
L
low priority
M
medium priority
needs refinement
optional
question
S
UX research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: local-it/mitgliederverwaltung#382
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/372-groups-management"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description of the implemented changes
The changes were:
Implements the Group Management UI for Issue #372. Enables administrators to fully manage groups via the web UI (create, edit, delete). Read-only users can view groups but cannot manage them. Non-admin users are redirected.
What has been changed?
New Features
GET /groups- Groups overviewGET /groups/new- Create new groupGET /groups/:slug- View group detailsGET /groups/:slug/edit- Edit groupGroupLive.Index- Groups overview with table (Name, Description, Member Count)GroupLive.Form- Create/Edit form (only Name & Description, Slug is immutable)GroupLive.Show- Detail page with member list, Edit/Delete buttonsDefinition of Done
Code Quality
Accessibility
Testing
Additional Notes
Important Implementation Details:
/groups/board-members), not UUIDs/membersGroupresource has been added to all permission setsTest Coverage:
Performance:
Gettext:
WIP: Groups Admin UI closes #372to Groups Admin UI closes #372