- Add password + confirm-password fields to billing step (Step 3) so the recruiter creates their account credentials during the job posting flow - Validate password length (≥8) and confirmation match before proceeding - Extract company `id` from POST /auth/register/company response and send it as `companyId` in the job creation payload (was missing — caused 400) - Pass `contact` (full name) to company registration endpoint - Remove hardcoded "Temp@123456" password; use the user-provided one - Remove hardcoded "+55" phone prefix; send raw digits with "+" prefix - Add translations (pt-BR, en, es) for password fields and error messages Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| e2e | ||
| messages | ||
| public | ||
| seeder-api/sql | ||
| src | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| .npmrc | ||
| .stylelintrc.json | ||
| components.json | ||
| CONVENTIONS.md | ||
| DESIGN_SYSTEM.md | ||
| Dockerfile | ||
| eslint.config.mjs | ||
| FRONTEND.md | ||
| jest.config.js | ||
| jest.setup.js | ||
| next.config.ts | ||
| package-lock.json | ||
| package.json | ||
| playwright.config.ts | ||
| pnpm-lock.yaml | ||
| postcss.config.mjs | ||
| README.md | ||
| RESPONSIVENESS_AND_I18N_IMPROVEMENTS.md | ||
| tsconfig.json | ||
| wrangler.toml | ||
Frontend App - GoHorse Jobs
This directory contains the main web application frontend for GoHorse Jobs, utilizing modern JavaScript/TypeScript technologies like Shadcn UI components.
🚨 AI Rules Warning 🚨
Before making ANY changes to infrastructure deployment manifests or Kubernetes files, please refer to the project-wide AI Rules located at .agent/rules.md.
Do NOT touch k3s or k8s files. Do not alter raw RSA/base64 authentication keys.