-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e6f8889
commit 1b28a96
Showing
1 changed file
with
15 additions
and
8 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,26 @@ | ||
To change the parameters for the stadium, Please change in the seatsInformation.json file. | ||
------------------------------------------------------------------------------------------ | ||
`To change the parameters for the stadium, | ||
Please change in the seatsInformation.json file.` | ||
|
||
To build/test the application | ||
============================= | ||
= | ||
|
||
Go to the project directory( contains the POM.XML) In the command line, | ||
Type commands: | ||
|
||
.mvn install //For install | ||
.mvn test //For Test | ||
|
||
**For Install** | ||
_mvn install_ | ||
**For Test** | ||
_mvn test_ | ||
|
||
|
||
**************************Assumptions*********************** | ||
Assumption 1: | ||
Assumptions: | ||
= | ||
1. Assumption | ||
- | ||
The lower seats are better than higher seats, which are further from the stage. | ||
|
||
Assumption 2: | ||
2. Assumption | ||
- | ||
The group seats are better when they sit together. When change rows, start from the end of the next row. So they can sit closer. | ||
|