vanikam/src/inventory/domain
Aravinth Manivannan 478977850a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
feat: test AddCUstomization with cqrs infra
2024-07-16 19:39:41 +05:30
..
add_category_command.rs chore: clippy lints 2024-07-16 11:50:49 +05:30
add_customization_command.rs feat: define and impl add customization user case 2024-07-16 15:56:22 +05:30
add_product_command.rs fix: rm customization from product aggregate 2024-07-16 15:55:12 +05:30
add_store_command.rs chore: clippy lints 2024-07-16 11:50:49 +05:30
category_added_event.rs fix: replace username with first and last name and use user_id UUID for primary keys 2024-07-14 21:00:20 +05:30
category_aggregate.rs chore: clippy lints 2024-07-16 11:50:49 +05:30
commands.rs feat: update product service, event and command 2024-07-16 17:15:03 +05:30
customization_added_event.rs feat: test AddCUstomization with cqrs infra 2024-07-16 19:39:41 +05:30
customization_aggregate.rs feat: test AddCUstomization with cqrs infra 2024-07-16 19:39:41 +05:30
events.rs feat: update product service, event and command 2024-07-16 17:15:03 +05:30
mod.rs feat: define and impl add customization user case 2024-07-16 15:56:22 +05:30
product_added_event.rs fix: rm customization from product aggregate 2024-07-16 15:55:12 +05:30
product_aggregate.rs feat: update product service, event and command 2024-07-16 17:15:03 +05:30
product_updated_event.rs feat: update product service, event and command 2024-07-16 17:15:03 +05:30
stock_aggregate.rs feat: place holder stock aggregate 2024-07-15 19:49:55 +05:30
store_added_event.rs fix: replace username with first and last name and use user_id UUID for primary keys 2024-07-14 21:00:20 +05:30
store_aggregate.rs chore: clippy lints 2024-07-16 11:50:49 +05:30
update_product_command.rs feat: update product service, event and command 2024-07-16 17:15:03 +05:30