omgitsmiles / ctrl-your-finances

Flatiron Hackathon
0 stars 2 forks source link

Fix delete account button #34

Closed jgrimes86 closed 8 months ago

jgrimes86 commented 8 months ago

On the account management page, each account listed has a delete button next to it. It is currently broken. When a user deletes an account, the backend route needs to find the Plaid Item the account is tied to and delete the Plaid Item.

Deleting the Plaid Item should cascade to delete:

  1. all accounts linked to the Plaid Item, and
  2. all transactions linked to those accounts.
jgrimes86 commented 8 months ago

Addressed in merge-branch pull request.