🧾 Description
This is a persistent, umbrella issue for any refactoring tasks across the codebase.
Developers who begin a refactor should:
- Create a dedicated branch (see “🌱 Branch”).
- Link their pull request to this issue so the discussion and history stay centralized.
- Close their individual refactor PRs when merged; do not close this umbrella issue.
Why?
- Maintain code quality and consistency.
- Reduce technical debt incrementally.
- Provide a single place to track refactor efforts.
🛠 Implementation steps
🗂 Labels
scope:shared
type:refactor
prio:low
🧑💻 Assignee (still optional)
None – developers can self-assign when they start a refactor task.
🌱 Branch
Branches should follow the pattern:
refactor/<short-topic>-<issue-number>
📁 Code location(s)
Varies per refactor task – specify in your PR (e.g. libs/utils/src/dateHelpers.ts).
📆 Milestone
Continuous Improvement
🧪 Acceptance criteria
🧾 Description
This is a persistent, umbrella issue for any refactoring tasks across the codebase.
Developers who begin a refactor should:
Why?
🛠 Implementation steps
refactor/<short-topic>-<issue-number>(e.g.refactor/auth-service-123).dev(or main development branch) and request review.🗂 Labels
scope:sharedtype:refactorprio:low🧑💻 Assignee (still optional)
🌱 Branch
📁 Code location(s)
📆 Milestone
🧪 Acceptance criteria
devbranch (or mainline).