Rework member overview #553
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
high priority
invalid
L
low priority
M
medium priority
needs refinement
optional
question
S
technical improvement
UX Improvement
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: local-it/mitgliederverwaltung#553
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue/mitgliederverwaltung-547"
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:
Rebuild the member overview on a database-pushdown data foundation: filtering,
sorting and pagination now run in PostgreSQL via Ash keyset pagination and
aggregates instead of loading every member into memory, and the table is
redesigned with composite name/address cells, a density toggle, a
view-settings-driven column manager, and a WCAG 2.2 AA accessibility posture.
What has been changed?
Definition of Done
Code Quality
Accessibility
Testing
Additional Notes
cycle_endcolumn + backfill in F1, and the JSONB GIN index in F3.View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.