Update documentation references

Update remaining documentation files to remove references to the old approval flow and feature flags.
This commit is contained in:
gpt-engineer-app[bot]
2025-11-06 21:23:29 +00:00
parent bd2f9a5a9e
commit 1a8395f0a0
8 changed files with 25 additions and 21 deletions

View File

@@ -20,7 +20,7 @@ Created and ran migration to:
**Migration File**: Latest migration in `supabase/migrations/`
### 2. Edge Function Updates ✅
Updated `process-selective-approval/index.ts` to handle relational data insertion:
Updated `process-selective-approval/index.ts` (atomic transaction RPC) to handle relational data insertion:
**Changes Made**:
```typescript
@@ -185,7 +185,7 @@ WHERE cs.stat_name = 'max_g_force'
### Backend (Supabase)
- `supabase/migrations/[latest].sql` - Database schema updates
- `supabase/functions/process-selective-approval/index.ts` - Edge function logic
- `supabase/functions/process-selective-approval/index.ts` - Atomic transaction RPC edge function logic
### Frontend (Already Updated)
- `src/hooks/useCoasterStats.ts` - Queries relational table