42atomys / stud42

Stud42 official repository since major 3 update (https://s42.app)
https://s42.app
MIT License
858 stars 26 forks source link

feat: download my data and send it by student email #488

Closed 42atomys closed 1 year ago

42atomys commented 1 year ago

Is your feature request related to a problem? Please describe

We would like to propose the implementation of a new feature - "Download My Data". In today's digital landscape, it's increasingly important for users to have access to their personal data, and control over where and how this data is used. In line with this, we believe it's essential that we provide our users with the ability to download and review their own data.

The "Download My Data" feature will allow users to download all the data associated with their account. This includes, but is not limited to, profile information, activity history, preferences, and other user-specific details.

Describe the solution you'd like

  1. User triggers the "Download My Data" action from their account settings.
  2. A request is sent to the server to compile the user's data.
  3. The server processes the request and generates a file with the user's data.
  4. The data file is then sent to the user via email.

Describe alternatives you've considered

No response

Additional context

No response

Code of Conduct