eruvanos / openbrokerapi

A python package for the V2 CF Service Broker API
https://openbrokerapi.readthedocs.io/
MIT License
35 stars 19 forks source link

Integrate dashboard setup #206

Open eruvanos opened 2 years ago

eruvanos commented 2 years ago

Is your feature request related to a problem? Please describe. Service broker should always provide an instance specific dashboard, even if it is just a placeholder, because updating the url requires customers to trigger a service update, which requires additional maintenance.

To support this, an easy added dashboard with a placeholder should come by default.

Describe the solution you'd like Provide a method to get dashboard url and provide a simple placeholder template, which just says, here will be more.

Describe alternatives you've considered Developer have to do it by themselves.