feat: restore server sync push/pull methods#315
Merged
pradeeban merged 1 commit intoFeb 19, 2026
Conversation
Author
|
Hey @pradeeban checked DHGWorkflow like you said, sync methods were working there, ported them back with the window.confirm guards for force ops. Backend was already all there so not much to do. Also kept the commented block (as you told). Needs a real server test, haven't done that yet. let me know if any suggestion or changes are needed, thanks |
Member
|
@avinxshKD This one has a merge conflict with your previous merged PR. Pls resolve. |
d604e8f to
4087d06
Compare
Member
|
@avinxshKD I am unsure which caused #318. Must be a recent commit. Can you pls have a look? |
Author
|
@pradeeban conflict resolved yayy |
Author
on it |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
uncommented and wired up pushToServer, forcePushToServer, pullFromServer, forcePullFromServer ... they were already written and the backend (crud_http.js, Flask routes, MongoDB model) is all still there. Added .catch error handling and window.confirm guards for force operations based on the DHGWorkflow original.
Needs testing against a running server instance, flagging that upfront
fixes #314