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

Remove accounts #165

Merged
merged 11 commits into from
Dec 5, 2021
Merged

Remove accounts #165

merged 11 commits into from
Dec 5, 2021

Conversation

azc242
Copy link
Contributor

@azc242 azc242 commented Dec 5, 2021

Related to #6.
This PR aims to allow users to remove accounts they may not want to see.

  • change frontend to have a button for removing
  • remove access_token when user opts to remove this account
  • get test line coverage >= 50%

For simplicity, removing an account means removing the access_token associated with it. The reason for doing so is that if users want to remove individual cards/banks associated with each account, then they would not be able to re-add them. In addition, once they remove an account, they will never be able to add it again if we do not completely remove the access_token (since we prevent duplicates now).

@azc242 azc242 self-assigned this Dec 5, 2021
@azc242 azc242 added the task For all tasks label Dec 5, 2021
@azc242 azc242 added this to the Sprint 4 milestone Dec 5, 2021
@azc242 azc242 marked this pull request as ready for review December 5, 2021 08:48
Copy link
Contributor

@Jennifercheukyin Jennifercheukyin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! it's always a pleasure reading your code :)

@TomerBenya
Copy link
Contributor

Looks awesome! Thanks for doing this

@azc242 azc242 merged commit 90e46c0 into master Dec 5, 2021
@azc242 azc242 deleted the alan-remove-account branch December 5, 2021 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task For all tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants