gohorsejobs/backend/internal/models
Tiago Yamamoto d6bb579260 feat: add salary options with toggle and candidate proposal
Backend:
- Added migration 030_add_salary_negotiable.sql
- Added SalaryNegotiable field to Job model

Frontend:
- Updated PostJobPage with salary mode toggle (fixed/range)
- Added 'Candidato envia proposta' checkbox to hide salary
- Updated job submission logic and confirmation display
2025-12-26 15:23:22 -03:00
..
application.go Refactor backend to use string IDs for Job, Company, and Application 2025-12-23 14:46:17 -03:00
company.go Refactor backend to use string IDs for Job, Company, and Application 2025-12-23 14:46:17 -03: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: add salary options with toggle and candidate proposal 2025-12-26 15:23:22 -03:00
location.go first commit 2025-12-09 19:04:48 -03:00
login_audit.go Add admin backoffice routes and dashboard 2025-12-22 16:37:05 -03:00
notification.go fix(backend): resolve 500 errors on jobs, notifications and secure routes 2025-12-24 17:48:06 -03:00
password_reset.go first commit 2025-12-09 19:04:48 -03:00
tag.go Add admin backoffice routes and dashboard 2025-12-22 16:37:05 -03:00
ticket.go fix(backend): resolve 500 errors on jobs, notifications and secure routes 2025-12-24 17:48:06 -03:00
user.go refactor(roles): rename companyAdmin->admin and jobSeeker->candidate 2025-12-24 13:30:50 -03:00
user_company.go refactor(roles): rename companyAdmin->admin and jobSeeker->candidate 2025-12-24 13:30:50 -03:00