eclipse-tractusx / portal-frontend

Portal Frontend
Apache License 2.0
5 stars 32 forks source link

Serviceapi missing in CompanySubscription #1015

Open MaximilianHauer opened 1 month ago

MaximilianHauer commented 1 month ago

Current Behavior

the app api is called two times but the service api is not

image

Expected Behavior

GET: /api/services/subscribed/subscription-statusshould be called too

Steps To Reproduce

  1. Move to https://portal.int.catena-x.net/companySubscriptions
  2. Check the calls
  3. see that no service api is called
ybidois commented 2 weeks ago

@manojava-gk It is an important page to fix as the customers use this page to track their subscriptions.

At the moment, this page calls only /api/apps/subscribed/subscription-status, but what would be the behavior when the service API will be called?

What do you think?

MaximilianHauer commented 2 weeks ago

@ybidois we currently aim to split the view image

The endpoints used are currently

/api/services/subscribed/subscription-status
/api/apps/subscribed/subscription-status

@manojava-gk adjusted the wording according to your proposal. if something else is missing just get back to us

ybidois commented 2 weeks ago

Thanks @MaximilianHauer and @manojava-gk. Seems all good!

gopalreddy-bmw commented 10 hours ago

@manojava-gk Api is called two times can you please look into it.