From eb1fb416191cc7f72c20999cc04a219760373d25 Mon Sep 17 00:00:00 2001 From: Jesse Washburn <142361664+jessewashburn@users.noreply.github.com> Date: Wed, 22 Jan 2025 14:20:05 -0500 Subject: [PATCH 1/4] added immunization dates section to profile --- src/app/health/health-event.component.html | 2 +- src/app/health/health-update.component.html | 3 +++ src/app/health/health-update.component.ts | 3 ++- src/app/health/health.component.html | 7 +++++++ 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/app/health/health-event.component.html b/src/app/health/health-event.component.html index d53d8f1fc5..1f5a0b5a27 100644 --- a/src/app/health/health-event.component.html +++ b/src/app/health/health-event.component.html @@ -54,7 +54,7 @@

Condition and Treatment

- + diff --git a/src/app/health/health-update.component.html b/src/app/health/health-update.component.html index 1598864462..a2a54e4dfd 100644 --- a/src/app/health/health-update.component.html +++ b/src/app/health/health-update.component.html @@ -62,6 +62,9 @@ + + + diff --git a/src/app/health/health-update.component.ts b/src/app/health/health-update.component.ts index 21f2739671..73119f5e41 100644 --- a/src/app/health/health-update.component.ts +++ b/src/app/health/health-update.component.ts @@ -65,7 +65,8 @@ export class HealthUpdateComponent implements OnInit { emergencyContactType: '', emergencyContact: '', specialNeeds: '', - notes: '' + notes: '', + immunizations: '' }); this.healthForm.controls.emergencyContactType.valueChanges.subscribe(value => { this.healthForm.controls.emergencyContact.setValidators(value === 'email' ? Validators.email : null); diff --git a/src/app/health/health.component.html b/src/app/health/health.component.html index 397e14bef8..f094aaa8d1 100644 --- a/src/app/health/health.component.html +++ b/src/app/health/health.component.html @@ -66,6 +66,13 @@

Emergency Contact

+
+
+

Immunization Dates

+ +
+ +

Special Needs

From 7d70d7b34803cbee50c867c25a5c3294474f6c1d Mon Sep 17 00:00:00 2001 From: Mutugi <48474421+Mutugiii@users.noreply.github.com> Date: Thu, 30 Jan 2025 23:20:48 +0300 Subject: [PATCH 2/4] missing comma --- src/app/health/health-update.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/health/health-update.component.ts b/src/app/health/health-update.component.ts index fa93a45cad..f3adb6f07f 100644 --- a/src/app/health/health-update.component.ts +++ b/src/app/health/health-update.component.ts @@ -65,7 +65,7 @@ export class HealthUpdateComponent implements OnInit { emergencyContactType: '', emergencyContact: '', specialNeeds: '', - immunizations: '' + immunizations: '', allergies: '', notes: '' }); From 828c219d1486090b8ed6ce24bd19f54a4b68b26f Mon Sep 17 00:00:00 2001 From: Jesse Washburn <142361664+jessewashburn@users.noreply.github.com> Date: Thu, 13 Feb 2025 16:10:18 -0500 Subject: [PATCH 3/4] added misplaced div --- src/app/health/health.component.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/health/health.component.html b/src/app/health/health.component.html index 059fca2eb7..ecc7ec3fff 100644 --- a/src/app/health/health.component.html +++ b/src/app/health/health.component.html @@ -72,7 +72,8 @@

Allergies

-
+
+

Immunization Dates

From 14fb8266ab07d488ae34ad62eae40100ac48d274 Mon Sep 17 00:00:00 2001 From: dogi Date: Mon, 17 Feb 2025 17:35:24 -0500 Subject: [PATCH 4/4] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f5dc7e26aa..ed19804b54 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "planet", "license": "AGPL-3.0", - "version": "0.16.84", + "version": "0.17.19", "myplanet": { "latest": "v0.22.51", "min": "v0.21.51"