[P2][Attendance] Weekly attendance input form (Adults / Teens / Children) #44

Open
opened 2026-05-26 01:33:23 +00:00 by ChrisChen · 0 comments
Owner

Overview

Simple weekly form for secretary or hospitality lead to record Sunday headcounts after each service.

Data Model

SundayAttendance: service_date, service_type (Main/Special/Holiday), adult_count, teen_count, children_count, total_count (computed), notes, recorded_by_user_id

Tasks

  • SundayAttendance table + EF entity
  • Form: date picker (default today), 3 number inputs, service type, notes
  • Total auto-calculates (Adult + Teen + Children)
  • Holiday/special service flag
  • Edit within 7 days without special permission; after 7 days needs secretary role

Reference

PLANNING.md Section 3.3b - Sunday Attendance data model

## Overview Simple weekly form for secretary or hospitality lead to record Sunday headcounts after each service. ## Data Model SundayAttendance: service_date, service_type (Main/Special/Holiday), adult_count, teen_count, children_count, total_count (computed), notes, recorded_by_user_id ## Tasks - [ ] SundayAttendance table + EF entity - [ ] Form: date picker (default today), 3 number inputs, service type, notes - [ ] Total auto-calculates (Adult + Teen + Children) - [ ] Holiday/special service flag - [ ] Edit within 7 days without special permission; after 7 days needs secretary role ## Reference PLANNING.md Section 3.3b - Sunday Attendance data model
ChrisChen added this to the Phase 2 - Service Roster and Cell Groups milestone 2026-05-26 01:33:23 +00:00
ChrisChen added the module: attendance label 2026-05-26 01:33:23 +00:00
Sign in to join this conversation.