Commit graph

226 commits

Author SHA1 Message Date
667e1549c9
feat: delete LineItem service 2024-07-23 18:02:29 +05:30
15c0241598
feat: updatel LineItem service 2024-07-23 17:55:31 +05:30
f295666bd0
fix: rename delete_line_item > delete_line_item_command 2024-07-23 17:55:09 +05:30
ebcdc25e90
feat: implement Aggregate for LineItem aggregate 2024-07-23 17:43:14 +05:30
1412cb19ec
feat: db port to check if line item UUID exists 2024-07-23 17:42:57 +05:30
36432bcd83
feat: add line item service 2024-07-23 17:41:40 +05:30
66101f0aeb
feat: implement View for LineItem aggregate 2024-07-23 17:41:10 +05:30
ac1964d21a
feat: define LineItem with add and update events and commands 2024-07-23 14:46:52 +05:30
06c97f57a2 Merge pull request 'feat: replace maildev with mailpit' () from fix-maildev into master
Reviewed-on: 
2024-07-23 14:46:33 +05:30
de5beb6dbd
feat: replace maildev with mailpit 2024-07-23 14:38:36 +05:30
4cba4aac91
debug: fix maildev 2024-07-23 14:38:34 +05:30
772fcbbe3b Merge pull request 'fix: typo in meilisearch config param' () from fix-meilisearch-url into master
Reviewed-on: 
2024-07-23 14:37:38 +05:30
accc2dd79e
fix: typo in meilisearch config param 2024-07-23 14:37:30 +05:30
182b035c74 Merge pull request 'feat: method to check if Quantity is empty' () from quantity-empty-check into master
Reviewed-on: 
2024-07-22 20:16:17 +05:30
3663d6e17a Merge pull request 'fix: run meilisearch env override test separately' () from fix-meilisearch-url into master
Reviewed-on: 
2024-07-22 20:16:10 +05:30
7b0492d926
feat: method to check if Quantity is empty 2024-07-17 23:52:01 +05:30
8be134956b
fix: run meilisearch env override test separately 2024-07-17 23:51:30 +05:30
90a09c8c82 Merge pull request 'feat: get Category from DB and order Product index while Product creation' () from index-product into master
Reviewed-on: 
2024-07-17 21:45:46 +05:30
aa658f8eb2 Merge pull request 'feat: fulltext search with meillisearch; deploy in devenv & CI; index product' () from fts into master
Reviewed-on: 
2024-07-17 20:34:23 +05:30
72163df68d
feat: get Category from DB and order Product index while Product creation 2024-07-17 20:23:16 +05:30
c569487ee3
feat: deploy meilisearch in dev env and in CI 2024-07-17 20:21:41 +05:30
327e033aeb
feat: index Product for full text search with meillisearch 2024-07-17 20:21:02 +05:30
7103116c0f
feat: read meilisearch config 2024-07-17 20:16:21 +05:30
b4a76a36ad Merge pull request 'feat: include minor and major quantity description in Product and amend DB for same' () from fixes-54 into master
Reviewed-on: 
2024-07-17 16:50:33 +05:30
953d8d9fb7
feat: include minor and major quantity description in Product and amend DB for same
closes: 
2024-07-17 16:24:40 +05:30
54e3e7a330 Merge pull request 'feat: update Store aggregate cmd, event and service' () from update-store into master
Reviewed-on: 
2024-07-16 22:52:10 +05:30
bc1245894b
feat: update Store aggregate cmd, event and service 2024-07-16 22:41:12 +05:30
f8a4cc5a82 Merge pull request 'feat: update Category aggregate cmd, event and service' () from update-category into master
Reviewed-on: 
2024-07-16 22:40:42 +05:30
9d0c3ccb45
feat: update Category aggregate cmd, event and service 2024-07-16 22:10:16 +05:30
62f6d55fe3 Merge pull request 'feat: update Customization aggregate cmd, event and service' () from update-customization into master
Reviewed-on: 
2024-07-16 21:47:17 +05:30
987b48a3df
feat: update Customization aggregate cmd, event and service 2024-07-16 20:56:47 +05:30
feaab33d33
fix: use product ID from customization obj 2024-07-16 20:56:31 +05:30
7c416feacd Merge pull request 'fix: include product_id in Customization aggregate obj' () from cust-obj-prod-id into master
Reviewed-on: 
2024-07-16 20:20:57 +05:30
2ec9df9ef7
fix: include product_id in Customization aggregate obj 2024-07-16 19:57:56 +05:30
4243c0346f Merge pull request 'feat: test AddCUstomization with cqrs infra' () from add-customization-test into master
Reviewed-on: 
2024-07-16 19:45:59 +05:30
478977850a
feat: test AddCUstomization with cqrs infra 2024-07-16 19:39:41 +05:30
9070bea10d Merge pull request 'fix: consistency check for Store before creating Category' () from store-exists-check into master
Reviewed-on: 
2024-07-16 17:39:00 +05:30
5d3ebd667a Merge pull request 'fix: consistency check for category before creating product' () from category-exists-check into master
Reviewed-on: 
2024-07-16 17:31:04 +05:30
3a65f2ca17
fix: consistency check for Store before creating Category 2024-07-16 17:30:34 +05:30
ae8615b8ee
fix: use UUID instead of Store obj to check constraint violations w DB port 2024-07-16 17:28:30 +05:30
b146b13bc4 Merge pull request 'feat: update product service, event and command' () from update-product into master
Reviewed-on: 
2024-07-16 17:22:13 +05:30
fcfe91708e
fix: consistency check for category before creating product 2024-07-16 17:21:15 +05:30
18141a4079
feat: update product service, event and command 2024-07-16 17:15:03 +05:30
02817f856d Merge pull request 'feat: define Customization aggregate, and impl Query and View and impl add customization service' () from customizaiton-aggregate into master
Reviewed-on: 
2024-07-16 16:25:44 +05:30
d43d8683e9
feat: define and impl add customization user case 2024-07-16 15:56:22 +05:30
f189ecbf38
feat: define Customization aggregate, and impl Query and View 2024-07-16 15:55:14 +05:30
0f29902b4b
fix: rm customization from product aggregate 2024-07-16 15:55:12 +05:30
89d43f281f Merge pull request 'chore: clippy lints' () from chore-clippy into master
Reviewed-on: 
2024-07-16 13:20:06 +05:30
cb5bb703e1
chore: clippy lints 2024-07-16 11:50:49 +05:30
d707051e72 Merge pull request 'feat: check for Customization constraint violation' () from customize-products into master
Reviewed-on: 
2024-07-16 11:42:37 +05:30