CrossBreezeNL / crossmodel

An open-source logical data modeler to support the model driven data engineering approach.
GNU Affero General Public License v3.0
8 stars 3 forks source link

Feature/editable graph view #22

Closed ozcanxbreeze closed 1 year ago

ozcanxbreeze commented 1 year ago

A pull request for the following tasks:

Animatie

check for documentation

Also did the following to get it working:

Made new tasks for the following todo's:

martin-fleck-at commented 1 year ago

@ozcanxbreeze I see that you pushed commit https://github.com/CrossBreezeNL/crossmodel/pull/22/commits/693e8fc7d5c177e01905c3729376e53c1414fe3d just now. I did not consider this in my review as I started before that. So please disregard any comments that are outdated because of it.

ozcanxbreeze commented 1 year ago

Hey Martin, Thanks for the review. I indeed did push some changes, because I wanted to switch branches to review your pull request. I did not manage to get it functionally working yet, so https://dev.azure.com/x-breeze/CrossModel/_workitems/edit/834 is still open.

I also just merged your branch into main, so I will have to do some merging and refactoring to get it working again.

martin-fleck-at commented 1 year ago

@ozcanxbreeze I pushed an update that should resolve the issue we faced with the broken build. Basically what caused the problem was that in the model-service package the index was put outside of the browser and node directory but it exported the files from there. So when we did an import from that index from the frontend, it automatically tried to resolve the exported node files as well and then broken with the missing fs dependency that was introduced by my commit in the meantime.

Please note that I force pushed but I kept your changes.

ozcanxbreeze commented 1 year ago

@martin-fleck-at Awesome, I am going to resolve the pull request review issues, and then I will notify you again

ozcanxbreeze commented 1 year ago

@martin-fleck-at Hey Marin, I just pushed a new commit that implement your review points and your remarks.