summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornfoy <nfoy@purdue.edu>2014-05-01 16:10:00 -0400
committernfoy <nfoy@purdue.edu>2014-05-01 16:10:00 -0400
commit478c0c882a04afb668f93c5e9d68401146a5dde0 (patch)
tree2b59e7c29d5d4df97f7c2c16e486b65ee7f097f1
parent03f2898a4607f77cf4c20a097c02d30a7567006e (diff)
Messaging system.
-rw-r--r--doc/Sprint3-Retrospective.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/Sprint3-Retrospective.md b/doc/Sprint3-Retrospective.md
index 467407c..7b0b9e9 100644
--- a/doc/Sprint3-Retrospective.md
+++ b/doc/Sprint3-Retrospective.md
@@ -121,7 +121,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)