Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Dieterbe opened this issue Nov 23, 2013 · 1 comment

Comments

@Dieterbe
Copy link
Contributor

dashboards should be:

  • editable through web UI(add/remove queries, edit queries, set default value for apply to all)
  • saveable and loadable through web UI

the default interface:

  • should be able to add more queries
  • should be able to hide the query stats section to save space.

=> 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
Copy link
Contributor Author

Dieterbe commented Jan 6, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant