Mayank Mishra Mayank.Mishra
  • Joined on 2024-07-05
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-11-26 12:40:12 +00:00
7be03b6c27 Refactor host API endpoint and integrate Prisma client
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-11-26 12:01:31 +00:00
abae9d9ac2 Update Prisma dependencies and refactor host onboarding handlers
Mayank.Mishra pushed to sprint1 at Mayank.Mishra/MinglarBackendNestJS 2025-11-26 07:44:58 +00:00
a0ed3b9faa minglaradmin handlers folder structure made
498c4cbe46 updated prisma version
d14948b344 smalll fixx of yml
Compare 8 commits »
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-11-26 07:44:45 +00:00
a0ed3b9faa minglaradmin handlers folder structure made
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-11-26 06:31:07 +00:00
d14948b344 smalll fixx of yml
089d022267 SMall FIx
Compare 5 commits »
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-11-26 06:30:58 +00:00
498c4cbe46 updated prisma version
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-11-25 06:56:14 +00:00
930605e22e Enhance getAllOnboardingHostApplications to exclude hosts with DRAFT status
Mayank.Mishra created branch sprint1 in Mayank.Mishra/MinglarBackendNestJS 2025-11-25 06:35:34 +00:00
Mayank.Mishra pushed to sprint1 at Mayank.Mishra/MinglarBackendNestJS 2025-11-25 06:35:34 +00:00
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-11-25 06:32:24 +00:00
8e25c5c4a2 made get all host applications for minglar admin and get all new host application for minglar admin
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-11-25 04:14:45 +00:00
917a1f1ee9 made the pre populate of city and bank branch
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-11-24 17:57:46 +00:00
d65f7f5368 resolved Merge
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-11-24 17:49:24 +00:00
7056f32e24 made get score api for pqq
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-11-24 13:49:40 +00:00
fca4991577 Add filtering for account manager in getAllHostApplications based on user role
Compare 2 commits »
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-11-24 13:49:08 +00:00
2ab046fbd2 fixed minor issues
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-11-24 11:40:09 +00:00
12420f6b51 Enhance getAllHostApplications to support userStatus filtering and include additional host details in response
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-11-24 06:19:56 +00:00
fbd3b12937 Remove created activity data from response in addActivity handler
1c83cc5910 Add addActivity handler and createActivity method in HostService
Compare 2 commits »
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-11-22 14:50:33 +00:00
d21dcacd7b added necessary packages
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-11-22 14:45:08 +00:00
38d3b4ca6a fixed the file path
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-11-22 14:35:51 +00:00
d0fd8e6691 Implement validation for required fields in PQQ handlers and enhance file upload logic in submitPqqAns. Added error handling for missing activity and question IDs, and improved S3 file management with delete functionality for existing files. Updated HostService methods for better file handling and header management.