From dbbd7a581d1e870633c9db3035f761b975713b92 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 5 May 2014 17:34:35 -0400 Subject: write about email in the sprint retrospective --- doc/Sprint3-Retrospective.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/Sprint3-Retrospective.md b/doc/Sprint3-Retrospective.md index 57eb3cb..5862a10 100644 --- a/doc/Sprint3-Retrospective.md +++ b/doc/Sprint3-Retrospective.md @@ -85,7 +85,10 @@ consistently, and avoid code duplication. ## Email verification (#email-varify) -TODO +Email verification was (finally) implemented. It uses delayed_job +(see [asynchronous Riot pulls](#async)) to avoid blocking the page if +the MX isn't responding. However, email password resets are not yet +implemented, which is the obvious use-case for verified emails. ## Alternate Scoring and pairing methods (#alt-score-par) @@ -265,4 +268,5 @@ this sprint because different methods didn't work together as we thought they wo We spent a lot of time reworking things that should have already been complete simply because of incomptability issues; the transitions between steps in our flow didn't function as we intended. Moving forward, we have more time to ensure that -components work together properly and are tested in a more comprehensive manner. \ No newline at end of file +components work together properly and are tested in a more +comprehensive manner. -- cgit v1.2.3