From d1900e986789e0c6d68811986fc13afa7ba18f6c Mon Sep 17 00:00:00 2001 From: nfoy Date: Mon, 7 Apr 2014 18:58:48 -0400 Subject: Merge --- doc/sprint3.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/sprint3.md b/doc/sprint3.md index 6a175a4..ed0f3bb 100644 --- a/doc/sprint3.md +++ b/doc/sprint3.md @@ -33,7 +33,7 @@ several days. +---------------------------------------------------------+------+------------+----+ | Task Description | Size | Person | US | +=========================================================+======+============+====+ -| Intelligent Error Handling (404 redirection) | 3 | Andrew | | +| Intelligent Error Handling (404 redirection) | 3 | Andrew | 2 | +---------------------------------------------------------+------+------------+----+ | Search | | | | +---------------------------------------------------------+------+------------+----+ @@ -41,13 +41,13 @@ several days. +---------------------------------------------------------+------+------------+----+ | Email verification | | | | +---------------------------------------------------------+------+------------+----+ -| Alternate Scoring and pairing methods | | Davis | | +| Alternate Scoring and pairing methods | | Davis | 4 | +---------------------------------------------------------+------+------------+----+ | Preferences | | | | +---------------------------------------------------------+------+------------+----+ | More types of seeded settings | | | | +---------------------------------------------------------+------+------------+----+ -| Asynchronous Riot Pulls | | Nathaniel | | +| Asynchronous Riot Pulls | | Nathaniel | 1 | +---------------------------------------------------------+------+------------+----+ | Brackets | | Tomer | | +---------------------------------------------------------+------+------------+----+ @@ -55,9 +55,9 @@ several days. +---------------------------------------------------------+------+------------+----+ | Make it look professional | | | | +---------------------------------------------------------+------+------------+----+ -| Expand Peer Evaluation | | G, A, D | | +| Expand Peer Evaluation | | G, A, D | 5 | +---------------------------------------------------------+------+------------+----+ -| Remote User IDs | | Davis | | +| Remote User IDs | | Davis | 1 | +---------------------------------------------------------+------+------------+----+ | Private Messages | | | | +---------------------------------------------------------+------+------------+----+ -- cgit v1.1-4-g5e80 From ff03350cea6cb09b9a3aa408ac04acc8883227a4 Mon Sep 17 00:00:00 2001 From: nfoy Date: Mon, 7 Apr 2014 19:06:27 -0400 Subject: Anti-spam retro --- doc/Sprint2-Retrospective.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/Sprint2-Retrospective.md b/doc/Sprint2-Retrospective.md index db726f5..0e23f6b 100644 --- a/doc/Sprint2-Retrospective.md +++ b/doc/Sprint2-Retrospective.md @@ -75,8 +75,16 @@ several days. # Implemented and working ## Define Specific Unit Tests for Security {#security-test} -## Implement Anti-spam measures {#anti-spam} + +## Implement Anti-spam measures {#anti-spam} + +To handle potential spam problems, Project Leaguer has implemented Simple Captcha +on the user sign up page. Users must enter the correct code corresponding with +Simple Captcha's generated image when registering. Usernames must also be unique. +E-mail verification has been pushed to Sprint 3. + ## Implement Teammate Rating System (peer review view) {#peer-review} + ## Design/Code Scoring/Pairing Algorithms and Procedures {#pair-alg} Several Scoring Algorithms were considered and a modified fibonachi peer review -- cgit v1.1-4-g5e80