Skip to content

GDB-14784 visualize resource with Reactodia#3025

Open
plamen-yordanov wants to merge 1 commit into
GDB-14755-create-reactodia-wrapperfrom
GDB-14784-visualize-resource-with-reactodia
Open

GDB-14784 visualize resource with Reactodia#3025
plamen-yordanov wants to merge 1 commit into
GDB-14755-create-reactodia-wrapperfrom
GDB-14784-visualize-resource-with-reactodia

Conversation

@plamen-yordanov

Copy link
Copy Markdown
Contributor

What

Visualize resource with Reactodia.

Why

As part of the ongoing integration of reactodia in the workbench

How

  • Added a new button for "Visualize Reactodia" in explore.html which redirects to the reactodia page with a uri parameter.
  • Added a new Reactodia button to the rdf resource search, which also opens reactodia with the given resource in a new tab (like graph visualization)
  • Updated reactodia-page.component.ts to handle query parameters for starting resources.

Testing

cypress

Screenshots

Screenshot from 2026-07-01 12-01-25 Screenshot from 2026-07-01 12-01-47 Screenshot from 2026-07-01 12-02-15

Checklist

  • Branch name
  • Target branch
  • Commit messages
  • Squash commits
  • MR name
  • MR Description
  • Tests
  • Browser support verified

@plamen-yordanov plamen-yordanov force-pushed the GDB-14784-visualize-resource-with-reactodia branch from 6bad11e to 92d2309 Compare July 1, 2026 14:35
## What
Visualize resource with Reactodia.

## Why
As part of the ongoing integration of reactodia in the workbench

## How
- Added a new button for "Visualize Reactodia" in `explore.html` which redirects to the reactodia page with a `uri` parameter.
- Added a new `Reactodia` button to the rdf resource search, which also opens reactodia with the given resource in a new tab (like graph visualization)
- Updated `reactodia-page.component.ts` to handle query parameters for starting resources.

## Testing
cypress
@plamen-yordanov plamen-yordanov force-pushed the GDB-14784-visualize-resource-with-reactodia branch from 92d2309 to 177e11a Compare July 1, 2026 14:59
@sonarqubecloud

sonarqubecloud Bot commented Jul 1, 2026

Copy link
Copy Markdown


$scope.goToReactodia = () => {
$location
.path('reactodia')

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't we have these paths as constants somewhere.

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

Successfully merging this pull request may close these issues.

2 participants