datacite / akita

DataCite Commons
https://commons.datacite.org
MIT License
6 stars 3 forks source link

Use Pyvis for Network visualization #380

Open jrhoads opened 4 weeks ago

jrhoads commented 4 weeks ago

Purpose

Use a different network visualization library that can visualize self-linking nodes.

closes: Add github issue that originated this PR

Approach

Renders most of the visualization on the server using pyvis then sends over the node, edge, and options from the pyvis visualization over to the nextjs application which then uses a component to render the network with vis-network.js

Types of changes

Reviewer, please remember our guidelines:

cypress[bot] commented 4 weeks ago



Test summary

52 0 3 0Flakiness 1


Run details

Project akita
Status Passed
Commit ab0f904bf0 ℹ️
Started Aug 14, 2024 3:23 PM
Ended Aug 14, 2024 3:25 PM
Duration 01:45 💡
OS Linux Ubuntu -
Browser Electron 114

View run in Cypress Cloud ➡️


Flakiness

cypress/e2e/fundrefContainer.test.ts Flakiness
1 FundrefContainer > not in ror

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud

jrhoads commented 4 weeks ago

This is on pause pending further scoping in conjunction with product team.