radius-project / dashboard

Frontend experience for Project Radius
15 stars 5 forks source link

Indicators for Recipes that are currently in-use #39

Open willtsai opened 8 months ago

willtsai commented 8 months ago

Overview of feature request

As a Radius dashboard user, I want to see which of my available Recipes have been deployed currently and which specific application(s) is using each recipe.

Clicking into each recipe shows its details in a sidebar (including which apps are using the recipe) Indicator (highlight, column, etc.) showing which recipe is in use

Acceptance criteria

The details page (or in the details sidebar) for Recipes includes details and links to all the applications sidebars that have currently used the Recipe. The Recipes table view includes an additional column displaying all the applications (as sidebar hyperlinks) (e.g. http://localhost:3000/resources/default/Applications.Core/environments/default/recipes) that are currently using the recipe. The Recipes table view includes row highlighting to indicate which of the recipes are currently being used by an application or resource.

Additional context

No response

Would you like to support us?

AB#11030

rynowak commented 8 months ago

This one might be a little bit challenging because there's no single API for us to call and get this info. If anyone from the community is interested in helping we can brainstorm the right API calls to make.