5e87ab84d1
made the razorpay webhook api
2026-04-10 15:06:10 +05:30
54a4f22d2f
added the new env vars for the razorpay in the config file and the serverless yml file
2026-04-10 11:20:01 +05:30
8f5f01c287
sending the date of birth of user under the host getbyid api
2026-03-25 15:16:49 +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
b22324539a
Made view more api for upper section and host pq redirectiion through mail
2026-02-23 19:49:05 +05:30
112fdab040
Made mobile register and verify otp and submit personal info apis and added interest type images in the seeder
2026-01-23 17:56:46 +05:30
paritosh18
bc0470cf52
Update service name to 'minglarDev' in serverless.yml, adjust transportTotalPrice validation to allow zero values in createActivity.schema.ts, and enhance document handling logic in HostService for improved pickup transport and detail management.
2026-01-08 20:17:01 +05:30
paritosh18
39e03ce4c7
Schema Change to Nulable
2026-01-08 16:38:41 +05:30
paritosh18
2c965bfb92
small change
2026-01-07 16:00:24 +05:30
paritosh18
245af71705
transpost chagnes
2025-12-30 14:22:18 +05:30
paritosh18
5a223f126f
creat activity handler
2025-12-21 17:28:08 +05:30
paritosh18
ef2b23ef83
Update serverless configuration to use exported stack output for Prisma Lambda Layer ARN, ensuring proper deployment functionality.
2025-12-16 16:07:03 +05:30
paritosh18
6166075967
Update service name in serverless configuration to 'minglar' and add 'zod' dependency in package-lock.json
2025-12-09 13:50:30 +05:30
paritosh18
b6cb5831c2
Refactor Prisma client usage and enhance service integration for improved connection management
2025-12-09 13:49:20 +05:30
paritosh18
ae76618f7a
Add environment configuration template and update .gitignore for new env files
2025-12-09 12:09:21 +05:30
paritosh18
856db687c3
Update service name in serverless configuration to 'minglarDev' for development environment
2025-12-08 17:58:38 +05:30
bbd55562af
Add 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.
2025-12-08 15:08:05 +05:30
4c1a04d043
Update serverless configuration to comment out Prisma client dependencies and enhance MinglarService to exclude draft activities from host activity retrieval.
2025-12-05 18:50:14 +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
b049146664
Refactor 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.
2025-12-05 13:45:49 +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
paritosh18
576c749b34
add JWT expiration settings to environment variables in serverless configuration
2025-11-29 16:03:29 +05:30
paritosh18
18ff254e8d
enable reload handler for serverless-offline plugin
2025-11-29 13:55:23 +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
paritosh18
d14948b344
smalll fixx of yml
2025-11-26 09:42:07 +05:30
paritosh18
263d06949e
Merge branch 'mayank' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into paritosh
2025-11-25 12:04:50 +05:30
8e25c5c4a2
made get all host applications for minglar admin and get all new host application for minglar admin
2025-11-25 12:02:15 +05:30
917a1f1ee9
made the pre populate of city and bank branch
2025-11-25 09:44:36 +05:30
paritosh18
089d022267
SMall FIx
2025-11-24 23:53:31 +05:30
paritosh18
d65f7f5368
resolved Merge
2025-11-24 23:25:20 +05:30
7056f32e24
made get score api for pqq
2025-11-24 23:19:18 +05:30
2ab046fbd2
fixed minor issues
2025-11-24 19:19:02 +05:30
paritosh18
1c83cc5910
Add addActivity handler and createActivity method in HostService
...
- Implemented addActivity handler to create new activities with validation.
- Added createActivity method in HostService to handle activity creation logic.
2025-11-22 20:48:45 +05:30
d21dcacd7b
added necessary packages
2025-11-22 20:20:25 +05:30
38d3b4ca6a
fixed the file path
2025-11-22 20:15:01 +05:30
6d48eeb25b
Add new endpoint to retrieve the latest PQQ question details and implement corresponding handler. Update HostService to include method for fetching latest question details with active status filtering.
2025-11-22 19:47:04 +05:30
5e0ba4c8e8
Merge branch 'paritosh' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into mayank
2025-11-22 19:31:40 +05:30
1377e0ba9a
made the getbyid pqq question details api
2025-11-22 19:30:16 +05:30
paritosh18
d0b2de3f18
Add new endpoints for activity types and frequencies, and implement email notifications for AM assignments
2025-11-22 19:25:07 +05:30
3b1aac921f
Add new handlers for accepting and rejecting host applications, including email notifications. Updated serverless configuration with new function timeouts and added missing handlers. Refactored profile update logic to improve file upload handling and added user detail retrieval methods in the Minglar service.
2025-11-22 19:22:34 +05:30
0d858f5411
made getall document country city and replacing the files on s3 when updating the company details sending mail to am or admin
2025-11-22 11:59:48 +05:30
976c9fc686
fixed the display order in PQQ getAll api and fixed the get All admin co admin and am api service
2025-11-22 08:00:59 +05:30
4665cb7ca4
fixed the serverless file
2025-11-21 16:23:38 +05:30
e21ffd08f1
made the presigned url middleware
2025-11-21 14:53:53 +05:30
926ea67e41
fixed code
2025-11-21 13:31:41 +05:30
ee9c0027de
defined the apis in serverless file
2025-11-21 12:28:47 +05:30
8f25bb87e6
made accept host application and reject host application apis
2025-11-21 12:27:23 +05:30
paritosh18
1a0fe5768c
Merge branch 'paritosh' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into paritosh
2025-11-20 16:30:41 +05:30
6bbcb36b10
Add editAgreementDetails and acceptHostApplication handlers; update serverless.yml and Prisma schema
2025-11-20 15:23:15 +05:30