CS342 / 2024-Prisma

MIT License
2 stars 1 forks source link

🏎 Minor feature request: Remove data retroactively from firebase if user redacts data from certain time periods #15

Closed dhruvna1k closed 7 months ago

dhruvna1k commented 9 months ago

Problem

If a user chooses to redact certain data entries, this functionality does not exist and needs to be added starting from the backend.

Solution

The first step to implementing this is to include code that asks for this data from firebase and then delete it from firebase so that the Google cloud functions do not include the data in the visualizations that the user can see

Additional context

Like the other issue with the data privacy controls, the appropriate UI is not there yet, so will need to figure out where these changes can be implemented on the backend before the frontend is up

Code of Conduct