General clean up and making things a least look real.

This commit is contained in:
Scott Idem
2024-03-20 16:33:36 -04:00
parent 84e3098b72
commit e21b7ef584
8 changed files with 565 additions and 271 deletions

View File

@@ -118,11 +118,15 @@ let events_session_data_struct: key_val = {
example: true,
show_form__license: false,
show_form__search: false,
show_form__scan: false,
submit_status__license: null, // 'saving', 'created', 'updated'
// create_status__license: null, // 'creating', 'created', 'updated'
// update_status__license: null, // 'updating', 'created', 'updated'
submit_status__search: null, // 'searching', 'complete'
// The entered_passcode is the exhibit booths shared passcode for staff. This is used to initially access the lead retrieval service.
entered_passcode: null,
@@ -135,6 +139,9 @@ let events_session_data_struct: key_val = {
'updated_on': new Date().toISOString()
},
entered_search_str: null,
qr_scan_start: true,
qr_scan_result: null,
},