2026-03-19 00:30:23 +01:00
|
|
|
pub mod approvals;
|
feat: commit remaining service files, migrations, and model updates
- gateway, companies, customers, job_seekers apps updated
- users config/mod/mail handlers
- auth middleware and jwt crate updates
- db models: user, config, mod updates
- all remaining migrations: portfolio, notifications, reviews, kb, support, coupons, onboarding states
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-18 22:59:47 +01:00
|
|
|
pub mod auth;
|
2026-03-17 20:42:51 +01:00
|
|
|
pub mod config;
|
2026-03-25 23:55:44 +01:00
|
|
|
pub mod dashboard;
|
2026-03-26 20:58:43 +01:00
|
|
|
pub mod departments;
|
feat: commit remaining service files, migrations, and model updates
- gateway, companies, customers, job_seekers apps updated
- users config/mod/mail handlers
- auth middleware and jwt crate updates
- db models: user, config, mod updates
- all remaining migrations: portfolio, notifications, reviews, kb, support, coupons, onboarding states
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-18 22:59:47 +01:00
|
|
|
pub mod notifications;
|
|
|
|
|
pub mod onboarding;
|
2026-03-25 22:15:07 +01:00
|
|
|
pub mod permissions;
|
2026-03-17 20:42:51 +01:00
|
|
|
pub mod roles;
|
2026-03-19 00:30:23 +01:00
|
|
|
pub mod user_roles;
|