Mayank Mishra Mayank.Mishra
  • Joined on 2024-07-05
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-12-09 09:32:07 +00:00
6166075967 Update service name in serverless configuration to 'minglar' and add 'zod' dependency in package-lock.json
b6cb5831c2 Refactor Prisma client usage and enhance service integration for improved connection management
Compare 2 commits »
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-12-09 07:03:57 +00:00
a39cc1c3c8 Merge branch 'sprint1' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into paritosh-main1
ae76618f7a Add environment configuration template and update .gitignore for new env files
856db687c3 Update service name in serverless configuration to 'minglarDev' for development environment
Compare 3 commits »
Mayank.Mishra pushed to sprint1 at Mayank.Mishra/MinglarBackendNestJS 2025-12-09 06:37:30 +00:00
e957fc5c50 Add token blacklist check in JWT middlewares to enhance session management and security
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-12-09 06:37:09 +00:00
e957fc5c50 Add token blacklist check in JWT middlewares to enhance session management and security
Mayank.Mishra pushed to sprint1 at Mayank.Mishra/MinglarBackendNestJS 2025-12-08 12:02:13 +00:00
a020a28993 Update host application handlers to retrieve user details using hostXid instead of userInfo.id for accurate email notifications.
1a520ae9e1 Remove email parameter from resendOtpHelper and normalize email addresses to lowercase in the resend OTP handler for consistent processing.
d5d6951e64 Normalize email addresses to lowercase in OTP verification handler for consistent processing.
Compare 3 commits »
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-12-08 12:01:59 +00:00
a020a28993 Update host application handlers to retrieve user details using hostXid instead of userInfo.id for accurate email notifications.
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-12-08 09:55:32 +00:00
1a520ae9e1 Remove email parameter from resendOtpHelper and normalize email addresses to lowercase in the resend OTP handler for consistent processing.
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-12-08 09:49:43 +00:00
d5d6951e64 Normalize email addresses to lowercase in OTP verification handler for consistent processing.
Mayank.Mishra pushed to sprint1 at Mayank.Mishra/MinglarBackendNestJS 2025-12-08 09:38:26 +00:00
bbd55562af Add HOST_LINK environment variable and update related configurations. Normalize email addresses to lowercase in login and registration handlers. Enhance email notifications for approved and rejected applications with HOST_LINK.
9abadba8f5 Refactor database access by introducing prisma.lambda.service for centralized PrismaClient usage across modules. Update imports in various handlers and services to utilize the new service, ensuring consistent database interactions and improved maintainability.
ca9ba601ad Add additional states and cities to seed data in Prisma
Compare 19 commits »
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-12-08 09:38:08 +00:00
bbd55562af Add HOST_LINK environment variable and update related configurations. Normalize email addresses to lowercase in login and registration handlers. Enhance email notifications for approved and rejected applications with HOST_LINK.
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-12-08 05:54:03 +00:00
9abadba8f5 Refactor database access by introducing prisma.lambda.service for centralized PrismaClient usage across modules. Update imports in various handlers and services to utilize the new service, ensuring consistent database interactions and improved maintainability.
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-12-06 11:04:05 +00:00
6c3e5ccd60 Add multiple states, cities, and banks to seed data in prisma/seed.ts
Compare 2 commits »
Mayank.Mishra pushed to sprint1 at Mayank.Mishra/MinglarBackendNestJS 2025-12-06 11:03:42 +00:00
6c3e5ccd60 Add multiple states, cities, and banks to seed data in prisma/seed.ts
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-12-06 10:58:01 +00:00
ca9ba601ad Add additional states and cities to seed data in Prisma
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-12-06 10:41:59 +00:00
6a84876518 Remove profile completion percentage calculation from user update in MinglarService
d8fb4b242d Add roleXid field to user selection in MinglarService
51b053310f Add validation to prevent duplicate host accounts in addPaymentDetails method
06010ef6e8 Refactor API paths for acceptPQByAM and rejectPQQByAM to remove activityId from URL and update request body parsing for activityId
Compare 6 commits »
Mayank.Mishra pushed to sprint1 at Mayank.Mishra/MinglarBackendNestJS 2025-12-06 07:25:13 +00:00
6a84876518 Remove profile completion percentage calculation from user update in MinglarService
Mayank.Mishra pushed to sprint1 at Mayank.Mishra/MinglarBackendNestJS 2025-12-06 07:09:27 +00:00
d8fb4b242d Add roleXid field to user selection in MinglarService
51b053310f Add validation to prevent duplicate host accounts in addPaymentDetails method
Compare 2 commits »
Mayank.Mishra pushed to sprint1 at Mayank.Mishra/MinglarBackendNestJS 2025-12-05 13:51:26 +00:00
06010ef6e8 Refactor API paths for acceptPQByAM and rejectPQQByAM to remove activityId from URL and update request body parsing for activityId
Mayank.Mishra pushed to sprint1 at Mayank.Mishra/MinglarBackendNestJS 2025-12-05 13:21:56 +00:00
7b9763c668 Enhance getAllHostActivityForMinglar method to exclude activities with DRAFT_PQ status
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-12-05 13:20:19 +00:00
4c1a04d043 Update serverless configuration to comment out Prisma client dependencies and enhance MinglarService to exclude draft activities from host activity retrieval.