CESARDL
795c786625
Renamed IRepository to IAggregateRepository
2017-02-02 16:10:06 -08:00
CESARDL
4708b89457
Partial refactoring about Order and OrderItems.
...
Set the fields to explicit private
Using .ToReadOnly(), but still might need to use List<> instead HashSet<> so we won't need the .ToList() conversion which is "expensive"..
2017-02-02 13:34:44 -08:00
PLAINCONCEPTS\ccanizares
1c1f7571e6
- Some minor refactoring (renaming) and make work web clients applications that were 'broken' after refactoring dtos in ordering service in this branch.
...
- Update dockerfile to asp.net 1.1 in ordering
2017-01-30 15:46:43 +01:00
Unai Zorrilla Castro
607d1ca2fa
Fix query with new model. Add missing properties into migration. Work on github issues
2017-01-27 11:38:23 +01:00
Unai Zorrilla Castro
9d2d152c2d
Improve ordering int order to solve feedback
2017-01-25 17:10:08 +01:00
CESARDELATORRE
4670a6da89
Refactoring: Moved RepositoryContracts/Interfaces each one to its related Aggregate's folder, so it is clear the "relationship" between Aggregate-Root and Repository Contract/Interface
2017-01-23 09:30:19 -08:00
CESARDELATORRE
42501a5a0b
Minor refactoring and docs updates
2017-01-19 19:51:28 -08: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
CESARDELATORRE
57ae6ab3be
Refactoring in Ordering Domain Model so it shows a clear AggregateModel and clusters of entities as Aggregates.
...
Also, showing Repository Interfaces as RepositoryContracts.
2017-01-17 18:32:40 -08:00
Unai
95af336404
Remove old code and projects. Add MediatR. Added first commands. Review Entities and domain. Create queries
2016-11-21 12:41:36 +01:00
Cesar De la Torre
67e94c3c45
- Consuming Ordering.API microservice from WebMVC app
...
- SQL DB updated with EF Migrations
- build-images.ps1 updated
2016-10-10 21:52:57 -07:00
Cesar De la Torre
28b4ccb317
Working Ordering microservice on Docker with Docker-compose deployment
2016-09-14 00:44:13 -07:00
Cesar De la Torre
68bcb70fd2
Added OrderItem features and moved queries to the OrderingQueries class
2016-09-13 00:20:46 -07:00
Cesar De la Torre
ec6256ef6e
More implementation of Ordering microservice with draft EF Core DbContext linked to a SQL LocalDB. Code in WebAPI related to the Context still to be refactored and moved to the Infrastructure.SqlData project.
2016-09-09 17:24:24 -07:00
Cesar De la Torre
9aed8221f2
Work in progress for the Ordering microservice Domain Model
2016-09-08 16:33:23 -07:00