mrsimpson / energy

A calculator for cost of energy (gas)
https://gaspreis.no-panic.org
Apache License 2.0
3 stars 0 forks source link

Email input #87

Closed mrsimpson closed 1 year ago

mrsimpson commented 1 year ago

We'd like to have users provide their email so that we can stay in touch with them. As we don't have a real backend yet, a simple solution would be to just provide an email-input and track the submit event (which just stored the email provided in local storage so we can hide the form).

Since an email-address is gdpr-protected data, we have to inform the user that by entering it, an implicit agreement to the data protection terms is given.

Relates to #15