Commit Graph

636 Commits

Author SHA1 Message Date
gpt-engineer-app[bot]
ed9d17bf10 Fix ride model technical specs
Implement plan to fix ride model technical specifications pipeline. This includes creating a new migration for the `ride_model_submission_technical_specifications` table, updating `entitySubmissionHelpers.ts` to handle insertion of technical specifications, and modifying the edge function `process-selective-approval/index.ts` to fetch these specifications. This ensures no data loss for ride model technical specifications.
2025-11-06 15:03:51 +00:00
gpt-engineer-app[bot]
de9a48951f Fix ride submission data loss
Implement the plan to fix critical data loss in ride submissions. This includes:
- Storing ride technical specifications, coaster statistics, and name history in submission tables.
- Adding missing category-specific fields to the `ride_submissions` table via a new migration.
- Updating submission helpers and the edge function to include these new fields.
- Fixing the park location Zod schema to include `street_address`.
2025-11-06 14:51:36 +00:00
gpt-engineer-app[bot]
9f5240ae95 Fix: Add street_address to composite submission approval
Implement the plan to add `street_address` to the location creation logic within the `process-selective-approval` edge function. This ensures that `street_address` is preserved when approving composite submissions, completing the end-to-end pipeline for this field.
2025-11-06 14:24:48 +00:00
gpt-engineer-app[bot]
98fbc94476 feat: Add street address to locations
Adds a street_address column to the locations table and updates the LocationSearch component to capture, store, and display full street addresses. This includes database migration, interface updates, and formatter logic.
2025-11-06 13:51:40 +00:00
gpt-engineer-app[bot]
c1683f9b02 Fix RPC function syntax error
Correct syntax error in RPC function migration due to comments.
2025-11-06 13:14:07 +00:00
gpt-engineer-app[bot]
b189f40c1f Fix date display and edit form issues 2025-11-06 05:01:51 +00:00
gpt-engineer-app[bot]
328a77a0a8 Fix: Normalize park_type in approval function 2025-11-06 04:50:48 +00:00
gpt-engineer-app[bot]
c8a015a15b Fix park type and moderator ID 2025-11-06 04:33:26 +00:00
gpt-engineer-app[bot]
93e48ac457 Fix park type and moderator ID 2025-11-06 04:31:58 +00:00
gpt-engineer-app[bot]
090f6aca48 Refactor: Redeploy edge function 2025-11-06 04:25:29 +00:00
gpt-engineer-app[bot]
f94dbd70f5 Fix validation and RPC function 2025-11-06 04:07:53 +00:00
gpt-engineer-app[bot]
f60b92c600 Fix database migration for park submissions 2025-11-06 03:56:16 +00:00
gpt-engineer-app[bot]
20f3844a58 Fix composite submission location 2025-11-06 01:44:28 +00:00
gpt-engineer-app[bot]
ceeb41768f Fix composite submission location data 2025-11-06 01:43:28 +00:00
gpt-engineer-app[bot]
dfd17e8244 Refactor park submission location handling 2025-11-05 20:46:02 +00:00
gpt-engineer-app[bot]
f9c11cb064 Fix: Improve validation error handling 2025-11-05 20:36:02 +00:00
gpt-engineer-app[bot]
c8018b827e feat: Implement retry logic and tracking 2025-11-05 20:19:43 +00:00
gpt-engineer-app[bot]
028ea433bb Fix edge function query ambiguity 2025-11-05 20:09:44 +00:00
gpt-engineer-app[bot]
6cc08de96c Fix security vulnerabilities 2025-11-05 19:51:25 +00:00
gpt-engineer-app[bot]
00b2ea2192 Fix duplicate foreign key constraints 2025-11-05 19:47:16 +00:00
gpt-engineer-app[bot]
c0a4a8dc9c Fix duplicate foreign key constraints 2025-11-05 19:46:56 +00:00
gpt-engineer-app[bot]
4d571e4f12 Fix search path security warning 2025-11-05 19:44:01 +00:00
gpt-engineer-app[bot]
a168007e23 Fix search path security warning 2025-11-05 19:43:39 +00:00
gpt-engineer-app[bot]
bd3bffcc20 Fix edge function errors 2025-11-05 19:40:35 +00:00
gpt-engineer-app[bot]
bdd4e046f5 Fix: Resolve edge function auth error 2025-11-05 19:23:25 +00:00
gpt-engineer-app[bot]
435ddf476b Fix edge function bundle timeout 2025-11-05 19:16:31 +00:00
gpt-engineer-app[bot]
e8fc479b10 Fix duplicate variable declaration 2025-11-05 19:12:48 +00:00
gpt-engineer-app[bot]
18d28a1fc8 feat: Create stale temp refs cleanup function 2025-11-05 18:33:58 +00:00
gpt-engineer-app[bot]
b0ff952318 feat: Add covering index for temp refs 2025-11-05 18:27:27 +00:00
gpt-engineer-app[bot]
898f838862 feat: Implement temp ref storage 2025-11-05 18:23:14 +00:00
gpt-engineer-app[bot]
b326252138 Refactor: Approve tool use 2025-11-05 18:22:38 +00:00
gpt-engineer-app[bot]
d62b3c2412 feat: Implement temp ref cleanup 2025-11-05 18:15:21 +00:00
gpt-engineer-app[bot]
303853ff94 Add cleanup for temp refs 2025-11-05 18:11:22 +00:00
gpt-engineer-app[bot]
b036fb4785 Add temp ref cleanup 2025-11-05 18:09:44 +00:00
gpt-engineer-app[bot]
bb6f914424 Fix MFA permission errors 2025-11-05 16:57:50 +00:00
gpt-engineer-app[bot]
e1ffba593a Remove circuit breaker implementation 2025-11-05 15:04:32 +00:00
gpt-engineer-app[bot]
80826a83a8 Fix migration for admin settings 2025-11-05 13:40:25 +00:00
gpt-engineer-app[bot]
5616a4ffe8 Fix orphaned submission data 2025-11-05 03:01:30 +00:00
gpt-engineer-app[bot]
34fcd841ee Fix submission creation data issues 2025-11-05 02:30:20 +00:00
gpt-engineer-app[bot]
791205210f Fix superuser release locks RPC 2025-11-05 01:21:55 +00:00
gpt-engineer-app[bot]
f750763c63 Fix: Implement database schema and code updates 2025-11-05 01:20:30 +00:00
gpt-engineer-app[bot]
16386f9894 Implement superuser lock management 2025-11-04 23:08:00 +00:00
gpt-engineer-app[bot]
c15efd7907 Fix composite submission RPC 2025-11-04 22:49:39 +00:00
gpt-engineer-app[bot]
87626dd2d8 Fix RPC function for composite submissions 2025-11-04 22:42:14 +00:00
gpt-engineer-app[bot]
40ebc3c11b Fix logging policy violation 2025-11-04 21:52:42 +00:00
gpt-engineer-app[bot]
deabb72330 feat: Implement sitemap generator 2025-11-04 21:48:50 +00:00
gpt-engineer-app[bot]
2a2f172c3b feat: Implement test data generation plan 2025-11-04 17:25:58 +00:00
gpt-engineer-app[bot]
9da2fa7ff2 Fix Supabase function schema 2025-11-04 17:14:03 +00:00
gpt-engineer-app[bot]
7ae32eb4be Fix Supabase function search path 2025-11-04 16:58:43 +00:00
gpt-engineer-app[bot]
feee859a50 Refactor moderation data fetching 2025-11-04 16:56:49 +00:00