gohorsejobs/backend/internal/models
Tiago Yamamoto 249081554d feat: add company profile fields
Backend:
- Created migration 031 for employee_count and founded_year
- Updated Company model with EmployeeCount and FoundedYear
- Updated core DTO with website, employeeCount, foundedYear, description

Frontend:
- Added website input field to company form
- Added employee count dropdown (1-10, 11-50, etc.)
- Added founded year input
- Added 'About Company' rich text editor
- Updated API payload to send new fields
2025-12-26 15:48:13 -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 feat: add company profile fields 2025-12-26 15:48:13 -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