feat(origin): async save queuing for PLM origins #392
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Add non-blocking save operations so PLM origins (like Silo) don't freeze the UI during network operations on large assemblies.
Current state (MISSING)
All
FileOriginsave methods (saveDocument,saveDocumentAs,commitDocument,pushDocument) are synchronous. No background thread, no queue, no progress callback, no cancellation.Proposed design
register_status_widget)Implementation notes
saveDocumentAsync()toFileOriginbase class (C++)saveDocument()inQThread/QRunnableQMetaObject::invokeMethodsave_async(doc, callback)inkindred_sdk/origin.pyPendingSavesstatus bar widget that shows count and progressRoadmap
v0.2.0 — Origin System