gohorsejobs/backend/internal/handlers
Tiago Yamamoto bb970f4a74 fix(backend): resolve 500 errors on jobs, notifications and secure routes
- Fix CreateJob 500 error by extracting user ID correctly
- Secure Create/Update/Delete Job routes with AuthGuard
- Fix Notifications/Tickets/Profile 500 error (UUID vs Int mismatch)
- Add E2E test for CreateJob
2025-12-24 17:48:06 -03:00
..
application_handler.go feat: implement dynamic dashboard, auth hardening (pepper/httponly) and backend tests 2025-12-24 01:30:33 -03:00
application_handler_test.go Refactor backend to use string IDs for Job, Company, and Application 2025-12-23 14:46:17 -03:00
job_handler.go fix(backend): resolve 500 errors on jobs, notifications and secure routes 2025-12-24 17:48:06 -03:00
job_handler_test.go fix(backend): resolve 500 errors on jobs, notifications and secure routes 2025-12-24 17:48:06 -03:00
payment_handler.go feat: implement high priority features 2025-12-24 11:40:53 -03:00
storage_handler.go refactor: clean up legacy UUID v4, use UUID v7 everywhere 2025-12-24 11:29:55 -03:00