More general clean up. Making event queries easier to use and understand.

This commit is contained in:
Scott Idem
2024-10-01 16:59:08 -04:00
parent 47e9f9f5a1
commit fad58bf26f
5 changed files with 175 additions and 50 deletions

View File

@@ -53,10 +53,15 @@ let idaa_local_data_struct: key_val = {
},
recovery_meetings: {
enabled: 'enabled', // all, disabled, enabled
hidden: 'not_hidden', // all, hidden, not_hidden
limit: 150,
offset: 0,
qry__enabled: 'enabled', // all, disabled, enabled
qry__hidden: 'not_hidden', // all, hidden, not_hidden
qry__limit: 150,
qry__offset: 0,
qry__fulltext_str: null,
qry__physical: null,
qry__type: null,
qry__virtual: null,
},
};
// console.log(`AE Stores - App IDAA Local Storage Data:`, idaa_local_data_struct);
@@ -87,7 +92,7 @@ let idaa_session_data_struct: key_val = {
recovery_meetings: {
qry__status: null,
qry__fulltext_str: null,
// qry__fulltext_str: null,
},
};