Bank app: add send money to connected account #7

Open
opened 2026-08-07 14:22:30 +00:00 by hum3 · 0 comments
Owner

The demo banking app (phone frame UI) currently shows balances, transactions, and product details. Add a "Send Money" feature:

  • From the balance or transactions screen, a button to send money to a connected account (another customer in the simulation)
  • Simple form: select recipient, enter amount
  • Uses the existing SendPayment / makePayment infrastructure
  • Should follow the API-first pattern: API endpoint + GUI calls it

This makes the bank app feel more like a real mobile banking experience.


Migrated from Codeberg: originally #7, opened 2026-03-25.

The demo banking app (phone frame UI) currently shows balances, transactions, and product details. Add a "Send Money" feature: - From the balance or transactions screen, a button to send money to a connected account (another customer in the simulation) - Simple form: select recipient, enter amount - Uses the existing `SendPayment` / `makePayment` infrastructure - Should follow the API-first pattern: API endpoint + GUI calls it This makes the bank app feel more like a real mobile banking experience. --- *Migrated from Codeberg: originally [#7](https://codeberg.org/hum3/gobank/issues/7), opened 2026-03-25.*
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
hum3/gobank#7
No description provided.