Skip to content

Fix Interface names. #52

@P1l3T0

Description

@P1l3T0

The issue is intended to fix a mistake done in a haste. The current structure of the backend consists of 2 main interface files - Repositories and Services. The current implementation follows this pattern:

  • Incorrect pattern : Controller -> Repository -> Service i.e. controller calls repository and repository calls service
  • Correct pattern: Controller -> Service -> Repository i.e. controller calls service and service calls repository

This must be fixed.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions