[EPAC-2029]: add provincial Hansard router scaffold#581
Merged
riddim-developer-bot[bot] merged 1 commit intoMay 25, 2026
Conversation
riddim-developer-bot
Bot
deleted the
symphony/epac-2029-provincial-hansard-adapter-scaffold-and-jurisdic
branch
May 25, 2026 12:53
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.
Why
EPAC-2029 establishes the routing and scaffold layer that provincial Hansard adapters will plug into while keeping the application layer behind the
HansardRepositoryport.What changed
JurisdictionRoutedHansardRepositoryand app startup DI that registers the federal SwiftData-backed repository under.federal.HTMLHansardScaffoldhelpers andProvincialHansardAdapter.mdfor future province-specific adapter work.HansardSpeakerParsercoverage for French speaker prefixes and movedFixtureHansardRepositoryinto shared Hansard test fixtures.Trade-offs not taken
Test plan
scripts/check-boundaries.shcd ios && make buildcd ios && xcodebuild build-for-testing -project epac.xcodeproj -scheme epac -destination 'platform=iOS Simulator,id=A42F2FBA-FC7A-4EFF-8F85-C402A8850ED6' -derivedDataPath .build -quiet | xcbeautify --quietswiftlint lint --strict ios/epac/epacApp.swift ios/epac/Util/HansardSpeakerParser.swift ios/epac/Util/HansardRepositoryEnvironment.swift ios/epac/Data/Adapters/Hansard/JurisdictionRoutedHansardRepository.swift ios/epac/Data/Adapters/Hansard/HTMLHansardScaffold.swift ios/epac/Views/ContentView.swift ios/epac/Views/Calendar/SittingCalendarView.swift ios/epac/Views/Calendar/SittingLoaderView.swift ios/epac/Views/Chat/SpeechView.swift ios/epacTests/Data/HansardSpeakerParserTests.swift ios/epacTests/Data/JurisdictionRoutedHansardRepositoryTests.swift ios/epacTests/Fixtures/Hansard/FixtureHansardRepository.swiftpython3 scripts/localization/check_localizations.py --github-warnings(pre-existing missing key warning:onboarding.welcome.title)cd ios && make testcompiled app and test targets, then failed installing/launching the runner withIDEPseudoTerminalDomain Code 7, underlyingNSPOSIXErrorDomain Code 6: Device not configured, for simulatorA42F2FBA-FC7A-4EFF-8F85-C402A8850ED6. Restarting the simulator did not clear the launch failure.swiftlint --strictfails on existing app clip, widget, UI-test, andCabinetServiceviolations; changed Swift files pass strict lint as listed above.Reviewer-Boundary: review-only
Resolves EPAC-2029
Release-Note: Omit - internal architecture scaffold only.