nazrinharris / pecunia

Massively ambitious personal finance app.
1 stars 0 forks source link

Allow user to clear local data and delete account #148

Closed nazrinharris closed 8 months ago

nazrinharris commented 10 months ago

Pretty self-explanatory. Okay, maybe it isn't that self-explanatory. Basically, I want a way for the users to be able to delete local data OR delete their account and local data.

Deed

The deleteAllUserData should delete the user's database, user's account, and then from savedUsers and finally log out.

nazrinharris commented 8 months ago

Just to note, some progress have been made, such as creating the dialogs for this, but the methods haven't been created yet, and this happened when I tried a "one-PR-one-issue" approach, which I am not a fan of. Specifically, its 775e230 and 6207b82

nazrinharris commented 8 months ago

Should be completed with c963d34 in #132