nxtgauge-backend-rust/crates/db/src/models
Ashwin Kumar Sivakumar b99651f330 fix: resolve warnings (partial)
- Fix unused variable entry_type -> _entry_type
- Remove unused imports BufMut and cache_jobs from companies handlers
- Fix doc comment on lazy_static
- Add #[allow(dead_code)] to reset_daily_actions and reset_monthly_credits
- Fix unused imports in job_seekers handlers
2026-07-06 02:55:42 +05:30
..
ai feat(ai): complete AI plans/credits implementation and build tooling 2026-06-15 06:15:49 +05:30
activity_log.rs feat(admin): wire management modules to live backend and add UGC role 2026-04-02 13:09:43 +02:00
ai_credits.rs fix: resolve warnings (partial) 2026-07-06 02:55:42 +05:30
application.rs feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00
catering_service.rs feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00
company.rs feat: auto-approve dummy company accounts 2026-06-12 06:02:20 +05:30
config.rs chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
customer.rs feat: update DB schema - split users.first_name, users.last_name, roles split 2026-04-15 06:23:27 +02:00
department.rs chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
designation.rs feat(admin): wire management modules to live backend and add UGC role 2026-04-02 13:09:43 +02:00
developer.rs feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00
employee.rs chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
fitness_trainer.rs feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00
graphic_designer.rs feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00
job.rs fix: convert all SQLx macros to runtime API, remove SQLX_OFFLINE requirement 2026-04-09 07:40:15 +02:00
job_seeker.rs Update backend services: catering_services, companies, developers, gateway, job_seekers, photographers, social_media_managers, tutors, ugc_content_creators, users; update cache (otp, token), contracts (profession_shared, profession_state), db (job_seeker, verification), email; add revision-requested email template; update init-db.sql and start-services.sh 2026-05-08 15:34:29 +02:00
lead_request.rs fix(e2e): 14 bug fixes across users, leads, gateway, KB, and reviews 2026-06-10 16:17:10 +02:00
makeup_artist.rs feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00
mod.rs fix: resolve cherry-pick breakage and add missing modules 2026-07-06 02:23:29 +05:30
onboarding_state.rs fix: convert all SQLx macros to runtime API, remove SQLX_OFFLINE requirement 2026-04-09 07:40:15 +02:00
photographer.rs chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
professional.rs feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00
requirement.rs feat: profile photo upload, PDF resume generation, AI auto-apply, schema fixes 2026-07-02 13:31:06 +02:00
role.rs fix: convert all SQLx macros to runtime API, remove SQLX_OFFLINE requirement 2026-04-09 07:40:15 +02:00
social_media_manager.rs feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00
tracecoin_wallet.rs feat: update DB schema - split users.first_name, users.last_name, roles split 2026-04-15 06:23:27 +02:00
tutor.rs feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00
ugc_content_creator.rs feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00
user.rs fix: get_user_role_keys returns newest role first, not oldest 2026-04-21 21:51:02 +02:00
user_role_profile.rs fix: suppress dead_code warnings with #[allow(dead_code)] 2026-04-18 18:30:56 +02:00
verification.rs feat: auto-verify demo accounts for payment gateway integration 2026-06-12 05:51:19 +05:30
video_editor.rs feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00