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

Delete Image or Account Feature #1106

Open
Davidezrajay opened this issue Oct 1, 2023 · 1 comment
Open

Delete Image or Account Feature #1106

Davidezrajay opened this issue Oct 1, 2023 · 1 comment

Comments

@Davidezrajay
Copy link
Contributor

Davidezrajay commented Oct 1, 2023

Google Play requires that users can delete their data.
User story:

  1. User downloads the app and is testing it out. They take a few pictures and then find there is no way to delete those images

Describe the solution you'd like
A way to delete images, perhaps a gallery?

Suggested implementation for this:

  • User chooses to delete profile.
  • Over rides user specific information (not related to token verification)
  • Makes tree "inactive" on map.
  • Retains all data that is not user specific
@Davidezrajay
Copy link
Contributor Author

From Alex: on iOS when a user selects delete we basically remove that planter from the local DB and any data related to them, it also deletes any captures they have made from the device, then log out and route back to the sign in screen.
We don't make any requests to the backend to delete anything from our backend DB... to go the extra mile we should probably remove the planter from the backend DB also, but leave the captures with an "unknown" planter.
I would suggest just doing the same as iOS though for first steps - clear anything local and log out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant