optimus icon indicating copy to clipboard operation
optimus copied to clipboard

clean up plugin service contract

Open irainia opened this issue 2 years ago • 0 comments

Description This issue is part of this discussion. There are two issues in the mechanism when we want to get upstream resource urn:

  • we require the whole project spec and namespace spec
  • the method name is not really clear, whether it's a resource name or resource urn GenerateDependencies

Acceptance Criteria

We need to refactor the plugin service to address the mentioned issues above.

  • [ ] Change GenerateDependencies into GenerateUpstreamResourceURNs
  • [x] Ensure that when calling the method, only the required parameter is passed

irainia avatar Sep 12 '22 04:09 irainia