Files
gpt-engineer-app[bot] 91a5b0e7dd Implement Phase 3: Enhanced Error Handling
This commit implements Phase 3 of the Sacred Pipeline, focusing on enhanced error handling. It includes:

- **Transaction Status Polling Endpoint**: A new edge function `check-transaction-status` allows clients to poll the status of moderation transactions using idempotency keys.
- **Expanded Error Sanitizer Patterns**: The `src/lib/errorSanitizer.ts` file has been updated with more comprehensive patterns to remove sensitive information from error messages, making them safer for display and logging. User-friendly replacements for common errors are also included.
- **Rate Limiting for Submission Creation**: Client-side rate limiting has been implemented in `src/lib/submissionRateLimiter.ts` and applied to key submission functions within `src/lib/entitySubmissionHelpers.ts` (e.g., `submitParkCreation`, `submitRideCreation`, `submitParkUpdate`, `submitRideUpdate`) to prevent abuse and accidental duplicate submissions.
2025-11-07 18:22:27 +00:00
..
2025-10-17 14:25:03 +00:00
2025-11-06 21:23:29 +00:00
2025-11-03 14:51:39 +00:00
2025-11-03 15:18:06 +00:00
2025-10-17 14:25:03 +00:00
2025-10-01 12:29:31 +00:00
2025-10-01 12:29:31 +00:00
2025-11-03 14:58:12 +00:00
2025-10-21 18:15:22 +00:00
2025-10-21 14:41:42 +00:00
2025-10-21 14:41:42 +00:00