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

@@ -125,7 +125,7 @@ The following tables have explicit denial policies:
### Service Role Access
Only these edge functions can write (they use service role):
- `process-selective-approval` - Applies approved submissions
- `process-selective-approval` - Applies approved submissions atomically (PostgreSQL transaction RPC)
- Direct SQL migrations (admin only)
### Versioning Triggers
@@ -232,8 +232,9 @@ A: Only in edge functions. Never in client-side code. Never for routine edits.
- `src/lib/entitySubmissionHelpers.ts` - Core submission functions
- `src/lib/entityFormValidation.ts` - Enforced wrappers
- `supabase/functions/process-selective-approval/index.ts` - Approval processor
- `supabase/functions/process-selective-approval/index.ts` - Atomic transaction RPC approval processor
- `src/components/admin/*Form.tsx` - Form components using the flow
- `docs/ATOMIC_APPROVAL_TRANSACTIONS.md` - Atomic transaction RPC documentation
## Update History