-
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: NFT — Remove disabled files
Description
The nft module still contains *disabled* files (stubs/legacy). These create confusion and increase maintenance overhead.
What is expected
- Remove all files marked as disabled (e.g., with
.disabledsuffix/naming or inside adisabled/folder). - Update any remaining imports to point to the active implementations.
- Ensure build/tests do not reference removed files.
What should be modified
- Delete
*disabled*files withinsrc/modules/nft/**. - Replace references in controllers/use-cases/routes.
- Run lint/typecheck to confirm nothing points to deleted code.
Tests
- Full test run to ensure no import errors and behavior unchanged.
Acceptance criteria
- No
*disabled*files remain in the NFT module. - No imports reference removed artifacts.
- CI/lint/tests pass.
Rollback plan
- Keep a branch/tag before deletions.
- If something is still required, recover only the specific piece into a non-disabled, documented implementation.
Reactions are currently unavailable
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