Backfill Ride Data

Add edge function and UI for ride data backfill, integrating admin UI to trigger backfill, plus supporting types and wiring to backfill_ride_data function. Includes RideDataBackfill component, admin page integration, and initial server-side function scaffold for updating rides from submissions.
This commit is contained in:
gpt-engineer-app[bot]
2025-11-11 15:45:14 +00:00
parent d48e95ee7c
commit 314db65591
5 changed files with 259 additions and 0 deletions

View File

@@ -6633,6 +6633,7 @@ export type Database = {
Returns: undefined
}
backfill_park_locations: { Args: never; Returns: Json }
backfill_ride_data: { Args: never; Returns: Json }
backfill_sort_orders: { Args: never; Returns: undefined }
block_aal1_with_mfa: { Args: never; Returns: boolean }
can_approve_submission_item: {