upsiflu / matsite

2 stars 0 forks source link

Subscribe functionality #7

Closed upsiflu closed 2 years ago

upsiflu commented 2 years ago

The current, simple solution (mailto://...) does not work in some browsers.

Possible alternative:

(a) simply a message box "send email..." with address to copy. Example: shellcongress.com (scroll down until you see the blue button) -> 1 hour of work

(b) Firestore custom-element to add line to database -> 3-4 hours of work

(c) Cloud function to add line to spreadsheet -> 3-8 hours of work

Severity: severe

upsiflu commented 2 years ago

(a) done. Needs a better solution long-term, (b) or (c)