Updated 07-05-2026, 10:26

Commit: e16541d Show on GitHub

  • Author: Yamen
  • Date: 4/23/2026, 2:25:36 PM
  • Message: feat: reactivate inactive members and add soft remove #355 Update addUserToGroup to fetch all membership records including membership_status, reactivate an existing inactive row via PATCH instead of creating a duplicate, and only create a new row when no prior record exists. Add removeMemberFromGroup which soft-deletes by setting membership_status to inactive and recording the updatedByUserId.
  • Stats: 96 total changes (+91 / -5)

Changed Files

  • src/lib/server/groups.js — +91 / -5 (96 changes)