fix(pwa): simplify debt transfer flow#152
Closed
HorusGoul wants to merge 5 commits into
Closed
Conversation
Summary: - add a dedicated debt transfer flow from balance actions to move a user's debt into another joined party with same-currency filtering - create transfer helper logic, destination-party eligibility lookup, and name matching with exact auto-selection plus recommendations - add unit coverage, a Playwright journey, locale updates, and a changeset for the new user-facing workflow Rationale: - users already recreate these transfers manually, so the feature turns a repetitive multi-step workaround into a guided flow - keeping the implementation as paired expense creation matches the existing mental model and avoids extra transfer metadata complexity Tests: - pnpm test - pnpm lint - pnpm typecheck - pnpm -C packages/pwa exec playwright test e2e/debt-transfer.spec.ts - pnpm -C packages/pwa lingui:extract Co-authored-by: Codex <codex@openai.com>
Signed-off-by: GitHub Actions <actions@github.com>
- Add review and confirmation steps for transferring debt - Update E2E page object for the new transfer flow - Refresh English and Spanish copy for the new UI
- Split transfer into party, participant, and confirm steps - Update E2E coverage and localized copy for the new flow - Add changelog entry
🦋 Changeset detectedLatest commit: ebba69c The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
trizum | ebba69c | Commit Preview URL Branch Preview URL |
Apr 20 2026, 05:56 PM |
Owner
Author
|
Superseded by #151. The simplify-transfer work was cherry-picked onto |
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
Transfer debtaction for eligible debts.Testing
pnpm testnot run.pnpm lintnot run.pnpm typechecknot run.packages/pwa/e2e/debt-transfer.spec.ts.