General clean up related to permissions and updating fields.

This commit is contained in:
Scott Idem
2024-07-24 15:00:48 -04:00
parent c41be23995
commit 027d7a781d
4 changed files with 395 additions and 195 deletions

View File

@@ -1,6 +1,7 @@
import Dexie, { type Table } from 'dexie';
import type { list } from 'postcss';
import type { key_val } from './ae_stores';
import type { o } from 'vitest/dist/reporters-B7ebVMkT.js';
// li = list
// kv = key value list
@@ -488,7 +489,8 @@ export interface Presenter {
event_presentation_name?: string;
event_presentation_start_datetime?: null|Date;
person_external_id?: null|string;
person_external_id?: null|string; // This may be semi-random or unique only withing the account.
person_external_sys_id?: null|string; // Generated by an external system. Ideally this should be something like a UUID. It may be the same as the external_id if nothing given.
person_given_name?: string;
person_family_name?: null|string;
person_full_name?: null|string;