middleware icon indicating copy to clipboard operation
middleware copied to clipboard

Decouple logic and create new apis for _set_unused_repos_as_inactive

Open amoghjalan opened this issue 1 year ago • 0 comments

Why do we need this ?

Currently, the _set_unused_repos_as_inactive method defies the single responsibility, that a method should have. Decouple it and create APIs for each small part.

Acceptance Criteria

  • [ ] Decoupled logical methods
  • [ ] Decoupled APIs
  • [ ] BFF updated to use all the decoupled APIs.

amoghjalan avatar Apr 23 '24 13:04 amoghjalan