Commit Graph

5 Commits

Author SHA1 Message Date
masoodafar-web
4b6f8187e5 feat: Implement User Package Status and User Order Management features
- Added GetUserPackageStatus functionality with mapping and service implementation.
- Introduced UserOrder service methods for updating order status, applying discounts, and calculating order PV.
- Created Protobuf definitions for public messages and user orders, including necessary request and response messages.
- Implemented mapping profiles for package and user order related queries and commands.
- Developed query handlers and validators for new commands and queries in the application layer.
- Established PublicMessage service for handling public messages with appropriate gRPC endpoints.
2025-12-04 03:43:28 +03:30
masoodafar-web
8878c07031 Add category products query and update endpoints 2025-11-27 04:58:09 +03:30
masoodafar-web
c3193824c4 Add ProductsProfile mapping for categories response 2025-11-27 04:06:32 +03:30
King
9fcc5d9276 Update 2025-09-28 16:57:35 +03:30
King
4241523443 Update 2025-09-28 15:24:13 +03:30