split core_components.ex #539
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#539
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
lib/mv_web/components/core_components.exis a 1460-LOC component grab-bag with 41 incoming dependencies — arecompilation hub and a navigation cost. Split into focused component modules.
Scope (ordered steps, CI green each)
MvWeb:htmlimport surface identical so every template still resolves; move one component groupper step.
Acceptance criteria
core_components.exmaterially thinner; faster recompiles; clearer component ownership.MvWeb:htmlimport surface unchanged; all templates resolve.just ci-devgreen after each step.Caveat
A missed re-export breaks many templates at once — verify the import surface after each step.