Tiago Yamamoto
6ec54460f8
docs: unify documentation structure
...
- Create docs/AGENTS.md for AI assistants context
- Create docs/WORKFLOWS.md consolidating deployment workflows
- Remove redundant docs/root/ folder
- Remove .agent/ folder (consolidated into docs/)
- Update dates in all documentation files
- Simplify README.md documentation section
2026-02-16 05:57:02 -06:00
Tiago Yamamoto
3ac4bc5fd5
chore: remove docker compose artifacts and references
2026-02-12 20:06:40 -03:00
Tiago Yamamoto
e728a91deb
docs(frontend): add design system guide for consistent UI changes
2026-02-12 16:34:19 -03:00
Yamamoto
0238195723
fix(auth): suppress SSR warning during build + add deploy docs to FRONTEND.md
...
- Move 'No user found in storage' log inside window check to avoid SSR logs
- Add CI/CD deploy section with Forgejo pipeline instructions
- Update documentation date
2026-01-03 09:46:38 -03:00
Yamamoto
340aa9665e
docs: update FRONTEND.md with podman instructions
2026-01-02 19:11:02 -03:00
Tiago Yamamoto
cb4fd35dc2
docs: Comprehensive FRONTEND.md update with all pages, components, and features
2025-12-26 12:47:53 -03:00
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