Skip to content

SaciOSDev/SaciOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Sacramento iOS Meetup code base

We will host all our source code here. Please visit: http://saciosdev.github.com/SaciOS/ for the github run down.

For help

1. Post your questions at our Google Group: http://groups.google.com/group/sac-ios-dev 2. Feel free to contact me directly as well at [email protected] 3. Feature and Bug trace view Trello.com on the "SaciOSDev: Tournament Management App" board

TMS App Main Features

- Manage Bracket Style Tournaments - Manage multiple Participants and Locations

TMS App Data Structure

![](https://github.com/macmoe/SaciOS/raw/master/Other/screenshots/TMS-coredata.png)    

Rules

  1. User cannot add another person once they Seed/Start the tournament. To add another team/player the tournamanet needs to be reseeded.
  2. Decide of number of sectors for brackets depending on number of teams. (1,2,4)
  3. Suggested: When adding a new location, point out any required field.

Drawing

  1. 2-16 players/team will have one bracket/tree setup.
  2. 27-64 we will use two bracket setup.
  3. Max Up to 32 players per bracket side for 2 bracket set players
  4. Buttons come down as path and if button is enabled all else is off
  5. Ceiling of SQR(number of teams) + 1 = number of columns

Drawing for 2 brackets

Columns 2-16 players 2^(col-1) = Rows

17-32 players 16 = Rows

32+ players 32 = rows

Releases

No releases published

Packages

No packages published