sderacy / gooncard

The Goon Squad's Goon Card Project for CSC 355 ('22)
http://gooncard.hpc.tcnj.edu:3000/
MIT License
6 stars 2 forks source link

Support for user deletion #166

Closed matyis1 closed 1 year ago

matyis1 commented 1 year ago

65

paytonshaltis commented 1 year ago

Looks great @matyis1! Once some others confirm that its working on their ends this issue also closes #156.

I just went in to connect it to the delete button, and everything seems to be working! Deleting a Goon Card account seems to successfully delete all of the user's associated accounts and all of the card entries that they have generated.

paytonshaltis commented 1 year ago

@sderacy @lelekaz @thadakn1 could some of you three try out the following? Just want to make sure that this is working for multiple people:

1) Generate a card with at least 2 accounts. 2) Open the card in another tab (or on your phone). 3) Delete one of the accounts in that card, save changes. Refresh the window or phone looking at the card. The account that was deleted should be gone, but the other should remain. 4) Now delete the entire Goon Card account. Refresh the window or phone looking at the card and you should be on the 404 page.

Once someone else confirms that this is working as intended, we can approve and merge this PR!