Redesign seat map layout

This commit is contained in:
2024-10-10 14:11:09 +02:00
parent fe2cea5529
commit 58c7282701
14 changed files with 1967 additions and 90 deletions

View File

@@ -7,7 +7,7 @@ import { SeatGroup } from "./seatGroup.model";
export class Location extends Model {
@Column
urlName: string
@Column
name: String
@@ -24,6 +24,15 @@ export class Location extends Model {
@Column
imageOutdoor: String
/**
* Layout identifier of the location
* 1 = Stage with simple stay area
* 2 = Stage with front stay area and seat places around
* 3 = Stage in the middle of the stay area, seat places all around
*/
@Column
layout: Number
// Relations