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
Alex Kryvdyk
ed26c3359c
Remove private setters to make class immutable
...
Remove private setters to make a class truly immutable. Otherwise, properties can be updated outside of constructor. This also makes code cleaner. Same in docs https://github.com/dotnet/docs/pull/4755
2018-03-23 15:50:25 +02:00
Cesar De la Torre
d2f7d6a5d6
Minor clean-up on Entity, Domain Events.
2017-11-07 16:53:41 -08:00
Ramón Tomás
4be61abdde
Merge new creation ordering workflow
2017-06-12 13:52:23 +02:00
igorsych
9e75504690
Newtonsoft.Json and MediatR with fixes of all based on MediatR classes
...
also from csproj files excluded direct specification of runtime to make compile happy if on a system we have higher version.
2017-05-19 18:03:05 +03:00
Christian Arenas
7c27ac498b
Add new methods to order aggregate root and modify saga process
2017-05-15 19:17:16 +02:00
Christian Arenas
3fcf8a0bcd
Merge branch 'order-processflow-redesign' of https://github.com/dotnet-architecture/eShopOnContainers into order-processflow-redesign
2017-05-11 18:39:12 +02:00
Christian Arenas
d6ccf27100
OrderStockConfirmedDomainEvent implemented
2017-05-11 18:39:06 +02:00
Ramón Tomás
00a0824bbd
Fix issue identityService.getuseridentity fails when called from integration event
2017-05-11 18:34:07 +02:00
Christian Arenas
9a6ad2cc85
Continue implementing OrderStockConfirmed events
2017-05-10 19:48:36 +02:00
Cesar De la Torre
3ed136b00f
Domain Event Handlers are now grouped by Domain Events, as any Domain Event could have 'n' handlers related.
2017-03-18 11:44:18 -07:00
Cesar De la Torre
c7e317413e
Refactoring Domain Events
2017-03-17 18:36:34 -07:00
Cesar De la Torre
b9c1778d9d
Refactoring Domain Events so it is clear and differenciated versus Integration Events
2017-03-16 18:52:02 -07:00
Ramón Tomás
c8f0776f1f
Added domain events in Ordering Api
2017-03-14 18:02:28 +01:00