Ramón Tomás
|
08e8a4ba26
|
Added signalr client service to SPA app
|
2018-04-13 17:10:25 +02:00 |
|
Ramón Tomás
|
f1f17798da
|
Added missing Task.Background service docker-compose configuration
Added signalr client for MVC
Added signalr hub
Added signalr events when order status changes
|
2018-04-13 13:45:21 +02:00 |
|
Ramón Tomás
|
b7f6ead00d
|
Updated MediatR to v4 in unit tests
|
2017-12-13 18:54:02 +01:00 |
|
Ramón Tomás
|
87e57b9a44
|
Merge from Dev
|
2017-05-18 15:39:31 +02:00 |
|
Ramón Tomás
|
f79806e899
|
Created Ship order process in WebMVC app
Create Ship order command and handler in Ordering.api
Create Order management page in WebMVC app
|
2017-05-14 14:48:37 +02:00 |
|
Ramón Tomás
|
e4c8462f2b
|
Fix merge
|
2017-05-11 16:33:11 +02:00 |
|
Ramón Tomás
|
b8f01a9199
|
Fix failing tests
|
2017-05-10 11:26:45 +02:00 |
|
Cesar De la Torre
|
4b1467a7b9
|
Fixing the CreateOrderCommand so it is 100% immutable. It shouldn't have the AddOrderItem() method. In any case, it was not really used but in the tets, since this Command is serialized in the client side, then deserialized in the service level.
|
2017-05-02 17:42:59 -07:00 |
|
dsanz
|
35cc2f9d7b
|
Merge branch 'dev'
# Conflicts:
# src/Services/Basket/Basket.API/Model/IBasketRepository.cs
# src/Services/Basket/Basket.API/Model/RedisBasketRepository.cs
# src/Services/Catalog/Catalog.API/Startup.cs
# src/Services/Ordering/Ordering.API/Application/Commands/CreateOrderCommandHandler.cs
# src/Services/Ordering/Ordering.Infrastructure/Repositories/OrderRepository.cs
# test/Services/UnitTest/Ordering/Application/NewOrderCommandHandlerTest.cs
|
2017-03-29 11:43:30 +02:00 |
|
Danny Chen
|
260df610b7
|
use non generic repository interface
|
2017-03-20 01:42:31 -04:00 |
|
dsanz
|
faf4ada8ac
|
Fix unit tests
|
2017-03-15 15:32:13 +01:00 |
|
Ramón Tomás
|
c8f0776f1f
|
Added domain events in Ordering Api
|
2017-03-14 18:02:28 +01:00 |
|
Ramón Tomás
|
e7ec7260bb
|
Added ordering unit tests
|
2017-03-03 17:51:32 +01:00 |
|
etomas
|
67ab1159df
|
Immutable commands - wip
|
2017-02-27 17:52:14 +01:00 |
|
Cesar De la Torre
|
bfe2139a09
|
Refactoring so we enforce to have a Repository only per Aggregate
|
2017-02-26 20:32:34 -08:00 |
|
CESARDL
|
8325ddbd30
|
Refactored: From Buyer.FullName to Buyer.IdentityGuid.
Also similar changes at the CreateOrderCommand
Plus an update to the README.md for GitHub
|
2017-02-07 23:03:35 -08:00 |
|
Unai Zorrilla Castro
|
9d2d152c2d
|
Improve ordering int order to solve feedback
|
2017-01-25 17:10:08 +01:00 |
|
CESARDELATORRE
|
2babf6e4fe
|
Added field "Alias" to PaymentMethod and created EF migration for that
Refactoring related to OrderCommand (instead NewOrderCommand)
Refactoring in Buyer.IdentityGuid instead of fullname variables..
|
2017-01-18 16:51:44 -08:00 |
|
Unai Zorrilla Castro
|
3c277a49de
|
Modify AsyncRequestNames, include UnitTest project, remove unused application ordering layer
|
2016-12-29 11:04:55 +01:00 |
|
Carlos Cañizares Estévez
|
ac146f4475
|
Added Unit Test Project for services
|
2016-12-22 13:20:12 +01:00 |
|