Created
July 28, 2011 23:10
-
-
Save mattflo/1112788 to your computer and use it in GitHub Desktop.
Stub Hub Kata
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Customers can reserve seats and obtain a ticket | |
* Seats are only allocated to one customer | |
* Seats are assigned to a section/row/seat number | |
* Seats can be searched in blocks (consecutive adjacent seats) | |
* Sections vary in price | |
* Seats can be searched by price range | |
* Seats can be searched by price and number of adjacent seats |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment