[P2][CellGroup] Cell group meeting records and attendance tracking #50

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

Overview

Record cell group meetings and mark which members attended each gathering.

Data Model

CellGroupMeeting: cell_group_id, meeting_date, location, notes, led_by; CellGroupAttendance: meeting_id, member_id, attended, notes

Tasks

  • CellGroupMeeting + CellGroupAttendance tables + EF entities
  • Meeting creation: date, location, brief notes
  • Attendance marking: group member list, tap to mark present/absent
  • New visitor recording: add non-member visitor to meeting attendance
  • Meeting history list with attendance count per meeting

Reference

PLANNING.md Section 3.3 - Feature list (meeting records)

## Overview Record cell group meetings and mark which members attended each gathering. ## Data Model CellGroupMeeting: cell_group_id, meeting_date, location, notes, led_by; CellGroupAttendance: meeting_id, member_id, attended, notes ## Tasks - [ ] CellGroupMeeting + CellGroupAttendance tables + EF entities - [ ] Meeting creation: date, location, brief notes - [ ] Attendance marking: group member list, tap to mark present/absent - [ ] New visitor recording: add non-member visitor to meeting attendance - [ ] Meeting history list with attendance count per meeting ## Reference PLANNING.md Section 3.3 - Feature list (meeting records)
ChrisChen added this to the Phase 2 - Service Roster and Cell Groups milestone 2026-05-26 01:33:31 +00:00
ChrisChen added the module: cell-groups label 2026-05-26 01:33:31 +00:00
Sign in to join this conversation.