powsybl / powsybl-diagram-viewer

Other
2 stars 1 forks source link

Update metadata and add callback for node moving in network area diagram #73

Closed massimo-ferraro closed 1 month ago

massimo-ferraro commented 1 month ago

Please check if the PR fulfills these requirements

Does this PR already have an issue describing the problem? no

What kind of change does this PR introduce? feature

What is the current behavior? When a node is moved in network area diagram the metadata of the node is not changed, and no callback is available for having information about the node moving

What is the new behavior (if this is a feature change)? When a node is moved the metadata of the node is updated with the new position, and a callback has been added for having information about the node moving

Does this PR introduce a breaking change or deprecate an API?

If yes, please check if the following requirements are fulfilled

What changes might users need to make in their application due to this PR? (migration steps)

the constructor of the NetworkAreaDiagramViewer has a new additional parameter: the callback. An example of callback is provided in the demo/src/diagram-viewers/add-diagrams.js file