Add more locations, add all location images, adjust seatGroups in locations
This commit is contained in:
@@ -10,13 +10,15 @@ export class CityModel {
|
||||
id: number
|
||||
name: string
|
||||
address: string
|
||||
image: string
|
||||
imageIndoor: string
|
||||
imageOutdoor: string
|
||||
nrOfConcerts: number
|
||||
}> = [{
|
||||
id: -1,
|
||||
name: "",
|
||||
address: "",
|
||||
image: "",
|
||||
imageIndoor: "",
|
||||
imageOutdoor: "",
|
||||
nrOfConcerts: 0
|
||||
}]
|
||||
}
|
||||
@@ -7,9 +7,9 @@ export class LocationModel {
|
||||
id: number
|
||||
name: string
|
||||
address: string
|
||||
image: string
|
||||
imageIndoor: string
|
||||
imageOutdoor: string
|
||||
seatSchema: string
|
||||
logo: string
|
||||
city: {
|
||||
name: string
|
||||
country: string
|
||||
|
||||
@@ -5,6 +5,5 @@ export class SeatGroupModel {
|
||||
surcharge: number
|
||||
standingArea: Boolean
|
||||
capacity: number
|
||||
occupied: number
|
||||
seatRows: Array<SeatRowModel>
|
||||
}
|
||||
Reference in New Issue
Block a user