C-Accel-CRIPT / Python-SDK

CRIPT Python SDK
MIT License
10 stars 5 forks source link

heart of update - will still finish tests #443

Open duboyal opened 8 months ago

duboyal commented 8 months ago

Description

Here we have update where we use the iterator of primatry base nodes to go through each subnode of an object through the DFS method,

then our "save_node" function will take in a map of the first object , keys as uuid and values as map in the object , and compare it with the second object that we traverse, for each node in the second object that we are walking, we look up the uuid of that object, then we compare, we take the diff on the json of the subnodes , then we create appropriate patch and removes , we line up all the patch and removes and do them from last one up, based on the node logic I discussed with Ludwig .

Changes

Known Issues

Notes

Checklist

trunk-io[bot] commented 8 months ago

Merging to develop in this repository is managed by Trunk.