Skip to content

add general Widget #450

Description

@JulianMa

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions