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

Save favourite queries #113

Open
gomoripeti opened this issue Nov 14, 2017 · 0 comments
Open

Save favourite queries #113

gomoripeti opened this issue Nov 14, 2017 · 0 comments

Comments

@gomoripeti
Copy link
Collaborator

Keep a list of favourite queries in the backend.
(Advantage is that it can be shared among users, but can only be shared among multiple target nodes in case of a setup with a separate common xprof gui node.)

Backend

  • Responsibility of xprof_gui (as opposed to xprof_core)
  • Have to be persisted to a file to survive xprof_gui application restarts
  • File format should be human readable and editable (eg erlang term format)
  • File location configurable with app env (with sensible default)
  • Allow loading multiple files (could be done in second iteration)

Frontend

  • Each graph (monitored function) should have a button (star) to add it to favourites
  • Find a way to list favourite queries (open to discussion). Would be nice if it would fit in style to the current Query textbox/Autocomplete scheme (eg with some key-binding, star button or menu item list all favourites in the suggestion dropdown list and allow filtering based on text in query text box)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants