some semi finished features

This commit is contained in:
2023-07-27 12:01:19 +02:00
parent 15217c640a
commit d624637e3e
7 changed files with 48 additions and 396 deletions

View File

@@ -12,6 +12,7 @@ const db = require( '../db/db.js' );
class POSTHandler {
constructor () {
this.allSelectedSeats = { 'TestEvent2': [ { 'id': 'secAr1s1', 'component': 1 } ] };
this.ticketTotals = {};
}
// Add lang in the future