Skip to content

Remove dead transaction module #56

Description

@dotunv

Description

The transaction/ module is a dead stub that always throws NotFoundException with "implementation pending." All functionality lives in the inspector/ module.

Files:

  • apps/api/src/modules/transaction/transaction.service.ts
  • apps/api/src/modules/transaction/transaction.controller.ts

Current State

  • Module is not registered in app.module.ts (commented out)
  • Service only contains a TODO comment
  • Controller has no working endpoints
  • Superseded by the inspector/ module

Proposed Fix

  1. Delete the entire transaction/ directory
  2. Remove the commented-out TransactionModule import from app.module.ts
  3. Update any references to point to inspector

Acceptance Criteria

  • transaction/ directory is removed
  • No dead imports remain in app.module.ts
  • Application builds and starts without errors

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions