You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Grouping accounts seems like a no-brainer type feature for AVM wallets as accounts are intrinsically linked. For example, an account can be re-keyed and keeping the this and the auth account in the same group is a definite use case.
Acceptance Criteria
Scenario 1
User creates a group for an account
GIVEN
no groups exist
WHEN
the User presses "Add To Group"
AND
the User enters the group name
THEN
the account is added to the group
Scenario 2
User creates a group for an account
GIVEN
a group of accounts exist
WHEN
the User presses "Add To Group"
AND
the User selects the group from the list
THEN
the account is added to the group
Scenario 3
User removes the account from the group
GIVEN
an account is part of a group
WHEN
the User presses "Remove From Group"
THEN
the account is removed from the group
The text was updated successfully, but these errors were encountered:
Summary
Grouping accounts seems like a no-brainer type feature for AVM wallets as accounts are intrinsically linked. For example, an account can be re-keyed and keeping the this and the auth account in the same group is a definite use case.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: