summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authornfoy <nfoy@purdue.edu>2014-04-07 13:53:28 -0400
committernfoy <nfoy@purdue.edu>2014-04-07 13:53:28 -0400
commit931dee79cf095e44f02b1b0e4833fd3cf7a6729f (patch)
tree09f24bc3001282d037a70d093f01173e4221ee9a /doc
parenta453a81cdc85c6213b4f0905fb354a5c372e9bae (diff)
User Profile Pages retro
Diffstat (limited to 'doc')
-rw-r--r--doc/Sprint2-Retrospective.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/Sprint2-Retrospective.md b/doc/Sprint2-Retrospective.md
index d6a93ca..cc412ec 100644
--- a/doc/Sprint2-Retrospective.md
+++ b/doc/Sprint2-Retrospective.md
@@ -126,15 +126,21 @@ several days.
## Setting up a Tournament View for matches and tree {#match-gui}
## Increase Usability {#usability}
## Develop comprehensive data storage for s&p&other{#data-storage}
+
## Create Player Profile Pages {#profile}
+Player Profile Pages successfully list important and useful user information.
+Player username, e-mail, relationship status, and recent tournament information
+are all listed on a user's profile page. Gravatar images are also shown here.
+Users can also edit their pages.
+
## Gravatar Integration {#gravatar}
Gravatar images are fetched from the gravatar website. A user's e-mail is used to
generate a hash key and that key is used to grab their gravatar image from a url.
-If their e-mail is not recognized by Gravatar we have a wide number of optionable
-default images to use. We currently use a mystery man default. It's also possible
-to utilize a number of other image options, such as sizing.
+If their e-mail is not recognized by Gravatar, then we have a wide number of
+optionable default images to use. We currently use a mystery man default. It's
+also possible to utilize a number of other image options, such as sizing.