workfloworchestrator / orchestrator-ui-library

Component library for the orchestrator-ui (v2) which is published in npm
8 stars 4 forks source link

Add `in-use by` component to render in-use by subscriptions on detail subscription page #776

Closed wouter1975 closed 6 months ago

wouter1975 commented 9 months ago

Below is a bug reported, which is actually not yet implemented. Therefore this ticket is changed into a feature ticket

In V1 the view of in-use by subscriptions is:

Image

Use the same approach as in V1 to show the subscription with the following details and when complying to the following condition:

Image




Reported bug AGGSP still in use while in-use-by subscription has been terminated

When I look at the details of an AGGSP then I see that it is still "in-use-by" while the "in-use-by" subscription has been terminated.

Image

Image

tjeerddie commented 9 months ago

V1 also shows terminated subscriptions and has logic to show more data and remove duplicates. we would need to implement functionality for it in V2