Creating version to of the data store element. Hopefully better now.

This commit is contained in:
Scott Idem
2024-09-16 18:10:55 -04:00
parent 9fd84183d7
commit 1e3086560d
11 changed files with 833 additions and 119 deletions

View File

@@ -23,9 +23,7 @@ let events_local_data_struct: key_val = {
'events_cfg_json': {},
'default__event_id': null, // OSIT Demo pjrcghqwert
'default__location_id': null,
'default__session_id': null,
'event_id': null,
// all, disabled, enabled
'qry__enabled': 'enabled',
@@ -96,8 +94,8 @@ let events_local_data_struct: key_val = {
},
// Event Files - uploads for sessions, presenters, etc
'files': {
},
// 'files': {
// },
// Event Presentation Launcher (and native Electron app)
'launcher': {
@@ -247,10 +245,8 @@ let events_local_data_struct: key_val = {
},
// Speakers Management (Collection)
'speakers': {
'default__session_id': null, // Assign to new presenters by default
status__submit: null, // 'saving', 'created', 'updated'
},
// 'speakers': {
// },
// other
}