sapcc / juno

Monorepo for the Juno microfrontend framework, microfrontend apps, design system and component library
Apache License 2.0
5 stars 3 forks source link

[greenhouse mgmt] Display org metadata from Organization resource in org overview #506

Closed edda closed 5 months ago

edda commented 5 months ago

For this the k8sclient needs to be added to the greenhouse-management app (check greenhouse app to see how this is done). The component in greenhouse-management which shall display the org data is OrgInfo. It contains currently a temporary solution to get the org name from the URL. Remove this and instead use the k8sclient to get the org display name from the Organization resource. The commented section contains the skeleton for the remaining org metadata (description and other values that can be pulled from the org resource like number of onboarded clusters, number of users, etc.)

TODO: