vimeo / graph-explorer

A graphite dashboard powered by structured metrics
http://vimeo.github.io/graph-explorer/
Apache License 2.0
1.06k stars 93 forks source link

unify dashboards with default interface, use proper javascript framework #68

Open Dieterbe opened 10 years ago

Dieterbe commented 10 years ago

dashboards should be:

the default interface:

=> both features can be merged into one interface. ideally using something a proper js toolkit like Angularjs, which would be beneficial anyway because right now the templates are a little messy and we have some explicit javascript/jquery logic that could be simplified by using a js toolkit that does databinding. It would simplify the code and provide a clean separation between api and frontend.

Dieterbe commented 10 years ago

very early beginnings.. https://github.com/vimeo/graph-explorer/tree/angularjs doesn't work yet. cc @zehome