Query Analysis Visualization Improvements#165
Query Analysis Visualization Improvements#165valentinedwv wants to merge 12 commits intoqlever-dev:masterfrom
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.
@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. |