gohorsejobs/backend/internal/handlers
Tiago Yamamoto 8ee0d59a61 feat: fix seeder password hashing, add custom questions, navbar/footer on register, payment handler
- fix(seeder): add PASSWORD_PEPPER to all bcrypt hashes (admin + candidates/recruiters)
- fix(seeder): add created_by field to jobs INSERT (was causing NOT NULL violation)
- feat(backend): add custom job questions support in applications
- feat(backend): add payment handler and Stripe routes
- feat(frontend): add navbar and footer to /register and /register/user pages
- feat(frontend): add custom question answers to job apply page
- feat(frontend): update home page hero section and navbar buttons
- feat(frontend): update auth/api lib with new endpoints
- chore(db): add migration 045 for application answers

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-23 20:26:49 -06:00
..
activity_log_handler.go feat: implementar múltiplas features 2025-12-27 11:19:47 -03:00
application_handler.go chore: commit pending changes 2026-02-15 16:03:40 +00:00
application_handler_ext.go feat: atualiza fluxo de cadastro de candidatos com persistência completa de dados e máscara de telefone 2026-01-06 18:19:47 -03:00
application_handler_test.go feat: atualiza fluxo de cadastro de candidatos com persistência completa de dados e máscara de telefone 2026-01-06 18:19:47 -03:00
company_follower_handler.go feat: implement careerjet gap analysis improvements 2026-02-14 19:37:25 +00:00
favorite_job_handler.go feat: implement careerjet gap analysis improvements 2026-02-14 19:37:25 +00:00
job_alert_handler.go feat: implement careerjet gap analysis improvements 2026-02-14 19:37:25 +00:00
job_handler.go fix(jobs): enforce CreateJob validation and sanitize DB constraint errors 2026-02-22 12:26:14 -06:00
job_handler_test.go fix(jobs): enforce CreateJob validation and sanitize DB constraint errors 2026-02-22 12:26:14 -06:00
metrics_handler.go feat: implement stripe subscriptions, google analytics, and user crud 2025-12-27 12:06:54 -03:00
notification_handler.go Resolve merge conflicts in backend, backoffice, and frontend 2025-12-27 21:45:48 -03:00
payment_handler.go feat: fix seeder password hashing, add custom questions, navbar/footer on register, payment handler 2026-02-23 20:26:49 -06:00
payment_handler_test.go feat: add test coverage and handler improvements 2026-01-02 08:50:29 -03:00
storage_handler.go feat: add test coverage and handler improvements 2026-01-02 08:50:29 -03:00
storage_handler_test.go feat: add test coverage and handler improvements 2026-01-02 08:50:29 -03:00
subscription_handler.go feat: implement stripe subscriptions, google analytics, and user crud 2025-12-27 12:06:54 -03:00
ticket_handler.go feat: add category field to tickets system 2026-02-23 15:43:35 -06:00
video_interview_handler.go feat: implement careerjet gap analysis improvements 2026-02-14 19:37:25 +00:00