gohorsejobs/frontend/src/app
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
..
about Fix About page localization 2025-12-22 16:36:00 -03:00
contact feat: Enhance platform with funny jobs, FAQ, Skeleton UI, and Tests 2025-12-22 23:48:56 -03:00
dashboard fix: Resolve type mismatch in settings page credentials fetch 2025-12-26 14:57:32 -03:00
faq feat: Enhance platform with funny jobs, FAQ, Skeleton UI, and Tests 2025-12-22 23:48:56 -03:00
forgot-password Fix login i18n and forgot password page 2025-12-22 13:45:02 -03:00
jobs feat: add advanced filters UI to jobs page 2025-12-24 11:46:12 -03:00
login chore: add detailed debug logs for login flow 2025-12-24 14:26:09 -03:00
post-job feat: add working hours and salary negotiable logic 2025-12-26 15:29:51 -03:00
privacy Add localized privacy policy and terms content 2025-12-22 16:05:50 -03:00
profile Redirect /profile to /dashboard/profile for dashboard layout 2025-12-26 10:09:41 -03:00
profile-db Translate UI and rename routes to English 2025-12-22 15:30:06 -03:00
register feat(jobs): add public job posting page 2025-12-26 00:54:33 -03:00
terms Add localized privacy policy and terms content 2025-12-22 16:05:50 -03:00
globals.css first commit 2025-12-09 19:04:48 -03:00
layout.tsx feat: Email System, Avatar Upload, Email Templates UI, and Public Job Posting 2025-12-26 12:21:34 -03:00
page.tsx debug: Add console logs to homepage to trace job data source 2025-12-26 12:30:16 -03:00