One might have multiple individual accounts within Wealthsimple, or be a household with multiple Wealthsimple logins.
Migrations/models are being added to accommodate that UI/UX.
The /ws-api endpoint has been updated to allow addition of multiple Wealthsimple accounts. The login form disappears after successfully authentication the first WS account, being replaced by a table showing the list of connected accounts and their status, with an option to either disconnect (but not delete) or delete the connected account.
The user can then press the add new account button to see the login form and add a new account, which can be dismissed by pressing ESC.
Appropriate badges are displayed the connected status, loading spinner is indicated as an account is reconnected.
When connecting accounts, account and transaction data is downloaded.
When reconnecting a previously connected account who's session is saved, re-authentication is not required.
If a user deletes the session, full re-authentication will be required.
One might have multiple individual accounts within Wealthsimple, or be a household with multiple Wealthsimple logins.
Migrations/models are being added to accommodate that UI/UX.
The /ws-api endpoint has been updated to allow addition of multiple Wealthsimple accounts. The login form disappears after successfully authentication the first WS account, being replaced by a table showing the list of connected accounts and their status, with an option to either disconnect (but not delete) or delete the connected account.
The user can then press the add new account button to see the login form and add a new account, which can be dismissed by pressing ESC.
Appropriate badges are displayed the connected status, loading spinner is indicated as an account is reconnected.
When connecting accounts, account and transaction data is downloaded.
When reconnecting a previously connected account who's session is saved, re-authentication is not required.
If a user deletes the session, full re-authentication will be required.