gohorsejobs/seeder-api/src/seeders
Tiago Yamamoto 91e4417c95 feat: add working hours and salary negotiable logic
Backend:
- Updated DTOs to include SalaryNegotiable and WorkingHours
- Updated JobService to map and persist these fields (CREATE, GET, UPDATE)
- Ensure DB queries include new columns

Frontend:
- Added 'Working Hours' (Jornada de Trabalho) dropdown to PostJobPage
- Updated state and submit logic
- Improved salary display in confirmation step

Seeder:
- Updated jobs seeder to include salary_negotiable and valid working_hours
2025-12-26 15:29:51 -03:00
..
acme.js feat(location): add comprehensive geographic hierarchy (continents, countries, states, cities) 2025-12-24 15:04:21 -03:00
applications.js fix: all seeder INSERT column mismatches 2025-12-24 12:04:01 -03:00
cities.js first commit 2025-12-09 19:04:48 -03:00
companies.js feat(location): add comprehensive geographic hierarchy (continents, countries, states, cities) 2025-12-24 15:04:21 -03:00
epic-companies.js feat(location): add comprehensive geographic hierarchy (continents, countries, states, cities) 2025-12-24 15:04:21 -03:00
fictional-companies.js feat(location): add comprehensive geographic hierarchy (continents, countries, states, cities) 2025-12-24 15:04:21 -03:00
jobs.js feat: add working hours and salary negotiable logic 2025-12-26 15:29:51 -03:00
location-loader.js feat(seeder): interleave users and companies before heavy city seeding 2025-12-24 18:25:50 -03:00
notifications.js refactor(roles): rename companyAdmin->admin and jobSeeker->candidate 2025-12-24 13:30:50 -03:00
regions.js first commit 2025-12-09 19:04:48 -03:00
tags.js feat(seeder): add job tags seeder 2025-12-26 01:04:29 -03:00
users.js fix(rbac): add migration to fix seeded users roles and patch notifications store 2025-12-24 18:14:35 -03:00