maybe icon indicating copy to clipboard operation
maybe copied to clipboard

Improvement: Auto-naming of transfer transactions

Open zachgoll opened this issue 3 months ago • 0 comments

Right now, we're providing a "Description" field on the transfer form:

CleanShot 2024-10-28 at 10 02 00

Instead, we should remove this field entirely and generate the name automatically on the backend when the transfer is created.

The name should be: Transfer from {originator} to {receiver} and should be based on the accounts that were selected.

This will:

  1. Reduce input required from user
  2. Be less generic, easier to understand

zachgoll avatar Oct 28 '24 14:10 zachgoll