gohorsejobs/backend/internal/handlers
Tiago Yamamoto b09bd023ed feat: security refactor, server-side pagination, and docs update
- impl(frontend): server-side pagination for jobs listing
- impl(frontend): standardized api error handling and sonner integration
- test(frontend): added unit tests for JobCard
- impl(backend): added SanitizeMiddleware for XSS protection
- test(backend): added table-driven tests for JobService
- docs: updated READMES, created ROADMAP.md and DATABASE.md
- fix(routing): redirected landing page buttons to /jobs
2025-12-23 00:50:51 -03:00
..
application_handler.go fix(docs): update swagger annotations with /api/v1 prefix 2025-12-15 13:46:51 -03:00
application_handler_test.go feat(tests): �� added unit tests and E2E tests for handlers 2025-12-15 09:08:32 -03:00
job_handler.go feat: security refactor, server-side pagination, and docs update 2025-12-23 00:50:51 -03:00
job_handler_test.go feat(tests): �� added unit tests and E2E tests for handlers 2025-12-15 09:08:32 -03:00
storage_handler.go Add swagger docs for applications and storage 2025-12-14 17:10:42 -03:00