Wrapping up for the day. Lots of changes.

This commit is contained in:
Scott Idem
2024-03-19 20:23:42 -04:00
parent 19d2dd630b
commit fbbaa1392b
13 changed files with 563 additions and 43 deletions

View File

@@ -48,6 +48,8 @@ let events_local_data_struct: key_val = {
auto_view: true,
show_hidden: false, // These are hidden (archived) leads so the list is not as long.
// The entered_passcode is the exhibit booths shared passcode for staff. This is used to initially access the lead retrieval service.
entered_passcode: null,
@@ -99,6 +101,11 @@ let events_session_data_struct: key_val = {
'ds_loaded': {
},
'qry__enabled': 'enabled', // all, disabled, enabled
'qry__hidden': 'not_hidden', // all, hidden, not_hidden
'qry__limit': 20,
'qry__offset': 0,
// Badge Printing
'badges': {
'fulltext_search_qry_str': null,