community-plugins/workspaces/tech-insights
Torsten Juergeleit d97a34e37d
tech-insights: Support for alternate visualizations of checks (badge in content list, gauge in entity card) (#4380)
* adds UI enhancements

- dense content list
- content list of page with badges
- card with gauge

Signed-off-by: Torsten Juergeleit <torsten.juergeleit@gmail.com>

* adds missing updated API report

Signed-off-by: Torsten Juergeleit <torsten.juergeleit@gmail.com>

---------

Signed-off-by: Torsten Juergeleit <torsten.juergeleit@gmail.com>
2025-07-02 14:29:14 +02:00
..
.changeset tech-insights: Support for alternate visualizations of checks (badge in content list, gauge in entity card) (#4380) 2025-07-02 14:29:14 +02:00
examples fix: only show entities with results 2024-06-10 21:19:35 +02:00
packages Update tech-insights to backstage version 1.39.0 (#4036) 2025-06-04 10:43:25 +01:00
plugins tech-insights: Support for alternate visualizations of checks (badge in content list, gauge in entity card) (#4380) 2025-07-02 14:29:14 +02:00
.dockerignore feat: migrate workspaces 2024-04-19 10:24:22 +02:00
.eslintignore feat: migrate workspaces 2024-04-19 10:24:22 +02:00
.eslintrc.js chore: fix workspace eslintrc files 2024-09-24 11:13:37 +02:00
.gitignore feat: migrate workspaces 2024-04-19 10:24:22 +02:00
.prettierignore feat: migrate workspaces 2024-04-19 10:24:22 +02:00
README.md plugin(tech-insights): add service-maturity plugin detail to README (#4241) 2025-06-16 21:58:30 +01:00
app-config.yaml fix depdendencies in the tech insights backend package (#4035) 2025-05-22 14:04:40 +01:00
backstage.json Update tech-insights to backstage version 1.39.0 (#4036) 2025-06-04 10:43:25 +01:00
catalog-info.yaml feat: migrate workspaces 2024-04-19 10:24:22 +02:00
package.json Update tech-insights to backstage version 1.39.0 (#4036) 2025-06-04 10:43:25 +01:00
tsconfig.json Update tech-insights to backstage version 1.39.0 (#4036) 2025-06-04 10:43:25 +01:00
yarn.lock fix(tech-insights-maturity): remove muaterial-ui 4 usage and conflict (#4344) 2025-07-02 07:16:46 +00:00

README.md

tech-insights

The tech insights plugin provides a way to define facts (data points) and checks (rules) that can be used to evaluate the state of an entity in the catalog.

Plugins

Local Development

To start the Backstage App, run:

yarn install
yarn start