|
|
d5d6951e64
|
Normalize email addresses to lowercase in OTP verification handler for consistent processing.
|
2025-12-08 15:19:31 +05:30 |
|
|
|
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.
|
2025-12-08 15:08:05 +05:30 |
|
|
|
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.
|
2025-12-08 11:23:58 +05:30 |
|
|
|
747566497c
|
Merge branch 'sprint1' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into mayank
|
2025-12-06 16:33:57 +05:30 |
|
|
|
6c3e5ccd60
|
Add multiple states, cities, and banks to seed data in prisma/seed.ts
|
2025-12-06 16:33:35 +05:30 |
|
|
|
ca9ba601ad
|
Add additional states and cities to seed data in Prisma
|
2025-12-06 16:27:54 +05:30 |
|
|
|
eab6565e12
|
Merge branch 'sprint1' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into mayank
|
2025-12-06 16:11:53 +05:30 |
|
|
|
6a84876518
|
Remove profile completion percentage calculation from user update in MinglarService
|
2025-12-06 12:55:07 +05:30 |
|
|
|
d8fb4b242d
|
Add roleXid field to user selection in MinglarService
|
2025-12-06 12:39:21 +05:30 |
|
|
|
51b053310f
|
Add validation to prevent duplicate host accounts in addPaymentDetails method
|
2025-12-06 12:06:04 +05:30 |
|
|
|
06010ef6e8
|
Refactor API paths for acceptPQByAM and rejectPQQByAM to remove activityId from URL and update request body parsing for activityId
|
2025-12-05 19:21:19 +05:30 |
|
|
|
7b9763c668
|
Enhance getAllHostActivityForMinglar method to exclude activities with DRAFT_PQ status
|
2025-12-05 18:51:50 +05:30 |
|
|
|
4c1a04d043
|
Update serverless configuration to comment out Prisma client dependencies and enhance MinglarService to exclude draft activities from host activity retrieval.
|
2025-12-05 18:50:14 +05:30 |
|
paritosh18
|
ecf45c3e7c
|
Merge branch 'mayank' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into mayank
|
2025-12-05 14:56:45 +05:30 |
|
paritosh18
|
20a931ab27
|
Add AWS Lambda Bundle Size Optimization Guide and update build scripts for Prisma layer
|
2025-12-05 14:56:43 +05:30 |
|
|
|
6a84fbc0c3
|
Merge branch 'sprint1' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into mayank
|
2025-12-05 14:38:32 +05:30 |
|
|
|
9fc8336bd9
|
fixed the routes
|
2025-12-05 14:37:37 +05:30 |
|
|
|
b049146664
|
Refactor serverless configuration to rename service, add Prisma layer support, and include AM_INVITATION_LINK in environment variables. Update validation schema and email invitation content for improved user experience.
|
2025-12-05 13:45:49 +05:30 |
|
|
|
963f84681c
|
Enhance HostService to retrieve and utilize existing logo paths for host and parent companies, ensuring consistency in logo display across company details.
|
2025-12-04 20:18:22 +05:30 |
|
|
|
ab9e02972e
|
Refactor hostCompanyDetails validation schema to make address and location fields optional; update login handler to remove password comparison logic; enhance host service to include user status check and return specific user fields; clean up profile completion logic in MinglarService.
|
2025-12-04 20:01:09 +05:30 |
|
|
|
33b330a15b
|
Merge branch 'pqq-optimized-logic' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into pqq-optimized-logic
|
2025-12-04 18:40:44 +05:30 |
|
|
|
d898dcd8ff
|
Add S3 document deletion functionality in submitCompanyDetails handler; update host service to return activity ID with sorted categories; modify PQP details retrieval to use new admin host token for authentication.
|
2025-12-04 18:40:41 +05:30 |
|
paritosh18
|
ff18fcbf9f
|
Merge branch 'pqq-optimized-logic' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into pqq-optimized-logic
|
2025-12-04 11:54:12 +05:30 |
|
paritosh18
|
a872ed89e4
|
Enhance MinglarService: Add id field to selection in PQQ data retrieval and ensure activityPqqHeaderId is set at the category level for better data integrity.
|
2025-12-04 11:53:37 +05:30 |
|
|
|
759eeb298c
|
Update sorting logic for categories and subcategories to ensure proper order in responses.
|
2025-12-04 08:33:21 +05:30 |
|
|
|
1b72e65a71
|
Enhance PQQ data retrieval: Add comments and pqqAnswerXid fields to the selection in HostService and MinglarService. Update PQQAnswers structure to include all answer options for questions, improving data handling in responses.
|
2025-12-03 19:43:22 +05:30 |
|
|
|
4a7e5fbb1e
|
Add PQQ functionality: Introduce new endpoints for creating activities and submitting answers, along with updates to the Minglar service for retrieving PQQ details. Update serverless configuration to include new function files.
|
2025-12-03 19:21:21 +05:30 |
|
|
|
ca5936d0db
|
Update referencedBy field in HostService to default to null if undefined
|
2025-12-03 14:56:15 +05:30 |
|
|
|
c0d607a321
|
Add optional referencedBy field to hostCompanyDetails validation schema and update HostService to handle referencedBy data
|
2025-12-03 14:41:00 +05:30 |
|
|
|
1d684b7de6
|
Add referencedBy field to HostHeader model and update import paths for various handlers
|
2025-12-03 14:34:53 +05:30 |
|
|
|
16b16ac7ca
|
Refactor import path for verifyMinglarAdminHostToken and update selection fields in getAllPQQQuesAndSubmittedAns method
|
2025-12-03 13:56:39 +05:30 |
|
|
|
0e0c63e31a
|
path updated for the renamed file
|
2025-12-03 13:49:56 +05:30 |
|
|
|
822b425c1d
|
Merge branch 'sprint1' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into mayank
|
2025-12-03 13:43:41 +05:30 |
|
|
|
42e2d7a579
|
taking the activity xid in get all submited ques ans
|
2025-12-03 13:43:30 +05:30 |
|
paritosh18
|
78f49b35dd
|
Update API path for retrieving all PQQ questions and answers for AM
|
2025-12-03 13:37:01 +05:30 |
|
paritosh18
|
930ae708a1
|
Merge branch 'paritosh-main1' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into sprint1
|
2025-12-03 13:20:38 +05:30 |
|
paritosh18
|
8fb3f16d18
|
Add endpoint to retrieve all PQQ questions and answers for AM
|
2025-12-03 13:20:21 +05:30 |
|
|
|
3d6226ddac
|
added search
|
2025-12-03 13:18:28 +05:30 |
|
|
|
38c616a7af
|
making entries in host track
|
2025-12-03 12:44:07 +05:30 |
|
|
|
c6ab3e57c0
|
fixed the condition of submit pq for review
|
2025-12-02 20:19:03 +05:30 |
|
paritosh18
|
776c03911e
|
Merge branch 'paritosh-main1' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into sprint1
|
2025-12-02 20:11:19 +05:30 |
|
paritosh18
|
781058c443
|
Implement pagination for host activity retrieval in HostService and MinglarService
|
2025-12-02 20:10:10 +05:30 |
|
|
|
3b723e5d1f
|
made accept pq by am api
|
2025-12-02 20:09:42 +05:30 |
|
paritosh18
|
56ebf44d37
|
Merge branch 'sprint1' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into paritosh-main1
|
2025-12-02 19:58:52 +05:30 |
|
|
|
4f8274adb9
|
Add pinCode field to location selection in MinglarService
|
2025-12-02 19:00:30 +05:30 |
|
|
|
39f182b8e9
|
sending city state abd country in getbyidAM
|
2025-12-02 18:59:06 +05:30 |
|
|
|
d9f7cd9a0f
|
fixed the optional chaining
|
2025-12-02 18:08:39 +05:30 |
|
|
|
4772c320ba
|
Enhance HostService and MinglarService to include account manager details and process profile images. Updated getAllHostActivity to retrieve account manager information and generate presigned URLs for media and profile images. Refactored media processing logic for improved clarity and consistency.
|
2025-12-02 17:53:19 +05:30 |
|
paritosh18
|
f19f5e46c4
|
Remove commented-out validation for allowed titles in addPQQSuggestion handler
|
2025-12-02 17:33:30 +05:30 |
|
paritosh18
|
156aed2429
|
Merge branch 'sprint1' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into paritosh-main1
|
2025-12-02 17:27:57 +05:30 |
|