mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 01:51:13 -05:00
Update documentation references
Update remaining documentation files to remove references to the old approval flow and feature flags.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user