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
An user can have multiple wallets (e.g. Bank account, Investment account, Savings, etc).
Each wallet has one owner but can be shared with multiple other users (Question: Should we look into creating / defining groups?)
Fields
owner
name
sharedWith (TBD: should this be a list or should it be an intermediary table?)
value (the sum of all transactions for this account)
When the owner deletes a shared wallet, a notification should be displayed letting the user know that the wallet is shared with User X, Y and Z. The user can then either
Transfer the ownership to one of the users that wallet is shared with
Delete the wallet
Any user that has access to the wallet can add transactions to it
The text was updated successfully, but these errors were encountered:
Specs
An user can have multiple wallets (e.g. Bank account, Investment account, Savings, etc).
Each wallet has one owner but can be shared with multiple other users (Question: Should we look into creating / defining groups?)
Fields
settings {currency, formatting{currencySymbolPosition, decimalSymbol, thousandsSeparator}}Methods
Other observations
The text was updated successfully, but these errors were encountered: