gohorsejobs/backend
Tiago Yamamoto cca951ca23 feat: add currency, salary period, and rich text description
Frontend:
- Added currency selector (BRL, USD, EUR, JPY, GBP, CNY, AED, CAD, AUD, CHF)
- Added salary period dropdown (hourly, daily, weekly, monthly, yearly)
- Created RichTextEditor component for job descriptions (Bold, Lists, Alignment)
- Updated confirmation step to display currency symbol and period label

Backend:
- JobService now persists currency in job creation
- Extended currency validation in DTOs

Seeder:
- Already includes currency in job insertion
2025-12-26 15:37:54 -03:00
..
cmd feat: Email System, Avatar Upload, Email Templates UI, and Public Job Posting 2025-12-26 12:21:34 -03:00
docs Add missing CRUD routes: Companies GET by ID, Support Tickets 2025-12-26 10:20:38 -03:00
internal feat: add currency, salary period, and rich text description 2025-12-26 15:37:54 -03:00
migrations feat: add salary options with toggle and candidate proposal 2025-12-26 15:23:22 -03:00
tests feat: add profile page, dynamic dashboard, and backend integration tests 2025-12-24 19:38:11 -03:00
.dockerignore docs: complete project documentation overhaul 2025-12-09 19:36:36 -03:00
.env.example feat: implement high priority features 2025-12-24 11:40:53 -03:00
.gitignore feat: add location selector and contract types 2025-12-26 15:18:16 -03:00
BACKEND.md docs: Comprehensive BACKEND.md update with all services, endpoints, and integrations 2025-12-26 12:35:13 -03:00
Dockerfile chore(docker): setup google mirror for base images 2025-12-24 17:46:57 -03:00
go.mod feat: Email System, Avatar Upload, Email Templates UI, and Public Job Posting 2025-12-26 12:21:34 -03:00
go.sum feat: Email System, Avatar Upload, Email Templates UI, and Public Job Posting 2025-12-26 12:21:34 -03:00