Skip to content

Conversation

umutsoysalansys
Copy link
Contributor

@umutsoysalansys umutsoysalansys commented Apr 18, 2025

Description

** This Pr introduces a new method to update design object using new trackers coming from API Server. Currently we are trying to keep the synchronization between client and server by updating whole design document after each operation that can possibly cause a change on the backend which is an expensive effort. Recently developed trackers are allowing us to get the only delta from each geometry manipulation operation and the method in this PR updates the design recursively using the information coming from tracker.

It is currently hidden behind a feature flag, for extensive testing and further improvements. **

Issue linked

Please mention the issue number or describe the problem this pull request addresses.

Checklist

  • I have tested my changes locally.
  • I have added necessary documentation or updated existing documentation.
  • I have followed the coding style guidelines of this project.
  • I have added appropriate unit tests.
  • I have reviewed my changes before submitting this pull request.
  • I have linked the issue or issues that are solved to the PR if any.
  • I have assigned this PR to myself.
  • I have added the minimum version decorator to any new backend method implemented.
  • I have made sure that the title of my PR follows Conventional commits style (e.g. feat: extrude circle to cylinder)

@umutsoysalansys umutsoysalansys changed the title Feat/update with delta feat: update with delta Apr 18, 2025
@github-actions github-actions bot added the enhancement New features or code improvements label Apr 18, 2025
@umutsoysalansys umutsoysalansys requested a review from RobPasMue July 7, 2025 18:32
RobPasMue
RobPasMue previously approved these changes Jul 8, 2025
Copy link
Member

@RobPasMue RobPasMue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks @umutsoysalansys!

Copy link
Member

@RobPasMue RobPasMue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blocking until unreachable code issue is resolved.

@umutsoysalansys umutsoysalansys requested a review from RobPasMue July 9, 2025 13:27
@umutsoysalansys
Copy link
Contributor Author

@RobPasMue, you can just approve, switch the true flag, and merge

Copy link
Member

@RobPasMue RobPasMue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Awesome work @umutsoysalansys !!

@RobPasMue RobPasMue enabled auto-merge (squash) July 9, 2025 14:17
@RobPasMue RobPasMue merged commit 7502957 into main Jul 9, 2025
49 of 61 checks passed
@RobPasMue RobPasMue deleted the feat/update-with-delta branch July 9, 2025 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or code improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants