gohorsejobs/frontend
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
..
messages feat: implement high priority features 2025-12-24 11:40:53 -03:00
public Implement FCM Token Management (DB, Backend, Frontend, Backoffice) 2025-12-26 10:41:50 -03:00
src feat: add location selector and contract types 2025-12-26 15:18:16 -03:00
.dockerignore docs: complete project documentation overhaul 2025-12-09 19:36:36 -03:00
.env.example docs: add clearer warning about NEXT_PUBLIC_API_URL format 2025-12-24 00:20:43 -03:00
.gitignore chore: add scraper API URL to frontend .env.example and fix gitignore 2025-12-14 09:57:02 -03:00
.npmrc first commit 2025-12-09 19:04:48 -03:00
.stylelintrc.json docs: complete project documentation overhaul 2025-12-09 19:36:36 -03:00
components.json first commit 2025-12-09 19:04:48 -03:00
Dockerfile chore(docker): setup google mirror for base images 2025-12-24 17:46:57 -03:00
eslint.config.mjs first commit 2025-12-09 19:04:48 -03:00
FRONTEND.md docs: Comprehensive FRONTEND.md update with all pages, components, and features 2025-12-26 12:47:53 -03:00
jest.config.js test(frontend): add jest setup and integration tests for API client 2025-12-15 10:26:12 -03:00
jest.setup.js test(frontend): add jest setup and integration tests for API client 2025-12-15 10:26:12 -03:00
next.config.ts docs: complete project documentation overhaul 2025-12-09 19:36:36 -03:00
package-lock.json Implement FCM Token Management (DB, Backend, Frontend, Backoffice) 2025-12-26 10:41:50 -03:00
package.json fix: Add missing appwrite dependency to package.json 2025-12-26 12:31:38 -03:00
postcss.config.mjs first commit 2025-12-09 19:04:48 -03:00
tsconfig.json first commit 2025-12-09 19:04:48 -03:00
wrangler.toml fix(frontend): remove invalid sections from wrangler.toml 2025-12-15 16:31:26 -03:00