gohorsejobs/backend/internal/models
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.go feat: implementar múltiplas features 2025-12-27 11:19:47 -03:00
application.go feat: fix seeder password hashing, add custom questions, navbar/footer on register, payment handler 2026-02-23 20:26:49 -06:00
company.go Resolve merge conflicts in backend, backoffice, and frontend 2025-12-27 21:45:48 -03:00
company_follower.go feat: implement careerjet gap analysis improvements 2026-02-14 19:37:25 +00:00
favorite_job.go Refactor backend to use string IDs for Job, Company, and Application 2025-12-23 14:46:17 -03:00
job.go feat(backend): add missing storage routes and job datePosted support 2026-02-14 21:16:12 -03:00
job_alert.go feat: implement careerjet gap analysis improvements 2026-02-14 19:37:25 +00:00
job_view.go feat: implement stripe subscriptions, google analytics, and user crud 2025-12-27 12:06:54 -03:00
location.go
login_audit.go Add admin backoffice routes and dashboard 2025-12-22 16:37:05 -03:00
notification.go Resolve merge conflicts in backend, backoffice, and frontend 2025-12-27 21:45:48 -03:00
password_reset.go
tag.go Add admin backoffice routes and dashboard 2025-12-22 16:37:05 -03:00
ticket.go feat: add category field to tickets system 2026-02-23 15:43:35 -06:00
user.go fix: remove duplicate fields in User model 2026-02-14 17:28:46 +00:00
user_company.go refactor(roles): rename companyAdmin->admin and jobSeeker->candidate 2025-12-24 13:30:50 -03:00
video_interview.go feat: implement careerjet gap analysis improvements 2026-02-14 19:37:25 +00:00