Now with ability to toggle hidden and disabled sessions.

This commit is contained in:
Scott Idem
2024-08-13 18:58:56 -04:00
parent e83623526c
commit 37b2145f81
5 changed files with 181 additions and 28 deletions

View File

@@ -93,13 +93,14 @@ let events_local_data_struct: key_val = {
'files': {
},
// Event Presentation Launcher
// Event Presentation Launcher (and native Electron app)
'launcher': {
qry_max__sessions: 75,
qry_max__presentations: 25,
qry_max__presenters: 75,
qry_max__files: 75,
show_content__disabled_files: false,
show_content__hidden_files: false,
show_content__hidden_presentations: false,
show_content__hidden_presenters: false,
@@ -118,7 +119,13 @@ let events_local_data_struct: key_val = {
event_presentation_id: null,
event_presenter_id: null,
event_file_id: null, // event_file_id
}
},
native: {
// 'local_file_cache_path': aether_cfg_data.app.local_file_cache_path,
// 'host_file_temp_path': aether_cfg_data.app.host_file_temp_path,
'host_file_config_path': 'device_configs/ae_native_app_config.default.json',
},
},
// Lead Retrievals (Exhibit)
@@ -165,17 +172,37 @@ let events_local_data_struct: key_val = {
// Presentation Management (Distributing)
'pres_mgmt': {
show_content__session_description: false,
show_content__presentation_description: false,
qry_enabled: 'enabled', // all, disabled, enabled
qry_hidden: 'not_hidden', // all, hidden, not_hidden
qry_limit__files: 75,
qry_limit__presentations: 25,
qry_limit__presenters: 75,
qry_limit__sessions: 75,
qry_max: 500, // This is the max number the limit is allowed to be set to.
// show_content__agree_text: false,
show_content__presentation_description: false,
show_content__presenter_page_help: true,
// show_content__presenter_start: false,
show_content__presenter_view: null,
show_content__session_description: false,
show_content__session_help: true,
show_content__session_search_help: true,
show_content__presenter_page_help: true,
show_content__presenter_view: null,
show_content__session_view: null,
show_content__disabled_files: false,
show_content__hidden_files: false,
show_content__hidden_presentations: false,
show_content__hidden_presenters: false,
show_content__hidden_sessions: false,
show_content__presentation_code: true,
show_content__presenter_code: true,
show_content__session_code: true,
show_menu__presenter: null,
show_menu__session: null,
show_menu__session_search: null,
show_report__presenters_agree: false,
show_report__recent_files: false,
@@ -256,8 +283,10 @@ let events_session_data_struct: key_val = {
processed_file_list: [],
},
// Event Presentation Launcher
// Event Presentation Launcher (and native Electron app)
'launcher': {
native: {
},
},
// Lead Retrievals (Exhibit)