Skip to content

Issues #31: Implement AdminModule and AdminService #32

Description

@JSE19

Description: The admin controller endpoints are defined in the issues but the AdminService containing business logic and the AdminModule wiring it together are never created. Without this module, all admin endpoints throw dependency injection errors.

Acceptance Criteria:

AdminService implements: getOpenDisputes(), resolveDispute(), getPlatformStats(), listAllEscrows()
AdminModule imports DisputeModule, EscrowModule, and exports AdminService
AdminGuard registered within the module
All admin controller methods delegate to AdminService
Unit tested

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions