geosiris-technologies / webstudio

The WebStudio is a web application that allows to manipulate energyml file (such as EPC or individual xml files)
Apache License 2.0
1 stars 2 forks source link

Import just a part of an EPC file #2

Open valentin-gauthier-geosiris opened 2 years ago

valentin-gauthier-geosiris commented 2 years ago

When the user loads his EPC file, the javascript code should be able to open the epc, list the files and propose to only import objects selected by the user (with a dedicated interface).

==> It would be better if the files are analysed to determine the objets relations : when an object is checked in the view to be imported, the dependancies should be colorised in the view or automatically selected to be imported.

valentin-gauthier-geosiris commented 1 year ago

Partially done in PR : https://github.com/geosiris-technologies/webstudio/pull/9 : now EPC file can be partially imported, and object already present in the workspace are colorised to avoid import of already present objects.

But for now, the relations of the "not imported" objects of the pending EPC are not analysed.