gohorsejobs/backend/internal/handlers
Tiago Yamamoto 38a94bcbce feat: implement high priority features
1. Advanced Search (backend)
   - Add salaryMin, salaryMax, currency, sortBy to JobFilterQuery
   - Add 5+ filters: visa, salary range, currency, language level
   - Add 4 sort options: recent, salary_asc, salary_desc, relevance

2. Email Service (backend)
   - Create Resend API integration (email_service.go)
   - 3 HTML email templates: welcome, password_reset, application_received
   - Add RESEND_API_KEY, EMAIL_FROM, APP_URL env vars

3. i18n (frontend)
   - Create 4 language files: pt-BR, en-US, es-ES, ja-JP
   - 100+ translation keys per language
   - Covers: common, nav, auth, jobs, profile, company, footer

4. Stripe Integration (backend)
   - Create payment_handler.go with checkout session creation
   - Webhook handler with signature verification
   - Support for checkout.session.completed, payment_intent events
2025-12-24 11:40:53 -03:00
..
application_handler.go feat: implement dynamic dashboard, auth hardening (pepper/httponly) and backend tests 2025-12-24 01:30:33 -03:00
application_handler_test.go Refactor backend to use string IDs for Job, Company, and Application 2025-12-23 14:46:17 -03:00
job_handler.go Refactor backend to use string IDs for Job, Company, and Application 2025-12-23 14:46:17 -03:00
job_handler_test.go Refactor backend to use string IDs for Job, Company, and Application 2025-12-23 14:46:17 -03:00
payment_handler.go feat: implement high priority features 2025-12-24 11:40:53 -03:00
storage_handler.go refactor: clean up legacy UUID v4, use UUID v7 everywhere 2025-12-24 11:29:55 -03:00