Skip to content

NFT — Remove disabled files #180

@Villarley

Description

@Villarley

🗂️ 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

  • 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.

Metadata

Metadata

Assignees

Labels

onlydust-waveContribute to awesome OSS repos during OnlyDust's open source week

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions