Wrapping up for the day. Now with ability to add a person.

This commit is contained in:
Scott Idem
2024-06-24 19:45:15 -04:00
parent 384f91bbe7
commit 4ad51b8e0b
4 changed files with 273 additions and 0 deletions

View File

@@ -2,6 +2,15 @@ import { browser } from '$app/environment';
import type { key_val } from '$lib/ae_stores';
import { api } from '$lib/api';
import {
// handle_load_ae_obj_id__person,
// handle_load_ae_obj_li__person,
handle_create_ae_obj__person,
// handle_update_ae_obj__person,
// handle_db_save_ae_obj_li__person
} from "$lib/ae_core__person";
// import { liveQuery } from "dexie";
// import { db_core } from "$lib/db_core";
@@ -424,6 +433,7 @@ let export_obj = {
handle_load_ae_obj_id__site_domain: handle_load_ae_obj_id__site_domain,
handle_load_ae_obj_code__data_store: handle_load_ae_obj_code__data_store,
handle_load_ae_obj_li__person: handle_load_ae_obj_li__person,
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,
};