-
Notifications
You must be signed in to change notification settings - Fork 21
Query Analysis Visualization Improvements #165
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
base: master
Are you sure you want to change the base?
Conversation
valentinedwv
commented
Aug 20, 2025
- Add panzoom functionality Analysis enhancements: pan, go to issues #162
- Update documentation to include details on functionality (per claude).
- Add a query-analysis.md that can be the start assisting users to understand queries
Update documentation to include details on functionality (per claude). Add a query-analysis.md that can be the start of optimizing queries
Update documentation to include details on functionality (per claude). Add a query-analysis.md that can be the start of optimizing queries
Update documentation to include details on functionality (per claude). Add a query-analysis.md that can be the start of optimizing queries
Screen.Recording.2025-08-20.at.10.53.13.AM.mov |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@valentinedwv Thanks a lot for this. Could you please remove db/qleverui.sqlite3 from this PR (you probably committed it accidentally by committing all your local changes). For example, you can do that as follows when in your branch:
git checkout origin/master -- db/qleverui.sqlite3
git add db/qleverui.sqlite3
git commit -m "Restore db/qleverui.sqlite3 to match master"
git push
Latest example queries + add keywords `ASK` and `DESCRIBE` (cherry picked from commit 7fd9edd)
|
@valentinedwv I will take a closer look. For now, it's already live on https://qlever.cs.uni-freiburg.de to play around with |
|
@valentinedwv The pan&zoom feature is great and very useful. Two suggestions:
I will also have a look at the new descriptions (in the |
remove the drag to pan zoom close button. add scrollbar to the query text,
remove the drag to pan zoom close button. add scrollbar to the query text,
remove the drag to pan zoom close button. add scrollbar to the query text,
remove the drag to pan zoom close button. add scrollbar to the query text,
|
Think this mostly covers the changes. Can't always get the graphic to center correctly, but better than the previous scrollbar version. |