gohorsejobs/backend/internal/infrastructure
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
..
auth feat: add profile page, dynamic dashboard, and backend integration tests 2025-12-24 19:38:11 -03:00
email feat: implement high priority features 2025-12-24 11:40:53 -03:00
persistence/postgres feat: add location selector and contract types 2025-12-26 15:18:16 -03:00
storage feat(backend): implement S3 object storage with pre-signed URLs 2025-12-11 14:41:25 -03:00