-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Labels
onlydust-waveContribute to awesome OSS repos during OnlyDust's open source weekContribute to awesome OSS repos during OnlyDust's open source week
Description
ποΈ Issue: User β Remove disabled files
Description
The user module contains legacy or stub files marked as *disabled*. They should be removed to avoid confusion and reduce tech debt.
What is expected
- Delete all
*disabled*files in the user module. - Ensure no remaining imports point to them.
- Build/tests remain green.
What should be modified
- Remove files with
.disablednaming (or inside adisabled/folder) undersrc/modules/user/**. - Fix imports accordingly.
Tests
- Full test run; lint/typecheck must pass.
Acceptance criteria
- No
*disabled*files remain in the user module. - No broken imports.
- CI green.
Rollback plan
- Keep a branch/tag before deletion.
- Restore selectively if any removed artifact turns out to be required.
Metadata
Metadata
Assignees
Labels
onlydust-waveContribute to awesome OSS repos during OnlyDust's open source weekContribute to awesome OSS repos during OnlyDust's open source week