summaryrefslogtreecommitdiff
path: root/app/views/matches/show.html.erb
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-23 13:19:47 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-23 13:19:47 -0400
commitb2ceff6667461a6db587c4077ef56bdb4fe9f44b (patch)
tree56304f68755e72e1ba86c9e8c8bb06597318a81b /app/views/matches/show.html.erb
parentb6d146624b6d3e78c24d3bade5eb558f0a9f626b (diff)
updated comment documentation on show.html.erb
Diffstat (limited to 'app/views/matches/show.html.erb')
-rw-r--r--app/views/matches/show.html.erb17
1 files changed, 9 insertions, 8 deletions
diff --git a/app/views/matches/show.html.erb b/app/views/matches/show.html.erb
index a1d82a3..a10139f 100644
--- a/app/views/matches/show.html.erb
+++ b/app/views/matches/show.html.erb
@@ -9,17 +9,18 @@
<!--
Match Status 0 => Created, waiting to start
- Match Status 1 => Match is running, waiting to finish
- Match Status 2 => Match finished, waiting for peer reviews
- Match Status 3 => Totally done.
+ Match Status 1 => Match ready
+ Match Status 2 => Match is running, waiting to finish
+ Match Status 3 => Match finished, waiting for statistics to populate
+ Match Status 4 => Match Totally done. Archived.
Four views:- (status is Match status)
- A. Pairings, when status is 0 for either Host or Player Or when status is 1 for player
- B. A page the host will see if status is 1 OR 2
- C. The Peer review page that the players will see if status is 2.
- D. The page everyone will see when status is 3.
+ A. Pairings, when status is 1 for either Host or Player Or when status is 2 for player
+ B. A page the host will see if status is 2 OR 3
+ C. The Peer review page that the players will see if status is 3.
+ D. The page everyone will see when status is 4.
- Note:- The change of status from 1 to 2 is coming from League Data Pull (RIOT API)
+ Note:- The change of status from 2 to 3 for League of Legends is coming from League Data Pull (RIOT API)
-->