Tiago Yamamoto
|
b23393bf35
|
feat: implement stripe subscriptions, google analytics, and user crud
- Backend:
- Add Stripe subscription fields to companies (migration 019)
- Implement Stripe Checkout and Webhook handlers
- Add Metrics API (view count, recording)
- Update Company and Job models
- Frontend:
- Add Google Analytics component
- Implement User CRUD in Backoffice (Dashboard)
- Add 'Featured' badge to JobCard
- Docs: Update Roadmap and artifacts
|
2025-12-27 12:06:54 -03:00 |
|
Tiago Yamamoto
|
9ee9f6855c
|
feat: implementar múltiplas features
Backend:
- Password reset flow (forgot/reset endpoints, tokens table)
- Profile management (PUT /users/me, skills, experience, education)
- Tickets system (CRUD, messages, stats)
- Activity logs (list, stats)
- Document validator (CNPJ, CPF, EIN support)
- Input sanitizer (XSS prevention)
- Full-text search em vagas (plainto_tsquery)
- Filtros avançados (location, salary, workMode)
- Ordenação (date, salary, relevance)
Frontend:
- Forgot/Reset password pages
- Candidate profile edit page
- Sanitize utilities (sanitize.ts)
Backoffice:
- TicketsModule proxy
- ActivityLogsModule proxy
- Dockerfile otimizado (multi-stage, non-root, healthcheck)
Migrations:
- 013: Profile fields to users
- 014: Password reset tokens
- 015: Tickets table
- 016: Activity logs table
|
2025-12-27 11:19:47 -03:00 |
|
Tiago Yamamoto
|
ce31ab8e67
|
feat(migration): move admin cloudflare routes to backoffice and cleanup backend
|
2025-12-15 10:52:40 -03:00 |
|
Tiago Yamamoto
|
3be9807d88
|
chore: formatting updates and lockfile changes
|
2025-12-15 10:40:55 -03:00 |
|
Tiago Yamamoto
|
5c45557537
|
fix(backoffice): resolve eslint errors (async/await usage and floating promises)
|
2025-12-15 10:35:15 -03:00 |
|
Tiago Yamamoto
|
0ef2ced860
|
fix: add explicit types array to fix babel__core type error
|
2025-12-15 10:08:48 -03:00 |
|
Tiago Yamamoto
|
ee8ed3f1f3
|
fix(security): 🔒 fixed Next.js vulnerability and Stripe API version
|
2025-12-15 09:52:43 -03:00 |
|
Tiago Yamamoto
|
072b78c7f5
|
chore(backoffice): 🎉 backoffice ready for action
|
2025-12-15 09:44:26 -03:00 |
|
Tiago Yamamoto
|
88b1121470
|
test(backoffice): 🧪 added e2e test setup
|
2025-12-15 09:44:25 -03:00 |
|
Tiago Yamamoto
|
a0e6f0e58b
|
feat(swagger): 📚 added Swagger docs at /api/docs
|
2025-12-15 09:44:24 -03:00 |
|
Tiago Yamamoto
|
9b8d1e0458
|
feat(core): 🔗 wired all modules together
|
2025-12-15 09:44:22 -03:00 |
|
Tiago Yamamoto
|
73e6b2b310
|
feat(admin): 👑 added admin dashboard with stats
|
2025-12-15 09:44:21 -03:00 |
|
Tiago Yamamoto
|
38acc0e670
|
feat(plans): 📋 added subscription plans (Starter/Pro/Enterprise)
|
2025-12-15 09:44:20 -03:00 |
|
Tiago Yamamoto
|
7132b0cb67
|
feat(stripe): 💳 added Stripe integration for payments
|
2025-12-15 09:44:19 -03:00 |
|
Tiago Yamamoto
|
44e0a2851d
|
feat(backoffice): 🐳 added Dockerfile for containerization
|
2025-12-15 09:44:18 -03:00 |
|
Tiago Yamamoto
|
1d4754af4f
|
docs(backoffice): 📖 added README because reading is fundamental
|
2025-12-15 09:44:17 -03:00 |
|
Tiago Yamamoto
|
83bb6e5602
|
feat(backoffice): 🏗️ initialized NestJS backoffice API
|
2025-12-15 09:44:16 -03:00 |
|