summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-05-01 16:29:03 -0400
committerguntasgrewal <guntasgrewal@gmail.com>2014-05-01 16:29:03 -0400
commitdcffbbd0b34294d087916b7e0cff27055158f420 (patch)
tree4dd947616588fb8388b37c576ada2de826cb7c4c
parent81bc790c665c5e15a0f36952a13296d012c05b85 (diff)
parentd4f98d4a6a436b9aef755752718c7d3cc36fb0af (diff)
Merge branch 'master' of https://github.com/LukeShu/leaguer
-rw-r--r--doc/Sprint3-Retrospective.md22
1 files changed, 18 insertions, 4 deletions
diff --git a/doc/Sprint3-Retrospective.md b/doc/Sprint3-Retrospective.md
index 722a3ec..30d49d7 100644
--- a/doc/Sprint3-Retrospective.md
+++ b/doc/Sprint3-Retrospective.md
@@ -33,7 +33,7 @@ several days.
+---------------------------------------------------------+------+------------+----+
| [Create braket creation and submission gui](#brack-gui) | 3 | Tomer | 10 |
+---------------------------------------------------------+------+------------+----+
-| [General Interface Cleanups](#interface-cleean) | 2 | Tomer | 1 |
+| [General Interface Cleanups](#interface-clean) | 2 | Tomer | 1 |
+---------------------------------------------------------+------+------------+----+
| [Make it look professional](#professional) | 3 | All | 1 |
+---------------------------------------------------------+------+------------+----+
@@ -107,13 +107,19 @@ TODO
TODO
-## General Interface Cleanups (#interface-cleean)
+## General Interface Cleanups (#interface-clean)
TODO
## Make it look professional (#professional)
-TODO
+The team decided on a color scheme for Leaguer during this sprint. This scheme
+was applied to every page in the site. We implemented Gravatar in a few more
+spots as well, helping to distinguish between users more easily. The default
+image was changed to give each user a unique avatar even if they've not set one.
+Tournament creation and listing also received tune ups, with images listed with
+each tournament to help display its game type and a better creation page when
+creating a tournament.
## Expand Peer Evaluation (#peer-expansion)
@@ -121,7 +127,15 @@ TODO
## Private Messages (#priv-messages)
-TODO
+Private Messsaging in Project Leaguer is possible between two registered users.
+Project Leaguer uses the gem 'Mailboxer' to achieve private messaging. A user
+is able to interact with the private messaging system by clicking on the "Messages"
+located in the header toolbar at the top of every page. This results in the index
+page, which lists all unread and read conversations. You can then click on a
+conversation to view all of its messages and from there you can also reply.
+Creating a new message is as simple as: click the "start a new conversation",
+list the user you wish to pm with, write the conversation's subject, and write
+the message itself.
## Alerts (#alerts)