🗂️ 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
.disabled suffix/naming or inside a disabled/ 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 within src/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
Rollback plan
- Keep a branch/tag before deletions.
- If something is still required, recover only the specific piece into a non-disabled, documented implementation.
🗂️ 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
.disabledsuffix/naming or inside adisabled/folder).What should be modified
*disabled*files withinsrc/modules/nft/**.Tests
Acceptance criteria
*disabled*files remain in the NFT module.Rollback plan