Commit Graph

12 Commits

Author SHA1 Message Date
rahat0078 49cb339e5a feat(analytics:admin): andmin analytics dashboard api done 2026-05-16 23:30:05 +06:00
sharafat 47d30d96eb Template API: create database schema 2026-04-27 00:03:06 +06:00
abumahid 2d54031c33 🔧 refactor(plan): update imports to use .js extensions and secure delete route with admin auth 2026-04-26 19:10:56 +06:00
sharafat 107b94bc97 adding the order service delete on the plan api 2026-04-26 18:57:33 +06:00
abumahid 0f7af70b90 ♻️ refactor(account, order, plan, profile, support, email): restructure application modules and enhance error handling
Updated Docker configuration, refactored middleware for improved error handling, and restructured account, order, plan, profile, and support modules, including their routes, services, and validations. Enhanced email processing queues and utilities for token generation, pagination, and response management to streamline the application architecture and enhance maintainability.
2026-04-21 03:12:39 +06:00
abumahid 739e3d1ad6 merge rahat 2026-04-15 23:38:15 +06:00
rahat0078 ba04c54c5b feat(support): complete full CRUD for support module 2026-04-13 00:35:51 +06:00
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 bcdb125af1 adding the plan post api 2026-04-07 22:32:13 +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