Commit Graph

10 Commits

Author SHA1 Message Date
abumahid 78a9b99aae feat(order): add customer email and optional fields, update order creation flow
- Added `customerEmail` field to Order model.
- Made `customerNote` optional in the Order model.
- Updated order creation logic to send a tracking email.
- Updated order validation to handle optional fields.
- Refactored configurations import path from `errors/configs` to `configs`.
- Minor modifications across account and order services for consistency.
2026-04-13 00:13:52 +06:00
Md Sharafat Hassain ee5eb0f0f5 Order api: create order schema 2026-04-12 22:47:56 +06:00
Md Sharafat Hassain 308445f346 Plan-API : adding the update swagger 2026-04-09 21:44:07 +06:00
Md Sharafat Hassain 2f8c9dbc45 plan_Api: The update api issue was fixed and ready go for testing 2026-04-09 20:55:50 +06:00
Md Sharafat Hassain 75209cc435 api: get all api, post api, get signle data api and delete api was created 2026-04-08 21:06:42 +06:00
Md Sharafat Hassain bcdb125af1 adding the plan post api 2026-04-07 22:32:13 +06:00
abumahid ba1b0df589 Merge pull request #2 from techzaaa/dev
Dev
2026-04-03 00:56:06 +06:00
abumahid d389108c49 Merge pull request #1 from techzaaa/abumahid
🔧 chore(account): update account module structure and email queue pro…
2026-04-03 00:55:43 +06:00
abumahid 3f0ead4265 🔧 chore(account): update account module structure and email queue processing
- Enhanced account management with new validation and Swagger documentation.
- Updated Prisma schemas and migrations for the account and profile.
- Improved email handling mechanisms in the email queue system with new worker functionality.
- Adjusted Docker configurations and package dependencies for better integration.
2026-04-03 00:54:46 +06:00
abumahid 81f9801487 init: init project 2026-04-02 21:27:09 +06:00