nxtgauge-backend-rust/crates
Ashwin Kumar ec34423b86 feat(phase1): wire email notifications, shared email crate, AppState for services
- Create crates/email shared Mailer with 18+ templates (auth, approvals, jobs, leads, tracecoins)
- users/mail.rs now re-exports from shared crate (lettre dep removed)
- Wire password changed/reset emails in users auth handlers
- Wire profile approval/rejection emails in users approvals handlers (company, customer, all 9 professional types)
- Wire job approved/rejected emails in users approvals handlers
- Wire requirement approved email in users approvals handlers
- Add AppState (pool + mail) to companies service; wire submit_job and update_application_status emails
- Add AppState (pool + mail) to customers service; wire submit_requirement, approve_request, reject_request emails (incl. contact-exchange on lead acceptance)
- Add AppState (pool + storage) to job_seekers service with resume upload multipart handler
- Wire lead cancellation and accepted-leads handlers in contracts/profession_shared.rs

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-02 01:42:48 +02:00
..
auth chore: checkpoint current workspace changes 2026-03-22 15:55:29 +01:00
cache chore: checkpoint current workspace changes 2026-03-22 15:55:29 +01:00
contracts feat(phase1): wire email notifications, shared email crate, AppState for services 2026-04-02 01:42:48 +02:00
db feat: add designation management CRUD backend 2026-03-27 19:20:55 +01:00
email feat(phase1): wire email notifications, shared email crate, AppState for services 2026-04-02 01:42:48 +02:00
storage feat(backend): enforce profile approvals and complete migration approval flows 2026-03-19 00:30:23 +01:00