Commit Graph

9 Commits

Author SHA1 Message Date
masoodafar-web b229a3f0b6 refactor: Update protobuf namespaces and remove unused imports 2025-12-06 16:42:15 +03:30
masoodafar-web 256b41fcb5 feat: Add bulk update functionalities for product prices and stock, along with low stock query support 2025-12-04 02:56:07 +03:30
masoodafar-web 4f400eabc5 feat: Implement Discount Product and Shopping Cart functionalities
- Added UpdateDiscountProductCommandValidator for validating discount product updates.
- Created GetDiscountProductByIdQuery and its handler for retrieving discount product details by ID.
- Implemented GetDiscountProductsQuery and handler for fetching a list of discount products with filtering options.
- Developed AddToCartCommand and handler for adding products to the shopping cart.
- Implemented ClearCartCommand and handler for clearing the shopping cart.
- Created RemoveFromCartCommand and handler for removing items from the cart.
- Added UpdateCartItemCountCommand and handler for updating the quantity of items in the cart.
- Developed GetUserCartQuery and handler for retrieving the user's shopping cart details.
- Implemented Product Tag functionalities including assigning tags to products, creating, updating, and deleting tags.
- Added queries for fetching all tags and products by tag.
2025-12-04 02:41:19 +03:30
masoodafar-web 3e5f8348c2 Add category IDs support to product DTOs and protobuf 2025-11-27 05:43:01 +03:30
masoodafar-web 8878c07031 Add category products query and update endpoints 2025-11-27 04:58:09 +03:30
masoodafar-web bb8d35a1d1 Implement product categories CRUD operations with CMS integration 2025-11-27 04:50:35 +03:30
masoodafar-web 8340a932ce Add product categories CQRS handlers and gRPC endpoints 2025-11-27 03:46:51 +03:30
masoodafar-web ad3cc728df update 2 2025-11-27 03:14:43 +03:30
masoodafar-web 020f0479ad update 2025-11-26 23:10:03 +03:30