Mayank Mishra Mayank.Mishra
  • Joined on 2024-07-05
Mayank.Mishra pushed to mayankSprint2 at Mayank.Mishra/MinglarBackendNestJS 2026-01-30 06:03:20 +00:00
3adbadc3ee added where: { isActive: true } condition
Mayank.Mishra pushed to mayankSprint2 at Mayank.Mishra/MinglarBackendNestJS 2026-01-29 13:09:08 +00:00
ef7564f5a4 fixed the service code and added validation
Mayank.Mishra pushed to mayankSprint2 at Mayank.Mishra/MinglarBackendNestJS 2026-01-29 12:17:59 +00:00
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
Mayank.Mishra pushed to mayankSprint2 at Mayank.Mishra/MinglarBackendNestJS 2026-01-28 13:42:47 +00:00
1d90675d19 sending the presigned url for activity media
Mayank.Mishra pushed to mayankSprint2 at Mayank.Mishra/MinglarBackendNestJS 2026-01-28 12:28:10 +00:00
855cafb30f Made the activity duration and venue get api
Mayank.Mishra pushed to mayankSprint2 at Mayank.Mishra/MinglarBackendNestJS 2026-01-28 11:25:19 +00:00
6bc68ddd04 fixed the condition and route path
Mayank.Mishra pushed to mayankSprint2 at Mayank.Mishra/MinglarBackendNestJS 2026-01-28 10:55:08 +00:00
4525e969e6 Add getActivitiesByStatus API and update activity status constants
Mayank.Mishra pushed to mayankSprint2 at Mayank.Mishra/MinglarBackendNestJS 2026-01-28 10:19:29 +00:00
68f0dfe124 made create scheduling api
Mayank.Mishra pushed to mayankSprint2 at Mayank.Mishra/MinglarBackendNestJS 2026-01-23 12:26:51 +00:00
112fdab040 Made mobile register and verify otp and submit personal info apis and added interest type images in the seeder
Mayank.Mishra pushed to mayankSprint2 at Mayank.Mishra/MinglarBackendNestJS 2026-01-16 13:17:27 +00:00
834d16a76e written all the activity types in the seeder
Mayank.Mishra pushed to mayankSprint2 at Mayank.Mishra/MinglarBackendNestJS 2026-01-16 12:20:37 +00:00
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
Mayank.Mishra pushed to mayankSprint2 at Mayank.Mishra/MinglarBackendNestJS 2026-01-16 10:04:02 +00:00
6d377296fc fixed the order by id asc in the allowed entry types
Mayank.Mishra pushed to mayankSprint2 at Mayank.Mishra/MinglarBackendNestJS 2026-01-10 11:18:56 +00:00
8534ac6c7d sending the statuses in the getAllPQPDetailsForAM API
Mayank.Mishra pushed to mayankSprint2 at Mayank.Mishra/MinglarBackendNestJS 2026-01-10 09:54:57 +00:00
89ee19f35d added isCheckOutSame flag in the get API
Mayank.Mishra pushed to mayankSprint2 at Mayank.Mishra/MinglarBackendNestJS 2026-01-10 09:09:31 +00:00
b4db2a3bc2 as per requierment
Mayank.Mishra pushed to mayankSprint2 at Mayank.Mishra/MinglarBackendNestJS 2026-01-09 12:40:45 +00:00
5d93945729 fixed the null issue of venue name
Mayank.Mishra pushed to mayankSprint2 at Mayank.Mishra/MinglarBackendNestJS 2026-01-09 08:04:23 +00:00
aa00e1585c removed the new column because its already there
Mayank.Mishra pushed to mayankSprint2 at Mayank.Mishra/MinglarBackendNestJS 2026-01-09 07:46:13 +00:00
9c10833856 added a new key in_activity_navigation_available for navigation
Mayank.Mishra pushed to mayankSprint2 at Mayank.Mishra/MinglarBackendNestJS 2026-01-09 06:16:43 +00:00
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.
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.
39e03ce4c7 Schema Change to Nulable
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.
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.
Compare 8 commits »
Mayank.Mishra pushed to mayankSprint2 at Mayank.Mishra/MinglarBackendNestJS 2026-01-07 14:04:47 +00:00
f7cc925e6f Fixed the status in the create activity api submission