gohorsejobs/backend/internal/core/usecases/user
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
..
create_user.go feat(users): add company selection and status to create user modal 2025-12-26 01:18:14 -03:00
delete_user.go Fix profile 404/500 and user deletion 403 2025-12-26 09:55:19 -03:00
list_users.go fix(services): initialize all list slices to empty array to prevent null json response 2025-12-24 18:11:17 -03:00
update_user.go feat: Email System, Avatar Upload, Email Templates UI, and Public Job Posting 2025-12-26 12:21:34 -03:00