gohorsejobs/frontend/src/app
Tiago Yamamoto fb79e987bb feat: add location selector and contract types
Backend:
- Created LocationHandler, LocationService, LocationRepository
- Added endpoints: GET /api/v1/locations/countries, states, cities, search
- Added migration 029_expand_employment_types.sql with new contract types (permanent, training, temporary, voluntary)
- Fixed .gitignore to allow internal/api folder

Frontend:
- Created LocationPicker component with country dropdown and city/state autocomplete search
- Integrated LocationPicker into PostJobPage
- Updated contract type options in job form (Permanent, Contract, Training, Temporary, Voluntary)
- Added locationsApi with search functionality to api.ts
2025-12-26 15:18:16 -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 location selector and contract types 2025-12-26 15:18:16 -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