Refactor application architecture around structured IPC and deep modules#29
Draft
chrystiamjr wants to merge 2 commits into
Draft
Refactor application architecture around structured IPC and deep modules#29chrystiamjr wants to merge 2 commits into
chrystiamjr wants to merge 2 commits into
Conversation
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.
What changed
ActionHostwith authoritative completion Events and single-mutation coordination.SchedulePolicy, including locale-neutral state handling.Why
The previous host window and React root owned too many unrelated responsibilities, IPC relied on stringified payloads and callback globals, and process-backed data could leak localized or stale representations across layers. These changes establish explicit seams with narrower interfaces, centralized validation, and consistent cross-layer contracts.
Impact
User-facing workflows remain the same, while failures now preserve the last valid list state, mutations are coordinated across screens, settings reconcile with persisted host state, and IPC contract drift becomes diagnosable and testable.
Validation
npm run validate— 133 tests passeddotnet test desktop.Tests/VeloSysPro.Tests.csproj— 51 tests passeddotnet build desktop/VeloSysPro.csproj— 0 errors, 0 warningsnpm run cypress:run— 78 tests passed