code-corps-ember icon indicating copy to clipboard operation
code-corps-ember copied to clipboard

Add email verification component

Open joshsmith opened this issue 9 years ago • 2 comments

We should have a component at the top of the page on Code Corps that indicates whether your email is verified, allow you to queue an email for resending the verification, and checks for updates on whether you are verified.

This is blocked by the API right now.

joshsmith avatar Jun 25 '16 19:06 joshsmith

Considering code-corps/code-corps-api#20 and the discussion therein, I would still consider this blocked by API, so I'll mark it as such. If someone wants to tackle the ember side of it, for now, what we need is the following.

  • Assume the user model will have an emailVerified property, of boolean type.
  • If this property is false, the email-verification component should be visible at the top.

This is how much is clear for now.

What is unclear is how exactly the component should behave. Will update as I get more information.

begedin avatar Feb 07 '17 16:02 begedin

The component probably needs to be able to:

  • trigger a resend
  • if the email has hard bounced, needs to not be retryable
  • ability to update the email inline

joshsmith avatar Dec 21 '17 06:12 joshsmith