|
|
0242799eb5
|
Cancellation
|
2026-02-26 19:50:25 +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
|
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 |
|
|
|
b22324539a
|
Made view more api for upper section and host pq redirectiion through mail
|
2026-02-23 19:49:05 +05:30 |
|
|
|
c50c4b1c5a
|
taking array of cancellations and seeded cities of india
|
2026-02-23 12:26:56 +05:30 |
|
|
|
3e711cee18
|
Made get all connection details of user and fixed the issues in the schoolCompany table
|
2026-02-19 15:50:48 +05:30 |
|
|
|
6bac257a75
|
made the connection tables
|
2026-02-19 15:23:32 +05:30 |
|
|
|
d1e2c649c3
|
creating the sorting data for user on registration and added it to seeder also
|
2026-02-13 17:41:08 +05:30 |
|
|
|
036f7ab130
|
fixed the issue in user address detail
|
2026-02-11 15:04:09 +05:30 |
|
|
|
e154be70ad
|
Added amenities in seed file
|
2026-02-11 11:49:18 +05:30 |
|
|
|
73c528d1cc
|
feat: update activity retrieval logic to include activity ID and placeholder for rating and distance
|
2026-02-09 14:53:33 +05:30 |
|
|
|
42c1f2a268
|
feat: enhance user service and landing page details API with location handling, pagination, and new activity retrieval logic
|
2026-02-06 15:55:20 +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 |
|
|
|
8ed0df7424
|
feat: update user passcode length, enhance date validation, and refactor personal info handling
|
2026-02-01 10:02:35 +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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
e286cffa49
|
fixed the schema and the NA problem and multiple transport creation
|
2026-01-05 13:28:25 +05:30 |
|
paritosh18
|
999c5ff616
|
schema changes in Transport and pickup details
|
2025-12-30 12:46:21 +05:30 |
|
paritosh18
|
6359d64b63
|
venue add
|
2025-12-29 19:03:11 +05:30 |
|
|
|
80c552a3d5
|
fixed the energylevel relation with new logic
|
2025-12-29 17:01:04 +05:30 |
|
paritosh18
|
e6d37e04f9
|
updated create activtiy hanlder
|
2025-12-24 19:04:51 +05:30 |
|
|
|
716ce3363f
|
made the age resttriction thing in single model
|
2025-12-24 17:10:54 +05:30 |
|
paritosh18
|
f13e90ce39
|
upated createNewActivity handler
|
2025-12-22 13:30:55 +05:30 |
|
paritosh18
|
5a223f126f
|
creat activity handler
|
2025-12-21 17:28:08 +05:30 |
|
|
|
c9b507f969
|
Enhance rejection email content with clickable link for application access
|
2025-12-18 16:55:57 +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 |
|
|
|
1d684b7de6
|
Add referencedBy field to HostHeader model and update import paths for various handlers
|
2025-12-03 14:34:53 +05:30 |
|
|
|
e72c260b18
|
Add ActivityTrack model to schema and update User and Activities models to include activityTracks relation. Modify seed data to reflect new interest names and activity types. Implement activity reference number generation in HostService for activity creation.
|
2025-12-02 13:42:14 +05:30 |
|
|
|
c72e757bf3
|
Refactor Minglar admin functions: removed deprecated acceptHostApplicationMinglar handler, added editAgreementDetailsAndAccept handler, and updated related service methods for improved agreement processing. Cleaned up schema by removing isSubsidairy field and adjusted file handling logic in submitCompanyDetails. Enhanced suggestion handling by including isParent flag in addSuggestion. Updated host retrieval logic in getStepper.
|
2025-12-01 17:57:08 +05:30 |
|
|
|
e5861654e9
|
Enhance company types management: updated schema to include display order and relationships, modified validation to use company type XID, and seeded initial company types data. Updated services to reflect new structure and ensure proper data handling.
|
2025-12-01 13:26:06 +05:30 |
|
|
|
c16a7bb95e
|
fixed the validation for submit company details
|
2025-11-29 18:57:57 +05:30 |
|
|
|
8d8702dfb6
|
stroring the document type in the user documents table
|
2025-11-29 16:04:00 +05:30 |
|
|
|
84c4b1f2b9
|
sending the userrefNumber in all endpoints
|
2025-11-29 14:17:31 +05:30 |
|
|
|
7bec950096
|
adding a random reference number in user table
|
2025-11-29 13:48:55 +05:30 |
|
|
|
6b2b211990
|
updated cascade
|
2025-11-29 12:20:42 +05:30 |
|
|
|
6147b0f476
|
Refactor HostHeader and HostParent models in Prisma schema for consistency and clarity. Update submitCompanyDetails API to improve JSON field normalization and error handling. Enhance host and parent document management with presigned URL generation for S3 uploads. Implement upsert logic for host documents and parent company details, ensuring proper handling of existing records.
|
2025-11-28 17:20:27 +05:30 |
|
|
|
9e47d861a2
|
made the stepper updation in submit company details api
|
2025-11-28 11:41:35 +05:30 |
|
|
|
62637ecc9a
|
made minor fixes
|
2025-11-27 15:03:34 +05:30 |
|
|
|
498c4cbe46
|
updated prisma version
|
2025-11-26 12:00:48 +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 |
|
|
|
7056f32e24
|
made get score api for pqq
|
2025-11-24 23:19:18 +05:30 |
|