Implementing Exercise system in database with API and frontend visualization

This commit is contained in:
2024-10-07 13:15:16 +02:00
parent 4a62c7a96b
commit f81e9be320
20 changed files with 413 additions and 99 deletions

View File

@@ -10,7 +10,9 @@
{
"concertId": 0,
"orderPrice": 184,
"seatId": 43
"seatGroup": "A",
"seatRow": 0,
"seat": 1
}
]
},
@@ -24,12 +26,16 @@
{
"concertId": 0,
"orderPrice": 184,
"seatId": 2
"seatGroup": "A",
"seatRow": 0,
"seat": 2
},
{
"concertId": 0,
"orderPrice": 184,
"seatId": 3
"seatGroup": "A",
"seatRow": 0,
"seat": 3
}
]
},
@@ -43,7 +49,9 @@
{
"concertId": 0,
"orderPrice": 184,
"seatId": 3
"seatGroup": "A",
"seatRow": 0,
"seat": 4
}
]
}