feat(giving): add sundayAttendanceCount model field and attendance setCounts API
ci-cd-vm / ci-cd (push) Successful in 2m21s

This commit is contained in:
Chris Chen
2026-06-24 11:26:16 -07:00
parent 28eba8a3ea
commit b0e2e112fc
20 changed files with 653 additions and 5 deletions
@@ -21,6 +21,7 @@ export class MemberQuickAddDialogComponent {
lastName_en = '';
firstName_zh: string | null = null;
lastName_zh: string | null = null;
entity: string | null = null;
phoneCell: string | null = null;
saving = false;
@@ -35,6 +36,7 @@ export class MemberQuickAddDialogComponent {
nickName: null,
firstName_zh: this.firstName_zh,
lastName_zh: this.lastName_zh,
entity: this.entity,
gender: null,
dateOfBirth: null,
baptismDate: null,
@@ -63,6 +65,7 @@ export class MemberQuickAddDialogComponent {
nickName: null,
firstName_zh: this.firstName_zh,
lastName_zh: this.lastName_zh,
entity: this.entity,
status: 'Visitor',
email: null,
phoneCell: this.phoneCell,