Commit Graph

4 Commits

Author SHA1 Message Date
masoodafar-web
fe56b8f139 feat: add GetAvailableWeeks query and update protobuf imports
All checks were successful
Build and Deploy / build (push) Successful in 2m18s
2025-12-12 05:57:32 +03:30
masoodafar-web
ce3b5db822 feat: add Mapster profiles and enable DiscountOrder handlers
All checks were successful
Build and Deploy / build (push) Successful in 2m14s
2025-12-08 21:10:21 +03:30
masoodafar-web
82319285bc feat: Implement Public Message management features including create, update, delete, and publish functionalities 2025-12-04 17:29:05 +03:30
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