summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authornfoy <nfoy@purdue.edu>2014-04-07 13:39:02 -0400
committernfoy <nfoy@purdue.edu>2014-04-07 13:39:02 -0400
commita453a81cdc85c6213b4f0905fb354a5c372e9bae (patch)
treec7fbac0b847a06ef4c56d353e12d39f437aad8d9 /doc
parentb29437f5cd9d57a369fcb01452cb550156f2c21a (diff)
Gravatar retro.
Diffstat (limited to 'doc')
-rw-r--r--doc/Sprint2-Retrospective.md16
1 files changed, 11 insertions, 5 deletions
diff --git a/doc/Sprint2-Retrospective.md b/doc/Sprint2-Retrospective.md
index 0fba04c..d6a93ca 100644
--- a/doc/Sprint2-Retrospective.md
+++ b/doc/Sprint2-Retrospective.md
@@ -86,7 +86,7 @@ several days.
+---------------------------------------------------------+------+------------+----+
| [Create Player Profile Pages](#profile) | 2 | Tomer | 10 |
+---------------------------------------------------------+------+------------+----+
-| [Gravitar Integration](#gravitar) | 2 | Foy | 10 |
+| [Gravatar Integration](#gravatar) | 2 | Foy | 10 |
+---------------------------------------------------------+------+------------+----+
@@ -126,10 +126,16 @@ 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}
-## Gravitar Integration {#gravitar}
-## Test it {#test}
-## Peer review {#peer}
+## Create Player Profile Pages {#profile}
+
+## 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.
+
# Implemented but not working well