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

[Epic] - Feature - Wallet - Save Address #18568

Open
5 of 13 tasks
J-Son89 opened this issue Jan 18, 2024 · 1 comment
Open
5 of 13 tasks

[Epic] - Feature - Wallet - Save Address #18568

J-Son89 opened this issue Jan 18, 2024 · 1 comment
Labels
E:Mobile Wallet Feature - Save Address All issues related to save address feature E:Mobile Wallet Settings All issues for the mobile wallet settings Epic Generic label for an issue that is an epic feature feature requests

Comments

@J-Son89
Copy link
Member

J-Son89 commented Jan 18, 2024

All features related to issue for epic - E:Mobile Wallet Feature - Save Address

User Story:

  • As a user, I want to be able to save an address in the Transaction Status page so that I can quickly choose it for future transactions.
  • I want to be able to give the user a name, a color and to be able to set the preferences for what networks to send them tokens on.
  • I want to be able to select this saved address when making another transaction in the future

Related Designs:
Overview of save address flow
https://www.figma.com/file/HKncH4wnDwZDAhc4AryK8Y/Wallet-for-Mobile?type=design&node-id=2087-615282&mode=design&t=ztBrvBdFf12vO9JA-4

overview of using saved address to send a transaction
https://www.figma.com/file/HKncH4wnDwZDAhc4AryK8Y/Wallet-for-Mobile?type=design&node-id=2087-615282&mode=design&t=ztBrvBdFf12vO9JA-4

Features:
These features should be hidden behind a feature flag.

Wallet: implement ui for save address bottom sheet:

connect status go endpoint to save address:

add network configuration for saved address:

load saved address on send page:

add a dedicated screen to list saved addresses:

list saved addresses

saved address operations

share saved address as a QR code

delete saved address

edit saved address

add saved address by typing/pasting address

add saved address via ens

add saved address by scanning QR code

Closing this issue
Once all of these issues are ready the corresponding feature Flag Can be removed. This pr to remove the feature flag can then be used for QA and Design to ensure everything is feature complete and this issue can be closed.

@J-Son89 J-Son89 added feature feature requests E:Mobile Wallet Feature - Save Address All issues related to save address feature labels Jan 18, 2024
@J-Son89 J-Son89 changed the title Wallet - Save Address (Master Issue) [Epic] Wallet - Save Address Jan 22, 2024
@J-Son89 J-Son89 added the Epic Generic label for an issue that is an epic label Jan 22, 2024
@J-Son89 J-Son89 changed the title [Epic] Wallet - Save Address [Epic] - Feature - Wallet - Save Address Feb 1, 2024
@shivekkhurana
Copy link
Contributor

The network preferences selector component is tied to the account

        {:keys [color address
                network-preferences-names]} (rf/sub [:wallet/current-viewing-account])

But I need to re-use it to save a recipient address. I'll create an issue to handle that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E:Mobile Wallet Feature - Save Address All issues related to save address feature E:Mobile Wallet Settings All issues for the mobile wallet settings Epic Generic label for an issue that is an epic feature feature requests
Development

No branches or pull requests

3 participants