ef2b23ef83Update serverless configuration to use exported stack output for Prisma Lambda Layer ARN, ensuring proper deployment functionality.
paritosh18
2025-12-16 16:07:03 +05:30
2767d29d79Update parent company validation to allow optional fields and handle null values in company details submission.Mayank Mishra2025-12-16 15:38:03 +05:30
43e494780dRefactor document name handling in host service to sanitize input and ensure valid connections for city, state, and country IDs during host creation and updates.Mayank Mishra2025-12-16 13:16:22 +05:30
0da18b18f7Add getSuggestionsForAM function and corresponding handler for retrieving suggestions based on host assignments. Update serverless configuration to include new API endpoint.Mayank Mishra2025-12-16 12:07:42 +05:30
b5304b3c26Refactor OTP email content for host registration and resend functionality to improve clarity and tone.Mayank Mishra2025-12-15 16:53:12 +05:30
82340c2918Implement email notifications for host application acceptance and rejection, including host details retrieval and email content customization.Mayank Mishra2025-12-10 14:59:16 +05:30
b8f5f92c98Add validation for city ID in company details submission to ensure existence in the databaseMayank Mishra2025-12-09 17:38:44 +05:30
3652d851f7Enhance email notifications for host application approvals and rejections by including the host's first name in the greeting.Mayank Mishra2025-12-09 15:02:15 +05:30
6166075967Update service name in serverless configuration to 'minglar' and add 'zod' dependency in package-lock.json
paritosh18
2025-12-09 13:50:30 +05:30
b6cb5831c2Refactor Prisma client usage and enhance service integration for improved connection management
paritosh18
2025-12-09 13:49:20 +05:30
ae76618f7aAdd environment configuration template and update .gitignore for new env files
paritosh18
2025-12-09 12:09:21 +05:30
e957fc5c50Add token blacklist check in JWT middlewares to enhance session management and securityMayank Mishra2025-12-09 12:07:03 +05:30
856db687c3Update service name in serverless configuration to 'minglarDev' for development environment
paritosh18
2025-12-08 17:58:38 +05:30
a020a28993Update host application handlers to retrieve user details using hostXid instead of userInfo.id for accurate email notifications.Mayank Mishra2025-12-08 17:31:55 +05:30
f6e01ac9e3Update CURL example and enhance Swagger documentation for admin profile update
paritosh18
2025-12-08 16:58:30 +05:30
1a520ae9e1Remove email parameter from resendOtpHelper and normalize email addresses to lowercase in the resend OTP handler for consistent processing.Mayank Mishra2025-12-08 15:25:21 +05:30
d5d6951e64Normalize email addresses to lowercase in OTP verification handler for consistent processing.Mayank Mishra2025-12-08 15:19:31 +05:30
bbd55562afAdd 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 Mishra2025-12-08 15:08:05 +05:30
9abadba8f5Refactor 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 Mishra2025-12-08 11:23:58 +05:30
51b053310fAdd validation to prevent duplicate host accounts in addPaymentDetails methodMayank Mishra2025-12-06 12:06:04 +05:30
cdae23ec6cAdd Swagger documentation and handlers for API endpoints
paritosh18
2025-12-05 20:35:46 +05:30
06010ef6e8Refactor API paths for acceptPQByAM and rejectPQQByAM to remove activityId from URL and update request body parsing for activityIdMayank Mishra2025-12-05 19:21:19 +05:30
7b9763c668Enhance getAllHostActivityForMinglar method to exclude activities with DRAFT_PQ statusMayank Mishra2025-12-05 18:51:50 +05:30
4c1a04d043Update serverless configuration to comment out Prisma client dependencies and enhance MinglarService to exclude draft activities from host activity retrieval.Mayank Mishra2025-12-05 18:50:14 +05:30
b049146664Refactor 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.Mayank Mishra2025-12-05 13:45:49 +05:30
507797d27arefactor: update serverless configuration and function definitions for Minglar service
Prisma_layer
paritosh18
2025-12-05 13:17:48 +05:30
963f84681cEnhance HostService to retrieve and utilize existing logo paths for host and parent companies, ensuring consistency in logo display across company details.Mayank Mishra2025-12-04 20:18:22 +05:30
ab9e02972eRefactor 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.
pqq-optimized-logic
Mayank Mishra2025-12-04 20:01:09 +05:30
d898dcd8ffAdd 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.Mayank Mishra2025-12-04 18:40:41 +05:30
a872ed89e4Enhance MinglarService: Add id field to selection in PQQ data retrieval and ensure activityPqqHeaderId is set at the category level for better data integrity.
paritosh18
2025-12-04 11:53:37 +05:30
759eeb298cUpdate sorting logic for categories and subcategories to ensure proper order in responses.Mayank Mishra2025-12-04 08:33:21 +05:30
1b72e65a71Enhance 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.Mayank Mishra2025-12-03 19:43:22 +05:30
4a7e5fbb1eAdd 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.Mayank Mishra2025-12-03 19:21:21 +05:30
ca5936d0dbUpdate referencedBy field in HostService to default to null if undefinedMayank Mishra2025-12-03 14:56:15 +05:30
c0d607a321Add optional referencedBy field to hostCompanyDetails validation schema and update HostService to handle referencedBy dataMayank Mishra2025-12-03 14:41:00 +05:30
1d684b7de6Add referencedBy field to HostHeader model and update import paths for various handlersMayank Mishra2025-12-03 14:34:53 +05:30
16b16ac7caRefactor import path for verifyMinglarAdminHostToken and update selection fields in getAllPQQQuesAndSubmittedAns methodMayank Mishra2025-12-03 13:56:39 +05:30