summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/Sprint3-Retrospective.md52
1 files changed, 38 insertions, 14 deletions
diff --git a/doc/Sprint3-Retrospective.md b/doc/Sprint3-Retrospective.md
index 89e2cdf..74c2ef0 100644
--- a/doc/Sprint3-Retrospective.md
+++ b/doc/Sprint3-Retrospective.md
@@ -54,16 +54,51 @@ several days.
+---------------------------------------------------------+------+------------+----+
+## Remote Game UserNames (#remote_user)
+
+ The idea behind remote usernames is that a Leaguer user would be able to add
+a username from another online service to our database (such as add their riot
+username to our database) so that information from that outer source could be used
+in our tournament statistics. This is constructed by adding a reference to the user
+to the remote_username column of the SQL database and giving it a value. This value
+is a hash that can contain any sort of information needed.
+
+## Project Leaguer Logo (#logo))
+
+ The point of the Leaguer logo is to set a definitive symbol for our product. The
+current logo is a rough draft and will more than likely not be truly done for some time
+if ever. For now, we have a decent looking logo and are planning on placing it into the
+product documents. Other than that, this is not yet complete.
+
+## More types of seeded settings (#seed)
+
+The idea behind the seeding settings is have different methods of team
+creation. The seeding methods we have currently are:
+ I. Early bird
+ - Which is the method of creating a team based on who joins the
+ tournament first. So if there are five players per team, then
+ the first five players to join the tournament would be on team
+ one and so on.
+
+ II. Random
+ - Which will take an array of the players and shuffle them, as
+ to randomize their order, and then place them in teams based on the
+ maximum team size. So the first five in team one, the next five in
+ team two, and so on.
+ III. Fair Ranked
+ - Which will place users of a tournament into teams based on their
+ skill level. This will ensure the five best players of a tournament
+ are not on the same team, as to allow fair gameplay.
+
+Early bird and random seeding are completed, but fair ranked has yet
+to be done.
+---------------------------------------------------------+------+------------+----+
| Tasks Not Implemented | Size | Person\* | US |
+=========================================================+======+============+====+
TODO
-
-
-
# Implemented and working
## Intelligent Error Handling (#error-hand)
@@ -81,10 +116,6 @@ display methods so that the search would display players and tournaments in the
way that they've been displaying in their respective "index.html.erb" page. Advanced
search was added so that users could search tournaments by their game type.
-## Remote Game UserNames (#remote_user)
-
-TODO
-
## Email verification (#email-varify)
TODO
@@ -106,8 +137,6 @@ past stages or player statistics to affect future ones.
TODO
-## More types of seeded settings (#seed)
-
TODO
## Asynchronous Riot Pulls (#async)
@@ -176,11 +205,6 @@ alert was created with a live update, a pop up notification which redirects to t
list of alerts, in the navigation bar of the recieving users. The alerts icon
appeared only when there is a new alert.
-## Project Leaguer Logo (#logo))
-
-TODO
-
-
# Implemented but not working well