Michael Chihlas
ec5c91c8e4
feat: add next_steps column and update session schemas
...
- Add next_steps TEXT column to sessions table via migration 034
- Add include_outcome_notes, include_next_steps, max_step_index to SessionExport
- Add next_steps to SessionUpdate, SessionResponse, SessionComplete
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-13 08:32:20 -05:00
chihlasm
ad59446332
feat: user management — admin create, password reset, archive/delete, quick invite
...
Phase 1: must_change_password enforcement + change password endpoint/page
Phase 2: Admin user creation (M365-style) with temp password
Phase 3: Password reset (self-service forgot + admin-triggered)
Phase 4: User archive (soft delete) + hard delete with precheck
Phase 5: Quick invite from admin Users page
Also fixes:
- Auto-create subscription for accounts missing one
- Hard delete precheck ignores sole-member personal accounts
- Seed script patches tree nodes for validation compliance
Migrations: 031 (must_change_password), 032 (password_reset_tokens), 033 (user soft delete)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-13 01:42:51 -05:00