Phase 1: foundation modules
Central Config with all tunables (retention, GPS timeout, colors, event type keys, menu item metadata). Event / EventStore handle persistence via Application.Storage with 7-day pruning. Logger mirrors the same retention. LayoutMetrics and Haversine provide resolution-independent geometry helpers. German UI strings and placeholder menu icons landed alongside so the build stays green. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6f56c337f7
commit
43f970d764
19 changed files with 409 additions and 2 deletions
|
|
@ -8,7 +8,10 @@ class EinsatzprotokollApp extends Application.AppBase {
|
|||
AppBase.initialize();
|
||||
}
|
||||
|
||||
function onStart(state as Dictionary?) as Void {}
|
||||
function onStart(state as Dictionary?) as Void {
|
||||
EventStore.pruneOld();
|
||||
Logger.pruneOld();
|
||||
}
|
||||
|
||||
function onStop(state as Dictionary?) as Void {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue