summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-02-10 13:22:55 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-02-10 13:22:55 -0500
commitc6d94fb81865017c9a2dd753b14cb18bbf400fc9 (patch)
treecb3cb5439e2751f1e256460c0df5608e36f6fa45 /docs
parentb67793f0c920596d8bcd44a647336b0dda5dee6f (diff)
DesignDocument: fiddle with whitespace, make the roman numeral lowercase
Diffstat (limited to 'docs')
-rw-r--r--docs/DesignDocument.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/DesignDocument.md b/docs/DesignDocument.md
index 5fae039..0ca77a4 100644
--- a/docs/DesignDocument.md
+++ b/docs/DesignDocument.md
@@ -2,6 +2,7 @@
title: Design Document
author: [ Nathaniel Foy, Guntas Grewal, Tomer Kimia, Andrew Murrell, Luke Shumaker, Davis Webb ]
---
+
Version 1.0 – 2014.02.10
Created 2014.02.09
@@ -41,15 +42,15 @@ Views – Views will primarily be dynamically generated HTML pages and will disp
Component Interaction
- Controllers will be used to run all of the background work of Leaguer. They will fetch the necessary data and will tell the view what to do. We will be implementing seven controllers into Leaguer. Those will be:
+Controllers will be used to run all of the background work of Leaguer. They will fetch the necessary data and will tell the view what to do. We will be implementing seven controllers into Leaguer. Those will be:
- I. PM & Alerts – This controller will be used for sending and receiving private messages to and from the host. Players will be able to message the host in order to inform him/her of anything during the tournament. This will also allow the host to post any notifications he or she desires that will be displayed for all to see.
- II. Homepage – Used to handle the homepage. This will be the first web page seen by any user of the application.
- III. Login – This controller will be used when a user attempts to sign in to their profile on Leaguer.
- IV. Search – This controller will be used to search the web-base for on going tournaments, players and past tournaments.
- V. Tournament – Used for setting up a tournament. This will be restricted to the host of the tournament.
- VI. User – The controller that will take each user to their own profile.
- VII. Match/Peer Review – used for gather game statistics and the separate player reviews.
+ i. PM & Alerts – This controller will be used for sending and receiving private messages to and from the host. Players will be able to message the host in order to inform him/her of anything during the tournament. This will also allow the host to post any notifications he or she desires that will be displayed for all to see.
+ ii.Homepage – Used to handle the homepage. This will be the first web page seen by any user of the application.
+ iii. Login – This controller will be used when a user attempts to sign in to their profile on Leaguer.
+ iv. Search – This controller will be used to search the web-base for on going tournaments, players and past tournaments.
+ v. Tournament – Used for setting up a tournament. This will be restricted to the host of the tournament.
+ vi. User – The controller that will take each user to their own profile.
+ vii. Match/Peer Review – used for gather game statistics and the separate player reviews.
Each of these controllers will fetch the data specified by its separate section. The view will then be used to display all of this information, so Login will take the user to a login page, search will take the user to a search page and so on.