mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-08-29 01:01:31 +00:00
ADD - introduce Health phone app
Add the Health app with server-authoritative health, wellness, medical ID, and emergency-contact data flows. Register the app in the phone UI, add localized configuration and NUI coverage, persist its schema through the resource migration and install SQL, and include design references and the WebP app icon.
This commit is contained in:
@@ -270,6 +270,16 @@ Config.Banking = {
|
||||
HistoryLimit = 50,
|
||||
}
|
||||
|
||||
Config.Health = {
|
||||
DailyStepGoal = 8000,
|
||||
SampleIntervalMs = 500,
|
||||
ReportIntervalSeconds = 30,
|
||||
ReportsPerMinute = 4,
|
||||
MaximumSpeedMetersPerSecond = 12.0,
|
||||
EmergencyNumber = "911",
|
||||
ProfileTextMaxLength = 500,
|
||||
}
|
||||
|
||||
Config.Billing = {
|
||||
Enabled = true,
|
||||
Currency = "$",
|
||||
|
||||
Reference in New Issue
Block a user