diff options
-rw-r--r-- | db/migrate/20140304020040_create_servers.rb (renamed from db/migrate/20140304015739_create_servers.rb) | 0 | ||||
-rw-r--r-- | db/migrate/20140304020042_create_tournaments.rb (renamed from db/migrate/20140304015742_create_tournaments.rb) | 0 | ||||
-rw-r--r-- | db/migrate/20140304020044_create_matches.rb (renamed from db/migrate/20140304015744_create_matches.rb) | 0 | ||||
-rw-r--r-- | db/migrate/20140304020047_create_teams.rb (renamed from db/migrate/20140304015746_create_teams.rb) | 0 | ||||
-rw-r--r-- | db/migrate/20140304020051_create_users.rb (renamed from db/migrate/20140304015751_create_users.rb) | 0 | ||||
-rw-r--r-- | db/migrate/20140304020053_create_user_team_pairs.rb (renamed from db/migrate/20140304015753_create_user_team_pairs.rb) | 0 | ||||
-rw-r--r-- | db/migrate/20140304020055_create_team_match_pairs.rb (renamed from db/migrate/20140304015755_create_team_match_pairs.rb) | 0 | ||||
-rw-r--r-- | db/migrate/20140304020058_create_alerts.rb (renamed from db/migrate/20140304015757_create_alerts.rb) | 0 | ||||
-rw-r--r-- | db/migrate/20140304020100_create_pms.rb (renamed from db/migrate/20140304015800_create_pms.rb) | 0 | ||||
-rw-r--r-- | db/migrate/20140304020102_create_games.rb (renamed from db/migrate/20140304015802_create_games.rb) | 0 | ||||
-rw-r--r-- | db/migrate/20140304020105_create_game_attributes.rb (renamed from db/migrate/20140304015804_create_game_attributes.rb) | 0 | ||||
-rw-r--r-- | db/migrate/20140304020107_create_server_settings.rb (renamed from db/migrate/20140304015807_create_server_settings.rb) | 0 | ||||
-rw-r--r-- | db/migrate/20140304020113_create_tournament_options.rb (renamed from db/migrate/20140304015813_create_tournament_options.rb) | 0 | ||||
-rw-r--r-- | db/schema.rb | 2 | ||||
-rw-r--r-- | doc/.gitignore | 9 | ||||
-rw-r--r-- | doc/DesignDocument-architecture-model2.pptx (renamed from docs/DesignDocument-architecture-model2.pptx) | bin | 63714 -> 63714 bytes | |||
-rw-r--r-- | doc/DesignDocument-classes.dot (renamed from docs/DesignDocument-classes.dot) | 0 | ||||
-rw-r--r-- | doc/DesignDocument-models.pptx (renamed from docs/DesignDocument-models.pptx) | bin | 34389 -> 34389 bytes | |||
-rw-r--r-- | doc/DesignDocument.md (renamed from docs/DesignDocument.md) | 0 | ||||
-rw-r--r-- | doc/Diagram01.jpg (renamed from docs/Diagram01.jpg) | bin | 2008078 -> 2008078 bytes | |||
-rw-r--r-- | doc/Makefile (renamed from docs/Makefile) | 0 | ||||
-rw-r--r-- | doc/ProductBacklog.md (renamed from docs/ProductBacklog.md) | 0 | ||||
-rw-r--r-- | doc/ProjectCharter.md (renamed from docs/ProjectCharter.md) | 0 | ||||
-rw-r--r-- | doc/ProjectLeaguerWorkloadBreakup.md (renamed from docs/ProjectLeaguerWorkloadBreakup.md) | 0 | ||||
-rw-r--r-- | doc/Sprint1.md (renamed from docs/Sprint1.md) | 0 | ||||
-rw-r--r-- | doc/SystemModel.dot (renamed from docs/SystemModel.dot) | 0 | ||||
-rw-r--r-- | doc/stickman.png (renamed from docs/stickman.png) | bin | 1308 -> 1308 bytes | |||
-rw-r--r-- | docs/.gitignore | 4 |
28 files changed, 10 insertions, 5 deletions
diff --git a/db/migrate/20140304015739_create_servers.rb b/db/migrate/20140304020040_create_servers.rb index f33241a..f33241a 100644 --- a/db/migrate/20140304015739_create_servers.rb +++ b/db/migrate/20140304020040_create_servers.rb diff --git a/db/migrate/20140304015742_create_tournaments.rb b/db/migrate/20140304020042_create_tournaments.rb index 36fcf7e..36fcf7e 100644 --- a/db/migrate/20140304015742_create_tournaments.rb +++ b/db/migrate/20140304020042_create_tournaments.rb diff --git a/db/migrate/20140304015744_create_matches.rb b/db/migrate/20140304020044_create_matches.rb index 6c0c157..6c0c157 100644 --- a/db/migrate/20140304015744_create_matches.rb +++ b/db/migrate/20140304020044_create_matches.rb diff --git a/db/migrate/20140304015746_create_teams.rb b/db/migrate/20140304020047_create_teams.rb index dd8397d..dd8397d 100644 --- a/db/migrate/20140304015746_create_teams.rb +++ b/db/migrate/20140304020047_create_teams.rb diff --git a/db/migrate/20140304015751_create_users.rb b/db/migrate/20140304020051_create_users.rb index f0986d4..f0986d4 100644 --- a/db/migrate/20140304015751_create_users.rb +++ b/db/migrate/20140304020051_create_users.rb diff --git a/db/migrate/20140304015753_create_user_team_pairs.rb b/db/migrate/20140304020053_create_user_team_pairs.rb index 2c492ac..2c492ac 100644 --- a/db/migrate/20140304015753_create_user_team_pairs.rb +++ b/db/migrate/20140304020053_create_user_team_pairs.rb diff --git a/db/migrate/20140304015755_create_team_match_pairs.rb b/db/migrate/20140304020055_create_team_match_pairs.rb index 8fac07e..8fac07e 100644 --- a/db/migrate/20140304015755_create_team_match_pairs.rb +++ b/db/migrate/20140304020055_create_team_match_pairs.rb diff --git a/db/migrate/20140304015757_create_alerts.rb b/db/migrate/20140304020058_create_alerts.rb index 68a8e10..68a8e10 100644 --- a/db/migrate/20140304015757_create_alerts.rb +++ b/db/migrate/20140304020058_create_alerts.rb diff --git a/db/migrate/20140304015800_create_pms.rb b/db/migrate/20140304020100_create_pms.rb index 93bb5c6..93bb5c6 100644 --- a/db/migrate/20140304015800_create_pms.rb +++ b/db/migrate/20140304020100_create_pms.rb diff --git a/db/migrate/20140304015802_create_games.rb b/db/migrate/20140304020102_create_games.rb index 59d4ef0..59d4ef0 100644 --- a/db/migrate/20140304015802_create_games.rb +++ b/db/migrate/20140304020102_create_games.rb diff --git a/db/migrate/20140304015804_create_game_attributes.rb b/db/migrate/20140304020105_create_game_attributes.rb index b63f134..b63f134 100644 --- a/db/migrate/20140304015804_create_game_attributes.rb +++ b/db/migrate/20140304020105_create_game_attributes.rb diff --git a/db/migrate/20140304015807_create_server_settings.rb b/db/migrate/20140304020107_create_server_settings.rb index dfdd91b..dfdd91b 100644 --- a/db/migrate/20140304015807_create_server_settings.rb +++ b/db/migrate/20140304020107_create_server_settings.rb diff --git a/db/migrate/20140304015813_create_tournament_options.rb b/db/migrate/20140304020113_create_tournament_options.rb index d2df22e..d2df22e 100644 --- a/db/migrate/20140304015813_create_tournament_options.rb +++ b/db/migrate/20140304020113_create_tournament_options.rb diff --git a/db/schema.rb b/db/schema.rb index ae688b1..6dcd3ad 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20140304015813) do +ActiveRecord::Schema.define(version: 20140304020113) do create_table "alerts", force: true do |t| t.integer "author_id" diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000..54a1602 --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,9 @@ +/api +/app +/guides + +*.html +*.pdf +*.png + +!/stickman.png diff --git a/docs/DesignDocument-architecture-model2.pptx b/doc/DesignDocument-architecture-model2.pptx Binary files differindex 1a1a08a..1a1a08a 100644 --- a/docs/DesignDocument-architecture-model2.pptx +++ b/doc/DesignDocument-architecture-model2.pptx diff --git a/docs/DesignDocument-classes.dot b/doc/DesignDocument-classes.dot index cccc477..cccc477 100644 --- a/docs/DesignDocument-classes.dot +++ b/doc/DesignDocument-classes.dot diff --git a/docs/DesignDocument-models.pptx b/doc/DesignDocument-models.pptx Binary files differindex e689a7c..e689a7c 100644 --- a/docs/DesignDocument-models.pptx +++ b/doc/DesignDocument-models.pptx diff --git a/docs/DesignDocument.md b/doc/DesignDocument.md index 45f6d5f..45f6d5f 100644 --- a/docs/DesignDocument.md +++ b/doc/DesignDocument.md diff --git a/docs/Diagram01.jpg b/doc/Diagram01.jpg Binary files differindex 0c85216..0c85216 100644 --- a/docs/Diagram01.jpg +++ b/doc/Diagram01.jpg diff --git a/docs/Makefile b/doc/Makefile index 469b1a2..469b1a2 100644 --- a/docs/Makefile +++ b/doc/Makefile diff --git a/docs/ProductBacklog.md b/doc/ProductBacklog.md index 59b5e11..59b5e11 100644 --- a/docs/ProductBacklog.md +++ b/doc/ProductBacklog.md diff --git a/docs/ProjectCharter.md b/doc/ProjectCharter.md index f88ccd4..f88ccd4 100644 --- a/docs/ProjectCharter.md +++ b/doc/ProjectCharter.md diff --git a/docs/ProjectLeaguerWorkloadBreakup.md b/doc/ProjectLeaguerWorkloadBreakup.md index 99d9c2e..99d9c2e 100644 --- a/docs/ProjectLeaguerWorkloadBreakup.md +++ b/doc/ProjectLeaguerWorkloadBreakup.md diff --git a/docs/Sprint1.md b/doc/Sprint1.md index 03baf5d..03baf5d 100644 --- a/docs/Sprint1.md +++ b/doc/Sprint1.md diff --git a/docs/SystemModel.dot b/doc/SystemModel.dot index ea1836a..ea1836a 100644 --- a/docs/SystemModel.dot +++ b/doc/SystemModel.dot diff --git a/docs/stickman.png b/doc/stickman.png Binary files differindex 00f16fc..00f16fc 100644 --- a/docs/stickman.png +++ b/doc/stickman.png diff --git a/docs/.gitignore b/docs/.gitignore deleted file mode 100644 index ed193ea..0000000 --- a/docs/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -*.pdf -*.html -*.png -!stickman.png |