gpt-engineer-app[bot]
9159b2ce89
Fix submission flow for street address
...
Update submission and moderation pipeline to correctly handle `street_address`. This includes:
- Adding `street_address` to the Zod schema in `ParkForm.tsx`.
- Ensuring `street_address` is included in `tempLocationData` for park and composite park creations in `entitySubmissionHelpers.ts`.
- Preserving `street_address` when editing submissions in `submissionItemsService.ts`.
- Saving `street_address` when new locations are created during submission approval in `submissionItemsService.ts`.
2025-11-06 14:15:45 +00:00
gpt-engineer-app[bot]
e631ecc2b1
Fix: Remove unused 'content' column from submissions
2025-11-06 05:09:44 +00:00
gpt-engineer-app[bot]
36878c05af
Implement location data fix
2025-11-06 02:02:57 +00:00
gpt-engineer-app[bot]
20f3844a58
Fix composite submission location
2025-11-06 01:44:28 +00:00
gpt-engineer-app[bot]
0f8e98a85a
Fix: Re-evaluate initial submission validation
2025-11-06 00:11:31 +00:00
gpt-engineer-app[bot]
dfd17e8244
Refactor park submission location handling
2025-11-05 20:46:02 +00:00
gpt-engineer-app[bot]
5a61a2b49e
Fix: Replace require with ES module imports
2025-11-05 16:12:47 +00:00
gpt-engineer-app[bot]
116eaa2635
Fix composite submission error logging
2025-11-05 14:20:56 +00:00
gpt-engineer-app[bot]
783284a47a
Implement success/failure states
2025-11-05 14:02:34 +00:00
gpt-engineer-app[bot]
dcc9e2af8f
feat: Add retry logic to updates
2025-11-05 13:56:08 +00:00
gpt-engineer-app[bot]
ec5181b9e6
feat: Implement circuit breaker and retry logic
2025-11-05 13:27:22 +00:00
gpt-engineer-app[bot]
5e0640252c
feat: Implement retry logic for composite submissions
2025-11-05 13:16:30 +00:00
gpt-engineer-app[bot]
876119c079
Fix composite submission error handling
2025-11-05 13:09:54 +00:00
gpt-engineer-app[bot]
5616a4ffe8
Fix orphaned submission data
2025-11-05 03:01:30 +00:00
gpt-engineer-app[bot]
a51f37bf8a
Fix submission process issues
2025-11-05 02:25:27 +00:00
gpt-engineer-app[bot]
e21e4990ad
Fix submission creation process
2025-11-05 02:21:38 +00:00
gpt-engineer-app[bot]
a9334c7a3a
Implement Phase 3C error logging
2025-11-04 19:39:55 +00:00
gpt-engineer-app[bot]
80aa033e70
Fix submission_items foreign keys
2025-11-04 14:57:58 +00:00
gpt-engineer-app[bot]
6af981a6e4
Fix imports and test flow
2025-11-03 22:03:08 +00:00
gpt-engineer-app[bot]
db8029f573
Refactor submission items
2025-11-03 03:55:38 +00:00
gpt-engineer-app[bot]
07420a67bf
Fix: Handle internal errors
2025-11-03 02:41:01 +00:00
gpt-engineer-app[bot]
9e8e8719b4
Fix: Resolve TypeScript errors
2025-11-03 02:28:57 +00:00
gpt-engineer-app[bot]
bccaebc6d6
Fix: Block photo uploads on entity edits
2025-11-02 20:39:22 +00:00
gpt-engineer-app[bot]
bb951e637f
Refactor composite submission logic
2025-11-02 20:29:08 +00:00
gpt-engineer-app[bot]
4aa0c02769
Fix 'Operator is Owner' bug
2025-11-02 20:08:27 +00:00
gpt-engineer-app[bot]
3c6d6a3bdf
feat: Implement composite submission system
2025-11-02 19:51:20 +00:00
gpt-engineer-app[bot]
fe76c8c572
feat: Implement comprehensive ban enforcement
2025-10-30 01:47:51 +00:00
gpt-engineer-app[bot]
97f415941c
Optimize select queries
2025-10-21 16:42:31 +00:00
gpt-engineer-app[bot]
638d49c8d9
Update plan with remaining phases
2025-10-21 12:25:36 +00:00
gpt-engineer-app[bot]
6f1baef8c0
Approve tool use
2025-10-20 12:58:09 +00:00
gpt-engineer-app[bot]
640fdb11db
feat: Execute complete production readiness plan
2025-10-20 12:23:13 +00:00
gpt-engineer-app[bot]
d9a912f443
Fix: Enable TypeScript strict mode
2025-10-20 00:26:49 +00:00
gpt-engineer-app[bot]
a00623d925
Fix creation functions in submission flow
2025-10-19 20:19:47 +00:00
gpt-engineer-app[bot]
5fa073cca2
Implement plan
2025-10-19 19:28:04 +00:00
gpt-engineer-app[bot]
026f402057
Refactor: Implement milestone moderation fixes
2025-10-17 17:21:21 +00:00
gpt-engineer-app[bot]
62c8b7f2c3
Implement submission protections
2025-10-17 17:12:06 +00:00
gpt-engineer-app[bot]
3d61d738f2
Refactor: Implement type safety and error handling
2025-10-17 13:05:59 +00:00
gpt-engineer-app[bot]
2106142150
Implement the plan
2025-10-16 13:26:05 +00:00
gpt-engineer-app[bot]
e340f1c489
Refactor: Fix type safety and auth
2025-10-16 12:54:47 +00:00
gpt-engineer-app[bot]
ae14238b45
Fix submission items constraint
2025-10-15 20:04:13 +00:00
gpt-engineer-app[bot]
7f273a2082
Refactor: Rename timeline event to milestone
2025-10-15 19:55:26 +00:00
gpt-engineer-app[bot]
c79658b3e5
Implement plan to remove public toggle
2025-10-15 19:48:19 +00:00
gpt-engineer-app[bot]
625ba1a8e2
Approve timeline integration plan
2025-10-15 19:44:17 +00:00
gpt-engineer-app[bot]
444634dc85
Approve database migration
2025-10-15 19:29:06 +00:00
gpt-engineer-app[bot]
c8f0fdd4c6
Fix: Set action_type explicitly on submission creation
2025-10-13 18:44:59 +00:00
gpt-engineer-app[bot]
5adf855b04
Fix: Implement company submission and validation plan
2025-10-10 19:28:15 +00:00
pac7
6737431379
Improve error handling and navigation safety across the application
...
Add robust error handling for image uploads, improve navigation logic in AutocompleteSearch with toast notifications for missing identifiers, refine useIsMobile hook return type, and update Supabase function error reporting to handle non-Error types.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: a759d451-40bf-440d-96f5-a19ad6af18a8
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
2025-10-07 15:25:37 +00:00
gpt-engineer-app[bot]
fae8542c45
Fix: Correct RLS policies and function security
2025-10-06 16:50:00 +00:00
gpt-engineer-app[bot]
1cf13efc97
Fix: Sanitize original_data for JSONB compatibility
2025-10-03 16:51:47 +00:00
gpt-engineer-app[bot]
2426da66cb
Fix submission update functions
2025-10-03 16:03:07 +00:00