summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-05-05 17:34:35 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-05-05 17:34:35 -0400
commitdbbd7a581d1e870633c9db3035f761b975713b92 (patch)
tree7e2512b3c0e8a9fbfc732909566cf6db9ab6c3a4
parent68a16a6946325a43ce35c7ae809891593417c95d (diff)
write about email in the sprint retrospective
-rw-r--r--doc/Sprint3-Retrospective.md8
1 files 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.