4772c320baEnhance 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.Mayank Mishra2025-12-02 17:53:19 +05:30
f19f5e46c4Remove commented-out validation for allowed titles in addPQQSuggestion handler
paritosh18
2025-12-02 17:33:30 +05:30
fb77111e34Refactor payment details handling: remove IFSC code validation, add currencyXid to DTO, and implement bank branch lookup for IFSC code retrieval.
paritosh18
2025-12-02 17:27:36 +05:30
6b673a173dRefactor 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.Mayank Mishra2025-12-02 17:24:01 +05:30
e72c260b18Add ActivityTrack model to schema and update User and Activities models to include activityTracks relation. Modify seed data to reflect new interest names and activity types. Implement activity reference number generation in HostService for activity creation.Mayank Mishra2025-12-02 13:42:14 +05:30
9a777eb3f9Refactor addOrUpdateCompanyDetails method in HostService to streamline host status handling and improve document management logic for both new and existing companies.
paritosh18
2025-12-02 13:40:41 +05:30
3f921febe0Refactor host status determination logic in HostService to handle various submission cases, including updates and drafts. Update host suggestion review process to only mark suggestions as reviewed when not in draft state.Mayank Mishra2025-12-01 20:25:23 +05:30
f3f0b2a81bRefactor HOST_SUGGESTION_TITLES to comments in minglar.constant.ts, update HostService to filter HostSuggestion by active and reviewed status, and modify addSuggestion handler to remove title validation against HOST_SUGGESTION_TITLES. Enhance MinglarService to include profile image handling and add city, country, and state selections in user queries.Mayank Mishra2025-12-01 19:56:21 +05:30
c72e757bf3Refactor Minglar admin functions: removed deprecated acceptHostApplicationMinglar handler, added editAgreementDetailsAndAccept handler, and updated related service methods for improved agreement processing. Cleaned up schema by removing isSubsidairy field and adjusted file handling logic in submitCompanyDetails. Enhanced suggestion handling by including isParent flag in addSuggestion. Updated host retrieval logic in getStepper.Mayank Mishra2025-12-01 17:57:08 +05:30
1b31ca4a83Implement pagination in getAllOnboardingHostApplications handler and update MinglarService to support pagination options. Enhance response structure to include total count of applications.
paritosh18
2025-12-01 17:05:08 +05:30
140f70615cAdded adminStatusInternal field to the MinglarService for enhanced data handling.Mayank Mishra2025-12-01 15:48:42 +05:30
470298a3fbAdd search functionality to getAllOnboardingHostApplications and getAllOnboardingNewApplications handlers; update MinglarService to support search queries
paritosh18
2025-12-01 13:45:39 +05:30
1d7d0749b3Refactor authentication: replaced instances of verifyHostToken with verifyMinglarAdminHostToken in prepopulate handlers for improved security and consistency.Mayank Mishra2025-12-01 13:42:10 +05:30
bbe725dd9eUpdate HTTP methods to PATCH for rejectHostApplication endpoints and implement pagination in getAllInvitationDetails and getAllInvitedCoadminAndAM handlers
paritosh18
2025-12-01 13:29:10 +05:30
e5861654e9Enhance 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.Mayank Mishra2025-12-01 13:26:06 +05:30
d8687edb9ffeat: add Prisma layer build scripts and configuration for Lambda deployment
paritosh18
2025-11-30 12:17:20 +05:30
6011318986refactor: remove unused middleware and utility files related to Minglar Admin authentication and constants
validation-branch
paritosh18
2025-11-30 11:30:10 +05:30
28175bbd7dReplace verifyHostToken with verifyMinglarAdminHostToken for user authentication in getCityByState handler
paritosh18
2025-11-29 20:42:56 +05:30
572420823cRefactor validation schemas to remove unnecessary required_error messages and update host user query to use correct field names
paritosh18
2025-11-29 19:45:43 +05:30
9706e5b66bRefactor handlers to use Zod for request body and query parameter validation
paritosh18
2025-11-29 19:39:28 +05:30
6147b0f476Refactor HostHeader and HostParent models in Prisma schema for consistency and clarity. Update submitCompanyDetails API to improve JSON field normalization and error handling. Enhance host and parent document management with presigned URL generation for S3 uploads. Implement upsert logic for host documents and parent company details, ensuring proper handling of existing records.Mayank Mishra2025-11-28 17:20:27 +05:30
71e3f2a933sending the user details in the getby id of hostMayank Mishra2025-11-28 16:02:30 +05:30
0cedcec109Enhance activity status constants and update validation logic in submitCompanyDetails API. Added new statuses for PQQ and improved validation handling for draft submissions. Updated rejectPQQbyAM to reflect new status updates.Mayank Mishra2025-11-28 12:07:45 +05:30
9e47d861a2made the stepper updation in submit company details apiMayank Mishra2025-11-28 11:41:35 +05:30
4f3adff517submit company details api s3 uploading issue resolved and required docs removedMayank Mishra2025-11-27 20:51:04 +05:30
8ccbdc8f32fixed the submit last pqq question api logicMayank Mishra2025-11-27 20:00:29 +05:30
9e0f12117fRefactor host and minglaradmin handlers: update paths, rename functions, and add prepopulateRole handler for role retrieval
paritosh18
2025-11-27 17:26:33 +05:30
870aaca557Refactor host and minglaradmin functions: rename handlers, update paths, and add new endpoints for activity and role management
paritosh18
2025-11-27 16:06:57 +05:30
6fa96c3fb0Increase memory size for submitCompanyDetails and update package patterns in host and minglaradmin functions; refactor JWT middleware to use shared Prisma client instance
paritosh18
2025-11-26 19:30:57 +05:30