Split the Member resource #537
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#537
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?
Motivation
Member(lib/mv/membership/member.exafter the layout-unification issue) is the domain's fan-in hub (~28incoming deps, 58 module deps, 1491 LOC). It mixes the resource declaration, cycle-sync logic, search logic, and
several inline anonymous-function validations. Highest blast radius — so test scaffolding comes first.
Scope (ordered steps, CI green each)
CycleSyncmodule.Searchmodule.Validationmodules (consistent with the sibling rules thatare already named modules). Fix along the way, each with a regression test:
member.ex:427-477).Acceptance criteria
Memberresource materially thinner; extracted modules unit-tested.just ci-devgreen after each step.Dependencies
Run after the layout-unification issue (so the resource is already at its final
lib/mv/membership/path).