-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
network-map-viewer react component (extracted from gridsuite' gridstudy-app) #263
Conversation
… gridstudy-app) Signed-off-by: Christian Biasuzzi <christian.biasuzzi@soft.it>
@jonenst and @flo-dup : do not hesitate to transfer this for review to other relevant people. Goals are to:
A companion branch on gridstudy-app repo should be open shortly, which includes the use of that component. |
Signed-off-by: Christian Biasuzzi <christian.biasuzzi@soft.it>
Kudos, SonarCloud Quality Gate passed! |
The PR (in WIP) for gridstudy-app's branch, which includes the use of the component: gridstudy-app 1323 |
Signed-off-by: Florent MILLOT <millotflo@gmail.com>
Signed-off-by: Florent MILLOT <75525996+flomillot@users.noreply.github.com>
Signed-off-by: Christian Biasuzzi <christian.biasuzzi@soft.it>
Signed-off-by: Christian Biasuzzi <christian.biasuzzi@soft.it>
Signed-off-by: Christian Biasuzzi <christian.biasuzzi@soft.it>
e35d3cd
to
ff65106
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information The version of Java (11.0.21) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
I do merge this PR even though the problems highlighted by reviews of #267 are not solved, as I think they should rather be addressed in that other PR. Indeed, this is an incubator repository, plus merging this separates the work in two clear parts. |
…dy-app) (#263) * adds a network-map-viewer react component (extracted from gridsuite's gridstudy-app) * Update Node.js * renames function to prevent names conflicts with forked code * removes a no longer used dependency Signed-off-by: Sylvain Leclerc <sylvain.leclerc@rte-france.com> Signed-off-by: Christian Biasuzzi <christian.biasuzzi@soft.it>
…dy-app) (#263) * adds a network-map-viewer react component (extracted from gridsuite's gridstudy-app) * Update Node.js * renames function to prevent names conflicts with forked code * removes a no longer used dependency Signed-off-by: Sylvain Leclerc <sylvain.leclerc@rte-france.com> Co-authored-by: Christian Biasuzzi <christian.biasuzzi@soft.it>
Please check if the PR fulfills these requirements
What kind of change does this PR introduce?
Feature.
The goal is to extract from gridsuite a re-usable component for display of the network map view.
This will enable to use that same view in other applications, and for example to be able to bind it in jupyter notebooks.
The choice has been made to keep react at least for now as a dependency.
A goal is to move this, once validated, to either: