GDB-14785 visualize construct query - #3049
Merged
plamen-yordanov merged 1 commit intoJul 27, 2026
Merged
Conversation
plamen-yordanov
marked this pull request as ready for review
July 8, 2026 13:37
plamen-yordanov
force-pushed
the
GDB-14785-visualize-construct-query
branch
3 times, most recently
from
July 20, 2026 13:59
141a379 to
78c4af1
Compare
|
plamen-yordanov
force-pushed
the
GDB-14785-visualize-construct-query
branch
2 times, most recently
from
July 23, 2026 11:16
769eb87 to
edc397b
Compare
yordanalexandrov
approved these changes
Jul 27, 2026
## What Visualize construct queries with Reactodia. ## Why This feature allows users to visualize the results of SPARQL `CONSTRUCT` queries directly in the Reactodia graph explorer, just like visual graph ## How - Added a new `exploreReactodiaYasrToolbarElementBuilder` to create a button for navigating to the Reactodia visualization. - Implemented the `navigateToReactodia` method to handle navigation with query parameters. - Updated the `config.yasrToolbarPlugins` to include the new toolbar element. - Created a new `GraphExploreService` to compute graphs based on SPARQL queries. - Introduced `GraphExploreLink` and related models to manage graph data. - Updated the `ReactodiaPageComponent` to initialize the graph based on query parameters. - Added relevant services ## Testing jest/cypress
plamen-yordanov
force-pushed
the
GDB-14785-visualize-construct-query
branch
from
July 27, 2026 13:12
95afb62 to
5975df0
Compare
plamen-yordanov
enabled auto-merge (rebase)
July 27, 2026 13:58
plamen-yordanov
merged commit Jul 27, 2026
e1503b9
into
feature/GDB-13615-integrate-reactodia
1 check passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



What
Visualize construct queries with Reactodia.
Why
This feature allows users to visualize the results of SPARQL
CONSTRUCTqueries directly in the Reactodia graph explorer, just like visual graphHow
exploreReactodiaYasrToolbarElementBuilderto create a button for navigating to the Reactodia visualization.navigateToReactodiamethod to handle navigation with query parameters.config.yasrToolbarPluginsto include the new toolbar element.GraphExploreServiceto compute graphs based on SPARQL queries.GraphExploreLinkand related models to manage graph data.ReactodiaPageComponentto initialize the graph based on query parameters.Testing
jest/cypress
Screenshots
Checklist