gohorsejobs/seeder-api
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
..
node_modules first commit 2025-12-09 19:04:48 -03:00
sql data(seeder): add location SQL data files 2025-12-24 16:23:33 -03:00
src feat: add working hours and salary negotiable logic 2025-12-26 15:29:51 -03:00
.dockerignore chore: add Dockerfiles and gitignore files for all services 2025-12-14 09:28:09 -03:00
.env.example chore: add login verification scripts and update deps 2025-12-24 14:22:56 -03:00
.gitignore feat: expand testing, add fast seeder options, hardcode superadmin 2025-12-24 17:07:45 -03:00
Dockerfile chore(docker): setup google mirror for base images 2025-12-24 17:46:57 -03:00
package-lock.json first commit 2025-12-09 19:04:48 -03:00
package.json feat: expand testing, add fast seeder options, hardcode superadmin 2025-12-24 17:07:45 -03:00
SEEDER-API.md docs: Update SEEDER-API.md with current scripts and location data 2025-12-26 13:11:53 -03:00