paritosh18
5fcff67916
add oprator apis
2026-04-23 18:41:37 +05:30
paritosh18
631ae79277
add websocket support with connection management and chat functionality
2026-04-13 15:35:39 +05:30
paritosh18
dcb2259c7d
implement chat functionality for users and hosts with message sending and retrieval
2026-04-13 15:13:43 +05:30
paritosh18
199013b0f5
split lambda
2026-03-13 17:27:51 +05:30
paritosh18
2ca785248f
add serverless-plugin-split-stacks and update serverless configuration; refactor host function definitions and improve updateHostProfile handler
2026-03-11 15:42:41 +05:30
8f428fc1cb
fixed the i am specific new api issue
2026-03-09 15:18:59 +05:30
paritosh18
77cef98091
Implement updateHostProfile endpoint and related service logic; remove navigation modes seeding; add logging for user activities
2026-03-04 17:04:14 +05:30
paritosh18
781212277a
ghfghf
2026-03-02 13:01:53 +05:30
07f0212b62
made openCanceledSlot api
2026-01-30 14:49:43 +05:30
8be2eebaba
made cancel slot api and modified get by id api to send all the data of scheduling and taking listNow flag in create scheduling api while deleting all the records before creating new ones
2026-01-29 17:47:48 +05:30
855cafb30f
Made the activity duration and venue get api
2026-01-28 17:58:05 +05:30
6bc68ddd04
fixed the condition and route path
2026-01-28 16:55:14 +05:30
paritosh18
4525e969e6
Add getActivitiesByStatus API and update activity status constants
2026-01-28 16:24:40 +05:30
68f0dfe124
made create scheduling api
2026-01-28 15:49:19 +05:30
183614f45a
made upload venue media to s3 function
2026-01-05 15:46:47 +05:30
fafb5d06a7
made upload and delete image from s3
2026-01-02 18:21:08 +05:30
paritosh18
4f9955d9f4
get and create suggestion api
2025-12-24 16:11:22 +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
5a223f126f
creat activity handler
2025-12-21 17:28:08 +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
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
264f2fa29c
made a pagination service
2025-11-29 12:04:50 +05:30
e0b841b437
fixing the submit pqq answer api
2025-11-29 10:29:58 +05:30
paritosh18
82cbaddce1
feat: add serverless-offline plugin and new showSuggestion function
...
- Added serverless-offline plugin to package.json and serverless.yml for local development.
- Implemented new showSuggestion function in host.yml with appropriate memory size and event configuration.
- Removed deprecated getSuggestion function from minglaradmin.yml and updated related handlers.
- Enhanced safeHandler to convert Prisma errors to ApiError automatically, improving error handling.
- Introduced comprehensive Prisma error handling in ApiError.ts, mapping error codes to user-friendly messages and HTTP status codes.
2025-11-28 15:33:43 +05:30
15c1458f02
made resend otp lambda
2025-11-28 12:23:08 +05:30
abe512b0c2
made updateSuggestionAsReviewed lambda api
2025-11-27 19:35:24 +05:30
paritosh18
9e0f12117f
Refactor host and minglaradmin handlers: update paths, rename functions, and add prepopulateRole handler for role retrieval
2025-11-27 17:26:33 +05:30
paritosh18
dcc0fbbcf6
Merge branch 'mayank' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into paritosh
2025-11-27 16:07:33 +05:30
fb392369a5
fixed the path of get score of pqq api
2025-11-27 16:07:20 +05:30
paritosh18
870aaca557
Refactor host and minglaradmin functions: rename handlers, update paths, and add new endpoints for activity and role management
2025-11-27 16:06:57 +05:30
7beebc16b3
Merge branch 'paritosh' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into mayank
2025-11-26 19:31:23 +05:30
paritosh18
6fa96c3fb0
Increase memory size for submitCompanyDetails and update package patterns in host and minglaradmin functions; refactor JWT middleware to use shared Prisma client instance
2025-11-26 19:30:57 +05:30
e63e906f62
fixed the path in host yml file
2025-11-26 19:21:49 +05:30
paritosh18
7be03b6c27
Refactor host API endpoint and integrate Prisma client
...
- Changed HTTP method for the /host/add-company-details endpoint from POST to PATCH in host.yml.
- Introduced a new Prisma client setup in prisma.client.ts for database interactions.
- Updated authForHost middleware to utilize the new Prisma client instance.
2025-11-26 18:04:26 +05:30
paritosh18
abae9d9ac2
Update Prisma dependencies and refactor host onboarding handlers
...
- Updated Prisma client and adapter versions in package.json and package-lock.json.
- Refactored host onboarding handlers to improve structure and naming conventions.
- Added new handlers for onboarding processes including login, signup, and OTP verification.
- Implemented new functionality for managing bank details and company submissions.
- Enhanced error handling and validation across various handlers.
2025-11-26 17:31:08 +05:30
paritosh18
d14948b344
smalll fixx of yml
2025-11-26 09:42:07 +05:30