[P2][CellGroup] Member assignment and transfer between cell groups #49

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

Overview

Assign members to cell groups and manage transfers with full history tracking.

Data Model

CellGroupMembership: member_id, cell_group_id, joined_at, left_at, transfer_reason

Tasks

  • CellGroupMembership table + EF entity
  • Transfer flow: select destination group, record date and reason
  • Membership history: all past groups a member has belonged to
  • Bulk import: assign multiple members to a group at once

Reference

PLANNING.md Section 3.3 - Feature list (member transfer, history)

## Overview Assign members to cell groups and manage transfers with full history tracking. ## Data Model CellGroupMembership: member_id, cell_group_id, joined_at, left_at, transfer_reason ## Tasks - [ ] CellGroupMembership table + EF entity - [ ] Transfer flow: select destination group, record date and reason - [ ] Membership history: all past groups a member has belonged to - [ ] Bulk import: assign multiple members to a group at once ## Reference PLANNING.md Section 3.3 - Feature list (member transfer, history)
ChrisChen added this to the Phase 2 - Service Roster and Cell Groups milestone 2026-05-26 01:33:30 +00:00
ChrisChen added the module: cell-groups label 2026-05-26 01:33:30 +00:00
Sign in to join this conversation.