745e4fa73f
fix: correct userPasscode validation and remove unused import in setPasscodeForMobile
2026-01-30 15:35:57 +05:30
paritosh18
46c8432582
feat: implement setPasscodeForMobile functionality
...
- Added a new API endpoint to set a user passcode with validation.
- Created SetPasscodeDTO for passcode input validation.
- Implemented setUserPasscode method in UserService to handle passcode setting.
- Updated user.yml to include the new set-passcode endpoint.
- Created setPasscodeForMobile handler to manage the passcode setting logic.
- Removed unused test-stepper-handler.ts file.
- Deleted Dockerfile, docker-compose.yml, init.sql, and serverless.yml.backup files as part of cleanup.
2026-01-30 15:30:45 +05:30
paritosh18
9bbd8f0c9a
Merge branch 'mayankSprint2' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into paritosh-main1
2026-01-30 14:49:55 +05:30
07f0212b62
made openCanceledSlot api
2026-01-30 14:49:43 +05:30
paritosh18
50d2242b55
Merge branch 'mayankSprint2' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into paritosh-main1
2026-01-30 14:49:31 +05:30
3adbadc3ee
added where: { isActive: true } condition
2026-01-30 11:32:43 +05:30
paritosh18
3f92c6ca30
Merge branch 'mayankSprint2' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into paritosh-main1
2026-01-30 11:30:09 +05:30
ef7564f5a4
fixed the service code and added validation
2026-01-29 18:39:01 +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
1d90675d19
sending the presigned url for activity media
2026-01-28 19:12:41 +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
003ce54465
Update activity status messages for consistency
2026-01-28 16:46:17 +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
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
834d16a76e
written all the activity types in the seeder
2026-01-16 18:47:22 +05:30
f20e4191ee
added gender name column and interest color and image column added activity seeder data till gamecraft made register and add personal info api for user mobile endpoints lambda and service
2026-01-16 17:50:30 +05:30
6d377296fc
fixed the order by id asc in the allowed entry types
2026-01-12 18:46:06 +05:30
8534ac6c7d
sending the statuses in the getAllPQPDetailsForAM API
2026-01-10 16:48:50 +05:30
89ee19f35d
added isCheckOutSame flag in the get API
2026-01-10 15:24:50 +05:30
paritosh18
b4db2a3bc2
as per requierment
2026-01-09 19:11:46 +05:30
5d93945729
fixed the null issue of venue name
2026-01-09 18:10:38 +05:30
aa00e1585c
removed the new column because its already there
2026-01-09 13:34:19 +05:30
9c10833856
added a new key in_activity_navigation_available for navigation
2026-01-09 13:16:07 +05:30
paritosh18
905350406f
Refactor HostService to enhance chargeability logic for trainers and pickup details. Implement checks for trainer and pickup transport chargeability, ensuring proper handling of amounts and tax calculations based on chargeable status. Update validation to enforce positive values only when chargeable.
2026-01-08 23:01:09 +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
4953a179a6
Enhance validation logic in HostService for venue and equipment pricing. Implement checks for draft status to allow zero values in draft mode while enforcing positive values on submission. Update query to include unreviewed activities.
2026-01-08 15:18:06 +05:30
paritosh18
82ba980b6f
Refactor HostService to improve validation logic and error handling for activity payloads. Added checks for draft status in various validation conditions, ensuring proper error messages are thrown for required fields and amounts. Cleaned up import statements for better organization.
2026-01-08 12:14:12 +05:30
paritosh18
5ec819b881
Merge branch 'mayankSprint2' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into paritosh-main1
2026-01-07 19:34:58 +05:30
f7cc925e6f
Fixed the status in the create activity api submission
2026-01-07 19:34:41 +05:30
16c901b64b
added approved filter and fixed the error messages
2026-01-07 19:13:36 +05:30
e65ed8babc
sending the host id in the get pqq details for am and corrected the error message in the submit pqq answer
2026-01-07 16:03:27 +05:30
paritosh18
fa1359a1c9
Merge branch 'paritosh-main1' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into paritosh-main1
2026-01-07 16:00:28 +05:30
paritosh18
2c965bfb92
small change
2026-01-07 16:00:24 +05:30
da4e2547ce
sending frequency also in get activity and venue details
2026-01-07 12:11:09 +05:30
c6b6608ca6
removed the conversion code of minutes in the activityDurationMins
2026-01-06 14:17:39 +05:30
4a6292d108
Fixed the create activity content type json error
2026-01-06 14:12:21 +05:30
45aab89747
Merge branch 'paritosh-main1' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into mayankSprint2
2026-01-05 15:46:58 +05:30
183614f45a
made upload venue media to s3 function
2026-01-05 15:46:47 +05:30
paritosh18
3ddaad0a46
suggestion is reviwed true
2026-01-05 14:47:24 +05:30
e286cffa49
fixed the schema and the NA problem and multiple transport creation
2026-01-05 13:28:25 +05:30
fafb5d06a7
made upload and delete image from s3
2026-01-02 18:21:08 +05:30
5482599e96
sending the host ref number and company name and the energylevel in the list api
2026-01-02 16:19:33 +05:30
e0086393b4
fixed the isreviewed flase suggestion only send and the activityPqqHeaderId sending in every respective question
2025-12-31 19:26:51 +05:30
paritosh18
9161e224cc
sanitize the file name
2025-12-31 17:05:53 +05:30
paritosh18
c2fa769220
file name change
2025-12-31 16:57:13 +05:30
paritosh18
aeea3d0ca8
folder Name Chagne in Actvity
2025-12-31 16:42:35 +05:30
paritosh18
c2d3ab9da2
navigation modes per price update
2025-12-31 14:42:30 +05:30