Open
1 of 3 issues completedDescription
Is your feature request related to a problem? Please describe.
When handling multiple wallets in your VeWorld, i find myself changing the account name to reflect the wallet's one every time i create one.
Describe the solution you'd like
Derive the new account name from the wallet's one
I.e new wallet from 🔐 Personal should be
🔐 Personal #1
Tasks:
- R1: Release the algorithm to change existing accounts under a wallet once changed.
- R2: Implement the import.
- R3: Implement the create wallet.
AC:
- Designs approved for import/wallet creation naming flow.
- Alg to preserve the names of accounts under a wallet if they have been changed. See example below.
- Account names can still be changed, this is just the default name.
Example:
Alice has 4 wallets under an account.
Alice renamed first account called - alice1
Alice renamed second account called - alice2
Alice hasn't changed account 3
Alice hasn't changed account 4
Alice changes wallet name to - VBD
The wallets are now called:
- alice1
- alice2
- VBD 3
- VBD 4
If Alice creates a new account under the wallet:
- alice1
- alice2
- VBD 3
- VBD 4
- VBD 5