Add a Reviewing Proxy
malcolmholmes opened this issue · 1 comments
malcolmholmes commented
The VSCode Extension includes a proxy server that allows easy editing and reviewing of dashboards that are stored as files (typically JSON).
The pattern here is one of using the UI to provide the editing furniture, but intercepting or redirecting the load/save events for dashboard JSON. This way, Grafana doesn't realise it isn't totally in charge. From a user's perspective, they can edit a dashboard without it ever seeing the Grafana database.
- Implements the proxy server #310
malcolmholmes commented
Merged and done