Devographics / Monorepo

Monorepo containing the State of JS apps
surveyform-sigma.vercel.app
Other
124 stars 50 forks source link

Feature request - faster onboarding for gmail users #301

Closed flexbox closed 10 months ago

flexbox commented 11 months ago

Scenario I wanted to sign in to the HTML 2023 survey, but the magic link email landed in my spam.

image

I think we could spark joy for gmails users (not sure if it's available for other email providers)

Story As a Gmail user I can click on a link and open my inbox filtered So that I can sign in faster

The link is this one

https://mail.google.com/mail/u/0/#search/from%3A%40stateofhtml+in%3Aanywhere

Example:

image image
SachaG commented 11 months ago

Good idea! Should be easy to do :)

eric-burel commented 10 months ago

Done, @SachaG I am currently getting the email domain based on surveyId, but that's maybe something we have in the survey config? So "state_of_html" becomes "stateofhtml" (I lowercase too) But there might be edge cases when doing this way eg tokyodev?

SachaG commented 10 months ago

The email domain should be mail.${survey.domain}, for example mail.stateofhtml.com.