gohorsejobs/backoffice/src
Tiago Yamamoto 841b1d780c feat: Email System, Avatar Upload, Email Templates UI, and Public Job Posting
- Backend: Email producer (LavinMQ), EmailService interface
- Backend: CRUD API for email_templates and email_settings
- Backend: avatar_url field in users table + UpdateMyProfile support
- Backend: StorageService for pre-signed URLs
- NestJS: Email consumer with Nodemailer and Handlebars
- Frontend: Email Templates admin pages (list/edit)
- Frontend: Updated profileApi.uploadAvatar with pre-signed URL flow
- Frontend: New /post-job public page (company registration + job creation wizard)
- Migrations: 027_create_email_system.sql, 028_add_avatar_url_to_users.sql
2025-12-26 12:21:34 -03:00
..
admin feat(migration): move admin cloudflare routes to backoffice and cleanup backend 2025-12-15 10:52:40 -03:00
auth feat(auth): add cookie parsing and JWT auth guard to backoffice 2025-12-24 10:27:04 -03:00
email feat: Email System, Avatar Upload, Email Templates UI, and Public Job Posting 2025-12-26 12:21:34 -03:00
external-services Implement secure Stripe credential management using RSA encryption 2025-12-26 11:03:52 -03:00
fcm-tokens feat: Email System, Avatar Upload, Email Templates UI, and Public Job Posting 2025-12-26 12:21:34 -03:00
plans Add Stripe controller routes and full Plans CRUD in backoffice 2025-12-26 10:30:10 -03:00
stripe Add Stripe controller routes and full Plans CRUD in backoffice 2025-12-26 10:30:10 -03:00
app.controller.spec.ts chore(backoffice): 🎉 backoffice ready for action 2025-12-15 09:44:26 -03:00
app.controller.ts feat(backoffice): add status endpoint at root and move swagger to /docs 2025-12-24 00:11:18 -03:00
app.module.ts feat: Email System, Avatar Upload, Email Templates UI, and Public Job Posting 2025-12-26 12:21:34 -03:00
app.service.ts feat(backoffice): add status endpoint at root and move swagger to /docs 2025-12-24 00:11:18 -03:00
main.ts feat(auth): add cookie parsing and JWT auth guard to backoffice 2025-12-24 10:27:04 -03:00