[P2][CellGroup] Cell group meeting records and attendance tracking #50
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
Reference
PLANNING.md Section 3.3 - Feature list (meeting records)