Commit History

feat: Add project team management endpoints - Fix team stats to count actual team members - Add filtering to GET /projects/{id}/team (role, region, active status, search) - Add PATCH /projects/{id}/team/{member_id} for updating team members - Add DELETE /projects/{id}/team/{member_id} for removing team members
9dd2bfc

kamau1 commited on

CRITICAL FIX: Database transactions were being rolled back - Added db.commit() to get_db() dependency (audit logs were being discarded!) - Added database indexes migration for massive performance boost - Updated documentation with brutal truth about performance issues URGENT: Must change DATABASE_URL port from 5432 to 6543 (transaction pooler)
5521b0e

kamau1 commited on

feat: implement org admin permissions, org-scoped filtering, and audit log updates
b43d99a

kamau1 commited on

feat(auth): integrate Supabase Auth and remove local password handling
13ca341

kamau1 commited on

feat/fix: update User model to match Supabase schema, disable auto table creation, and introduce startup DB health checks with connection and table validation
212bf52

kamau1 commited on

Iniital Commit
74de430

kamau1 commited on