feat: dollar tokens Phase 3 foundation (stacked on PR #148)#149
Merged
TuCopFi merged 11 commits intoJun 4, 2026
Merged
Conversation
…to swapSubmitSaga
Phase 3 foundation introduced a new top-level reducer 'dollarsSpend'. The RootStateSchema validator + store inline snapshot detected the new key and demanded a migration. Adds migration 247 (no-op seed), v247 test schema, bumps persistConfig.version to 247, and refreshes the rootState inline snapshot to include the new slice. Also adds an eslint-disable for an empty arrow inside a Promise constructor in the multi-quote hook test.
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.
Summary
Foundation layer of Phase 3 of the dollar-tokens initiative. Lands the pure planner, multi-quote hook, Redux slice for in-flight state, orchestrator saga, selectors, and a planner-input hook. No UI integration in this PR; UI bolts on in a follow-up.
Stacked on top of PR #148 (Phase 1 + Phase 2 data layer + cards). Once #148 merges to Development, the base of this PR will become Development.
Spec: `tasks/plans/dollar-tokens-phase3-spend-order.md` (local-only).
Implementation plan: `tasks/plans/dollar-tokens-phase3-foundation-implementation.md` (local-only).
What this PR contains
New module `src/dollarsSpend/`:
Auxiliary:
Verification
Known follow-ups for Phase 3.2 (UI integration, separate PR)
Test plan