Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add general Widget #450

Open
JulianMa opened this issue Mar 27, 2020 · 1 comment
Open

add general Widget #450

JulianMa opened this issue Mar 27, 2020 · 1 comment

Comments

@JulianMa
Copy link
Member

JulianMa commented Mar 27, 2020

At the moment, all Widgets are created for a specific use-case. Adding a new service type to the Board, also requires to write a new Widget.
Thats why we should add a general widget. This widget awaits a predefined JSON Structure at the specified URL and can display basic informations.
A JSON Could look like this:

{ 
"title": "Monitoring",
"url": "monitoring-platform.test.local",
"description": "Offer processed in 16 seconds",
"status": "SUCCESS"
}

and result in a Widget like this:

image

@matthiasbalke
Copy link
Member

@r3sist3nt Sounds like a good idea, PRs are very welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants