Standardize DB interfaces with dependency tracking comments and clean up legacy location.reload() arguments

This commit is contained in:
Scott Idem
2026-02-04 18:05:34 -05:00
parent db34da66dc
commit 46c30590ed
6 changed files with 52 additions and 7 deletions

View File

@@ -27,6 +27,13 @@ export interface ae_LocalFile extends ae_HostedFile {
filename_w_ext?: string;
}
/**
* Person - A human entity in the Aether system
* Related Files:
* - src/lib/ae_core/ae_core_functions.ts (API)
* - src/routes/core/people/[person_id]/+page.svelte (View)
* - src/routes/core/people/ae_comp__person_search.svelte (Search)
*/
export interface Person extends ae_Person {
// Legacy mapping support and view fields
external_id?: string;