Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contact List #61

Open
troggy opened this issue Sep 24, 2024 · 1 comment
Open

Contact List #61

troggy opened this issue Sep 24, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@troggy
Copy link
Contributor

troggy commented Sep 24, 2024

Allow saving recipient accounts to contact list, so for the next payment I don't have to copy-and-paste account again.

Requirements:

  • once user made a transaction, there should be an easy way to add the recipient to the contact list ("favorites"). E.g. from transaction screen. For simplicity, let's consider only transactions with a single Payment operation.
  • on a payment screen there should be an option to select the receipient from the contract list
  • there should be a separate screen in the app to see contact list
  • user should be able to add and remove contacts from the list
  • contact list should be per application, not per account. So that I can use the same contact with any of my accounts in the app
@troggy troggy added the enhancement New feature or request label Sep 24, 2024
@sozidatel
Copy link
Contributor

Добавлю свои пять копеек:

Для первого подхода будет достаточно три вещи:

  1. Экран с управлением записной книжкой (простой список адресов и назначенного имени): добавить, удалить, отредактировать.
  2. В интерфейсе платежа дать возможность выбрать адрес из записной книжки.
  3. В интерфейсе отображения данных о транзакции заменять адреса на данные из записной книжки.

Также отдельно прошу поддержать импорт и экспорт записной книжки в простейшем JSON формате (массив пар кошелёк: имя).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants