CS342 / 2024-Prisma

MIT License
2 stars 1 forks source link

🏎 Minor feature request: Omit select user data in the Spezi framework based on privacy preferences #14

Closed dhruvna1k closed 7 months ago

dhruvna1k commented 7 months ago

Problem

If a user wants to omit certain data types from being collected by the application, this feature currently does not exist and the user is not able to control what data the app is collecting

Solution

If the user chooses to omit a specific data type, then the Spezi framework can ignore the reading of that data from the point the users deselects that data type onwards.

Additional context

UI for privacy controls is not up yet, so is it possible to make this change yet? Changing what data is read will be dependent on some state change for a non-existent privacy controls page at the moment

Code of Conduct

dhruvna1k commented 7 months ago

Pull request merged