Now with QR codes for sessions and presenters!

This commit is contained in:
Scott Idem
2024-07-18 17:15:12 -04:00
parent a6f8f00e9e
commit af17a05022
7 changed files with 234 additions and 9 deletions

View File

@@ -11,12 +11,10 @@ import {
// handle_db_save_ae_obj_li__person
} from "$lib/ae_core__person";
// import { liveQuery } from "dexie";
// import { db_core } from "$lib/db_core";
import {
generate_qr_code,
} from "$lib/ae_core__qr_code";
// let example_li = liveQuery(
// () => db_core.badges.toArray()
// );
let ae_promises: key_val = {}; // Promise<any>;
@@ -373,5 +371,6 @@ let export_obj = {
handle_create_ae_obj__person: handle_create_ae_obj__person,
handle_update_ae_obj_id_crud: handle_update_ae_obj_id_crud,
handle_download_export__obj_type: handle_download_export__obj_type,
generate_qr_code: generate_qr_code
};
export let core_func = export_obj;