Mayank Mishra Mayank.Mishra
  • Joined on 2024-07-05
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-12-02 12:38:47 +00:00
d9f7cd9a0f fixed the optional chaining
Mayank.Mishra pushed to sprint1 at Mayank.Mishra/MinglarBackendNestJS 2025-12-02 12:24:07 +00:00
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.
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-12-02 12:23:26 +00:00
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.
Mayank.Mishra pushed to sprint1 at Mayank.Mishra/MinglarBackendNestJS 2025-12-02 11:54:22 +00:00
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.
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-12-02 11:54:08 +00:00
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.
Mayank.Mishra pushed to sprint1 at Mayank.Mishra/MinglarBackendNestJS 2025-12-02 08:12:47 +00:00
e72c260b18 Add 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.
Compare 2 commits »
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-12-02 08:12:34 +00:00
9a777eb3f9 Refactor addOrUpdateCompanyDetails method in HostService to streamline host status handling and improve document management logic for both new and existing companies.
c3f0a1d82a Merge branch 'paritosh' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into paritosh
Compare 5 commits »
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-12-02 08:12:21 +00:00
e72c260b18 Add 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.Mishra pushed to sprint1 at Mayank.Mishra/MinglarBackendNestJS 2025-12-01 14:55:37 +00:00
3f921febe0 Refactor 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.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-12-01 14:55:28 +00:00
3f921febe0 Refactor 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.Mishra pushed to sprint1 at Mayank.Mishra/MinglarBackendNestJS 2025-12-01 14:26:37 +00:00
f3f0b2a81b Refactor 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.
1b31ca4a83 Implement pagination in getAllOnboardingHostApplications handler and update MinglarService to support pagination options. Enhance response structure to include total count of applications.
Compare 4 commits »
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-12-01 14:26:26 +00:00
f3f0b2a81b Refactor 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.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-12-01 12:27:49 +00:00
1b31ca4a83 Implement pagination in getAllOnboardingHostApplications handler and update MinglarService to support pagination options. Enhance response structure to include total count of applications.
Compare 3 commits »
Mayank.Mishra pushed to sprint1 at Mayank.Mishra/MinglarBackendNestJS 2025-12-01 12:27:30 +00:00
c72e757bf3 Refactor 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.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-12-01 12:27:13 +00:00
c72e757bf3 Refactor 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.Mishra pushed to sprint1 at Mayank.Mishra/MinglarBackendNestJS 2025-12-01 10:19:09 +00:00
140f70615c Added adminStatusInternal field to the MinglarService for enhanced data handling.
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-12-01 10:18:46 +00:00
140f70615c Added adminStatusInternal field to the MinglarService for enhanced data handling.
Mayank.Mishra pushed to sprint1 at Mayank.Mishra/MinglarBackendNestJS 2025-12-01 10:13:47 +00:00
32f4c7ce42 added filter in get host am api
470298a3fb Add search functionality to getAllOnboardingHostApplications and getAllOnboardingNewApplications handlers; update MinglarService to support search queries
Compare 9 commits »
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-12-01 10:13:14 +00:00
32f4c7ce42 added filter in get host am api
Mayank.Mishra pushed to mayank at Mayank.Mishra/MinglarBackendNestJS 2025-12-01 09:18:32 +00:00
470298a3fb Add search functionality to getAllOnboardingHostApplications and getAllOnboardingNewApplications handlers; update MinglarService to support search queries
bbe725dd9e Update HTTP methods to PATCH for rejectHostApplication endpoints and implement pagination in getAllInvitationDetails and getAllInvitedCoadminAndAM handlers
Compare 8 commits »