fnproject / ui

User interface for fn project.
Apache License 2.0
89 stars 21 forks source link

Extend existing chart of queued/running/completed to show per-function breakdown #7

Closed nigeldeakin closed 7 years ago

nigeldeakin commented 7 years ago

This change modifies the existing charts, which show the total number of queued/running/completed tasks, to show this data as stacked charts, broken down by function. See screenshot:

functions ui - mozilla firefox 18092017 160421

This change depends on the following change to the fn server: https://github.com/fnproject/fn/pull/334

I can think of various ways to improve this. Currently the charts show the functions in all apps together. An obvious improvement would be to add stacked charts to the page for an individual app, showing the queued/running/completed task counts for the functions in that app.