2c81e949ca
fixed the get api of activity
2025-12-30 13:39:36 +05:30
8dad4bfd2a
fiexed the venue label issue
2025-12-30 12:15:16 +05:30
65fc472902
Merge branch 'paritosh-main1' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into mayankSprint2
2025-12-29 19:07:17 +05:30
paritosh18
6359d64b63
venue add
2025-12-29 19:03:11 +05:30
b3e051bd63
fixed the other documents issue
2025-12-29 17:07:48 +05:30
paritosh18
e6d37e04f9
updated create activtiy hanlder
2025-12-24 19:04:51 +05:30
paritosh18
0c71ae3ccf
Merge branch 'mayankSprint2' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into paritosh-main1
2025-12-24 17:11:17 +05:30
716ce3363f
made the age resttriction thing in single model
2025-12-24 17:10:54 +05:30
paritosh18
ddc2e46dd2
duration changes
2025-12-24 17:07:11 +05:30
paritosh18
9b3fcd8cbe
allowed entry type
2025-12-24 15:11:37 +05:30
paritosh18
6440fc2440
Merge branch 'mayankSprint2' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into paritosh-main1
2025-12-24 13:21:29 +05:30
paritosh18
95f823e749
update status
2025-12-24 13:21:12 +05:30
60ee1f5f21
Sending the presigned url for activity media and venue artifacts
2025-12-24 11:50:13 +05:30
bf16a31ae6
Made a get all details of activity with venue for the big form details of activity
2025-12-23 17:51:32 +05:30
paritosh18
1540688b7d
small change in resposne message of Create Activtiy handler
2025-12-22 17:04:02 +05:30
paritosh18
f13e90ce39
upated createNewActivity handler
2025-12-22 13:30:55 +05:30
paritosh18
5a223f126f
creat activity handler
2025-12-21 17:28:08 +05:30
paritosh18
2e4f318684
Add CreateActivityDto and update createFullActivity method for activity creation
2025-12-18 20:05:30 +05:30
paritosh18
53785bd5f2
Add handler for creating full activity with related records
2025-12-18 19:37:32 +05:30
05e48063c9
Add isActive check when retrieving user in loginForHost method
2025-12-17 16:57:18 +05:30
a906dc5635
Add getAddActivityPrePopulate handler and implement prepopulate data retrieval
...
- Introduced a new handler for adding activity prepopulation.
- Enhanced the PrePopulateService to fetch all necessary prepopulate data for the new activity.
- Updated the updateBankDetails handler to correctly inject host ID.
- Improved user data retrieval in HostService to include additional fields.
- Added validation for host ID in showSuggestionToAM handler.
2025-12-17 16:17:55 +05:30
fab7642302
Implement parent document deletion and improve host retrieval logic in onboarding process
2025-12-16 17:34:10 +05:30
4d3796c5f3
Refactor companyTypes seeding and enhance host retrieval to include user email address
2025-12-16 16:36:15 +05:30
43e494780d
Refactor document name handling in host service to sanitize input and ensure valid connections for city, state, and country IDs during host creation and updates.
2025-12-16 13:16:22 +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
eab6565e12
Merge branch 'sprint1' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into mayank
2025-12-06 16:11:53 +05:30
51b053310f
Add validation to prevent duplicate host accounts in addPaymentDetails method
2025-12-06 12:06:04 +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
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
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
16b16ac7ca
Refactor import path for verifyMinglarAdminHostToken and update selection fields in getAllPQQQuesAndSubmittedAns method
2025-12-03 13:56:39 +05:30
42e2d7a579
taking the activity xid in get all submited ques ans
2025-12-03 13:43:30 +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
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
156aed2429
Merge branch 'sprint1' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into paritosh-main1
2025-12-02 17:27:57 +05:30
paritosh18
fb77111e34
Refactor payment details handling: remove IFSC code validation, add currencyXid to DTO, and implement bank branch lookup for IFSC code retrieval.
2025-12-02 17:27:36 +05:30
6b673a173d
Refactor host functions and constants for improved clarity and functionality. Renamed 'getAllActivityType' to 'prePopulateNewActivity' and updated its path. Added 'submitPQQForReview' handler for submitting PQQ for review. Enhanced error handling and response structure in 'submitPQQ_Answer' and 'submitPQQForReview' methods. Updated constants to standardize PQQ-related statuses. Improved S3 file handling logic in various handlers.
2025-12-02 17:24:01 +05:30
3c4b0db39f
Merge branch 'sprint1' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into mayank
2025-12-02 13:42:27 +05:30