Paritosh Chudasama Paritosh.Chudasama
  • Joined on 2024-08-07
Paritosh.Chudasama pushed to paritosh at Mayank.Mishra/MinglarBackendNestJS 2025-12-01 11:38:03 +00:00
140f70615c Added adminStatusInternal field to the MinglarService for enhanced data handling.
32f4c7ce42 added filter in get host am api
Compare 3 commits »
Paritosh.Chudasama pushed to paritosh at Mayank.Mishra/MinglarBackendNestJS 2025-12-01 11:35:20 +00:00
1b31ca4a83 Implement pagination in getAllOnboardingHostApplications handler and update MinglarService to support pagination options. Enhance response structure to include total count of applications.
Paritosh.Chudasama pushed to paritosh at Mayank.Mishra/MinglarBackendNestJS 2025-12-01 08:15:56 +00:00
1d7d0749b3 Refactor authentication: replaced instances of verifyHostToken with verifyMinglarAdminHostToken in prepopulate handlers for improved security and consistency.
Compare 2 commits »
Paritosh.Chudasama pushed to paritosh at Mayank.Mishra/MinglarBackendNestJS 2025-12-01 08:15:44 +00:00
470298a3fb Add search functionality to getAllOnboardingHostApplications and getAllOnboardingNewApplications handlers; update MinglarService to support search queries
Paritosh.Chudasama pushed to paritosh at Mayank.Mishra/MinglarBackendNestJS 2025-12-01 08:02:34 +00:00
e723e680ab sending the internal admin status to frontend
Compare 2 commits »
Paritosh.Chudasama pushed to paritosh at Mayank.Mishra/MinglarBackendNestJS 2025-12-01 07:59:51 +00:00
e5861654e9 Enhance company types management: updated schema to include display order and relationships, modified validation to use company type XID, and seeded initial company types data. Updated services to reflect new structure and ensure proper data handling.
Compare 2 commits »
Paritosh.Chudasama pushed to paritosh at Mayank.Mishra/MinglarBackendNestJS 2025-12-01 07:59:26 +00:00
bbe725dd9e Update HTTP methods to PATCH for rejectHostApplication endpoints and implement pagination in getAllInvitationDetails and getAllInvitedCoadminAndAM handlers
Paritosh.Chudasama pushed to Prisma_layer at Mayank.Mishra/MinglarBackendNestJS 2025-11-30 06:47:26 +00:00
d8687edb9f feat: add Prisma layer build scripts and configuration for Lambda deployment
Paritosh.Chudasama created branch Prisma_layer in Mayank.Mishra/MinglarBackendNestJS 2025-11-30 06:47:05 +00:00
Paritosh.Chudasama pushed to Prisma_layer at Mayank.Mishra/MinglarBackendNestJS 2025-11-30 06:47:05 +00:00
6011318986 refactor: remove unused middleware and utility files related to Minglar Admin authentication and constants
28175bbd7d Replace verifyHostToken with verifyMinglarAdminHostToken for user authentication in getCityByState handler
Compare 2 commits »
572420823c Refactor validation schemas to remove unnecessary required_error messages and update host user query to use correct field names
9706e5b66b Refactor handlers to use Zod for request body and query parameter validation
Paritosh.Chudasama created branch validation-branch in Mayank.Mishra/MinglarBackendNestJS 2025-11-29 14:09:07 +00:00
Paritosh.Chudasama pushed to paritosh at Mayank.Mishra/MinglarBackendNestJS 2025-11-29 13:32:40 +00:00
d1eef782a2 fixed the profileimage key
c16a7bb95e fixed the validation for submit company details
Compare 3 commits »
Paritosh.Chudasama pushed to paritosh at Mayank.Mishra/MinglarBackendNestJS 2025-11-29 12:30:32 +00:00
31e0b3ff2d Add search functionality to getAllHostApplicationForAM, getAllCoadminAndAM, getAllInvitationDetails, and getAllInvitedCoadminAndAM handlers
Paritosh.Chudasama pushed to paritosh at Mayank.Mishra/MinglarBackendNestJS 2025-11-29 10:54:40 +00:00
b1a70acfa8 sending the presigned url in getAMDetailById
Paritosh.Chudasama pushed to paritosh at Mayank.Mishra/MinglarBackendNestJS 2025-11-29 10:44:04 +00:00
5ad17869be fixed the document type name inserting issue