[FEATURE]: Move membership-fee status filtering to the database to support pagination + accurate total count #305
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.
Blocks
#165 [ANALYSIS]: Pagination for list of members
local-it/mitgliederverwaltung
Reference: local-it/mitgliederverwaltung#305
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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
The member list currently derives the “current/last cycle status” by loading cycles and then filtering members in-memory. Once pagination is added, this will lead to incorrect page counts/total counts and inconsistent results because pagination would happen before the in-memory filter.
Proposal
Implement DB-level filtering/sorting for membership-fee status so the list can:
Possible implementation directions:
Hexdocs
Acceptance criteria