|
|
6b0ee461c5
|
sending the hostId in the get stepper api
|
2026-03-02 12:35:51 +05:30 |
|
|
|
cc2fa3eb6b
|
sending the 5 random users profile image in the getbyid api
|
2026-02-28 13:36:33 +05:30 |
|
|
|
fe6bb59cc7
|
Made add to bucket interested api and sending the count of bucket interested in the landing page api and surprise me api and sending the updated count in the add to bucket api
|
2026-02-28 13:11:26 +05:30 |
|
|
|
3fa5b8a3dd
|
Added distance and rating key to the user apis
|
2026-02-28 11:54:32 +05:30 |
|
|
|
414400f034
|
sending the isCover flag and safety instruction and cancellation
|
2026-02-28 11:30:22 +05:30 |
|
paritosh18
|
eaae2557c0
|
refactor: Update interest relation handling in generateActivityRefNumber function
|
2026-02-27 23:08:23 +05:30 |
|
paritosh18
|
f1829a6d14
|
fix: Correct import path for PrismaService and update interest relation in generateActivityRefNumber function
|
2026-02-27 19:48:29 +05:30 |
|
|
|
9d64759097
|
hbhj
|
2026-02-27 19:03:28 +05:30 |
|
|
|
5d879542a1
|
Merge branch 'paritosh-main1' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into mayankSprint2
|
2026-02-27 18:44:09 +05:30 |
|
|
|
ea9938a736
|
fixed the package version
|
2026-02-27 18:44:00 +05:30 |
|
paritosh18
|
84608cc025
|
feat: Initialize AWS S3 client in HostService
|
2026-02-27 18:43:37 +05:30 |
|
paritosh18
|
9921edfea7
|
Merge branch 'mayankSprint2' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into paritosh-main1
|
2026-02-27 17:25:59 +05:30 |
|
paritosh18
|
26a8e997f1
|
feat: Add agreement template and refactor agreement PDF generation in HostService
|
2026-02-27 17:25:48 +05:30 |
|
|
|
b98b8cf864
|
sending the connection interest count and generating the activity ref number
|
2026-02-27 17:24:39 +05:30 |
|
|
|
85437ebc2e
|
made the function to create ref number of activity and commented the unused api code
|
2026-02-27 12:15:48 +05:30 |
|
|
|
2b7b2b240f
|
Merge branch 'paritosh-main1' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into mayankSprint2
|
2026-02-26 19:53:06 +05:30 |
|
|
|
0242799eb5
|
Cancellation
|
2026-02-26 19:50:25 +05:30 |
|
paritosh18
|
c7408711a4
|
Merge branch 'mayankSprint2' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into paritosh-main1
|
2026-02-26 19:45:30 +05:30 |
|
paritosh18
|
db2dc7532a
|
feat: Enhance host agreement generation with AWS S3 integration and document creation capabilities using pdf-lib and docx libraries. Added new dependencies for document processing and improved address and duration handling.
|
2026-02-26 19:45:08 +05:30 |
|
|
|
485bdee063
|
removed the slotXid for opening the slot
|
2026-02-26 19:01:59 +05:30 |
|
|
|
0c9ff76fe4
|
fixed the cancellation issues
|
2026-02-26 18:55:34 +05:30 |
|
|
|
0edcf3d515
|
made host agreement table
|
2026-02-26 18:43:58 +05:30 |
|
|
|
eb34edaedb
|
added interest code in the interest table
|
2026-02-26 18:19:45 +05:30 |
|
|
|
41d33b72a3
|
fixed the host ref number generating logic
|
2026-02-26 17:27:32 +05:30 |
|
paritosh18
|
f3076aaec3
|
Merge branch 'paritosh-main1' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into paritosh-main1
|
2026-02-26 11:06:10 +05:30 |
|
paritosh18
|
e49d08fb14
|
Refactor openCanceledSlot handler to improve readability and error handling. Updated body structure to support multiple cancellations and enhanced token validation. Adjusted imports for better organization.
|
2026-02-26 11:05:56 +05:30 |
|
paritosh18
|
23bbb39af3
|
feat: Trim OTP input and update verification logic in host and user services
|
2026-02-25 15:56:18 +05:30 |
|
paritosh18
|
c4fd797e31
|
change the nearby logic
|
2026-02-25 14:48:54 +05:30 |
|
paritosh18
|
3f96dd4ae1
|
feat: Add safety instructions and cancellations fields to activity details
|
2026-02-25 14:41:58 +05:30 |
|
paritosh18
|
89f1bf55bc
|
feat: Add initial Prisma schema with core models and implement host activity creation functionality.
|
2026-02-25 13:34:03 +05:30 |
|
|
|
e736cdaa7b
|
updating the stepper when admin rejects
|
2026-02-24 13:25:56 +05:30 |
|
|
|
7703dba2d9
|
Fixed the statuses for the workflow of resubmission of host application
|
2026-02-24 12:30:18 +05:30 |
|
|
|
a3e906a779
|
Fixed the status for admin rejection of host application for resubmit workflow
|
2026-02-24 12:02:10 +05:30 |
|
|
|
3145037238
|
Merge branch 'paritosh-main1' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into mayankSprint2
|
2026-02-24 11:01:18 +05:30 |
|
paritosh18
|
ced8bdcbad
|
Add getNearbyActivities API to retrieve activities based on user location and radius. Implemented token validation and pagination support. Enhanced UserService with distance calculation and filtering logic for nearby activities.
|
2026-02-23 20:00:50 +05:30 |
|
|
|
b22324539a
|
Made view more api for upper section and host pq redirectiion through mail
|
2026-02-23 19:49:05 +05:30 |
|
|
|
aa3e6fd3d1
|
seeding only required company types
|
2026-02-23 19:08:16 +05:30 |
|
paritosh18
|
5ec07d4480
|
Refactor user ID validation and optimize city search results. Updated user ID check to use Number.isNaN for better clarity. Added a comment indicating that city results are capped at 50 in the database query to reduce latency.
|
2026-02-23 18:56:08 +05:30 |
|
paritosh18
|
1fbcf1dddc
|
Merge branch 'mayankSprint2' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into paritosh-main1
|
2026-02-23 17:52:03 +05:30 |
|
|
|
c50c4b1c5a
|
taking array of cancellations and seeded cities of india
|
2026-02-23 12:26:56 +05:30 |
|
paritosh18
|
ca4def4695
|
Add getRandomActiveActivity API to fetch random active activities with token validation
|
2026-02-23 12:05:52 +05:30 |
|
|
|
4f8217c95a
|
Fixed the method of remove connect details api and fixed the issue of add school company details
|
2026-02-20 14:46:37 +05:30 |
|
|
|
81994d97ff
|
added validation for entry count of the user's connect details and made removeConnectionDetails api
|
2026-02-19 20:41:00 +05:30 |
|
|
|
28b4145ce9
|
fixed the file names of the interest types in seed file
|
2026-02-19 20:15:59 +05:30 |
|
|
|
e351dbf4b9
|
made view more activities api
|
2026-02-19 20:05:33 +05:30 |
|
|
|
d8475de70f
|
taking array of schoolCompanyXids
|
2026-02-19 17:52:43 +05:30 |
|
paritosh18
|
2b0c1f4ae4
|
Add token verification to user-related API handlers
|
2026-02-19 17:22:34 +05:30 |
|
|
|
23932be637
|
Merge branch 'paritosh-main1' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into mayankSprint2
|
2026-02-19 17:13:30 +05:30 |
|
|
|
84678bc00e
|
made getActivityFromConnectionsInterest api
|
2026-02-19 17:11:34 +05:30 |
|
paritosh18
|
a905cc7aee
|
Refactor addOrFindSchoolCompanyDetail to normalize school/company names and improve search logic
|
2026-02-19 17:11:29 +05:30 |
|