Commit Graph

11 Commits

Author SHA1 Message Date
paritosh18
9c45d924e6 feat: add searchActivities functionality to retrieve activities based on search criteria 2026-02-13 17:40:12 +05:30
paritosh18
62e7379306 feat: Implement user passcode setting and verification functionality with new handler and service methods. 2026-02-10 15:14:11 +05:30
paritosh18
76fdc42428 Merge branch 'mayankSprint2' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into paritosh-main1 2026-02-09 15:36:20 +05:30
paritosh18
c216d128a6 feat: add checkAvailabilityDetails API endpoint and implement schedule details retrieval logic 2026-02-09 15:34:13 +05:30
5ccdcdedae feat: add getSurpriseMePageDetails API endpoint and implement user-specific activity retrieval logic 2026-02-09 15:27:10 +05:30
171a3aded6 feat: add getActivityDetailsById API endpoint to retrieve activity details by ID 2026-02-06 19:27:37 +05:30
93fb58f4f4 feat: enhance user and activity models with location relations and add landing page details API 2026-02-04 15:32:11 +05:30
paritosh18
558cb214c0 feat: add setUserLocationDetails functionality and corresponding API endpoint 2026-02-02 17:09:42 +05:30
paritosh18
5ca8ca266a feat: add setUserInterests functionality to manage user interests 2026-02-02 14:50:23 +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
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