me-box / databox

Databox container manager and dashboard server
MIT License
94 stars 25 forks source link

make driver/app (configuration) status visible in UI #199

Open cgreenhalgh opened 7 years ago

cgreenhalgh commented 7 years ago

The UI shows docker-level status (starting, running) but doesn't give any overview of whether the driver is doing useful work, e.g. has essential configuration, has been authenticated with oauth, etc.

There is a /status entry point on containers, but currently (a) all drivers/apps return 'active' all the time (b) the meaning(s) of return values are not well-defined and (c) the UI doesn't display this information anyway.