Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: chapter 4 description #155

Merged
merged 51 commits into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
4cfadaf
docs: fix misspelling
kamilbaczek Jun 23, 2024
0aace61
Update README.adoc
kamilbaczek Jun 23, 2024
40f272d
docs: fix text stylistic
kamilbaczek Jun 24, 2024
4220d44
docs: update badges to chapter 4
kamilbaczek Jun 24, 2024
8b24a9f
docs: fix formatting
kamilbaczek Jun 24, 2024
5d8f977
docs: plan next section
kamilbaczek Jun 24, 2024
cfa2273
docs: add chapter 4
kamilbaczek Jun 26, 2024
482a1e2
docs: add more information about aggregate root
kamilbaczek Jun 27, 2024
2b42103
docs: add image for domain modelling starter
kamilbaczek Jun 28, 2024
dee35ca
fix: misspelling
kamilbaczek Jun 29, 2024
67c6f88
fix add basic definitions to patterns
kamilbaczek Jun 29, 2024
f2728f2
feat: delete redunant section
kamilbaczek Jun 29, 2024
8ba9bee
docs: add note about ddd as pharmacy
kamilbaczek Jun 30, 2024
802eca6
docs: add links
kamilbaczek Jun 30, 2024
c54753a
docs: add design level event storming picture
kamilbaczek Jun 30, 2024
e599aa5
docs: add value object
kamilbaczek Jul 3, 2024
d0b822e
docs: restructure chapter
kamilbaczek Jul 3, 2024
cceb030
docs: add domain events section
kamilbaczek Jul 3, 2024
cc0e54f
docs: rephrase tatical ddd section
kamilbaczek Jul 3, 2024
b86b7b5
fix: restructure text
kamilbaczek Jul 6, 2024
a3564a5
feat: describe entity
kamilbaczek Jul 6, 2024
30ee44f
feat: add value object description
kamilbaczek Jul 7, 2024
bc7bcea
docs: fix note
kamilbaczek Jul 9, 2024
4a12e36
docs: add examples of value objects
kamilbaczek Jul 10, 2024
c9089e4
feat: add example of domain event
kamilbaczek Jul 10, 2024
30966f5
docs: remove empty line
kamilbaczek Jul 10, 2024
f6be50c
fix: binding contract styling
kamilbaczek Jul 10, 2024
6536326
fix: binding contract styling
kamilbaczek Jul 10, 2024
da35bd5
docs: update aggregate root building block description
kamilbaczek Jul 11, 2024
a17adc3
feat: add ddd trillema
kamilbaczek Jul 13, 2024
be147c8
feat: add aggregate internals image
kamilbaczek Jul 13, 2024
95df493
fix: add missing section
kamilbaczek Jul 14, 2024
6d6a652
fix grammar
kamilbaczek Jul 14, 2024
f272f6b
feat: add work in progress canvas
kamilbaczek Jul 17, 2024
8db1e35
feat: add aggregate root canvas filled
kamilbaczek Jul 18, 2024
6d08547
feat: add aggreate root description
kamilbaczek Jul 18, 2024
ec7552b
docs: update images to be transparent
kamilbaczek Jul 30, 2024
14a5733
feat: add value object as subset example
kamilbaczek Jul 30, 2024
25f9c79
docs: format tactical and strategic words
kamilbaczek Jul 30, 2024
8b704f4
docs: remove whitespaces
kamilbaczek Jul 30, 2024
c84171b
feat: update aggregate root documentation
kamilbaczek Jul 30, 2024
f4b3c96
docs: update formatting
kamilbaczek Jul 30, 2024
dfee24b
feat: fill gaps in description
kamilbaczek Jul 31, 2024
970ee59
docs: fix formating of document
kamilbaczek Jul 31, 2024
4bf18ee
docs: fix formating of document
kamilbaczek Jul 31, 2024
113fd41
docs: remove section lightweight aggregate that is not completed yet
kamilbaczek Aug 2, 2024
622317e
fix: apply code review suggestions
kamilbaczek Aug 22, 2024
cbf6ee1
feat: improve colors on aggregate design
kamilbaczek Aug 22, 2024
a3e4e83
feat: mention about aggregate root
kamilbaczek Aug 22, 2024
080c65e
feat: fix domain events description
kamilbaczek Aug 22, 2024
5b6b6b3
feat: add note that we have already used ddd strategic
kamilbaczek Aug 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace EvolutionaryArchitecture.Fitnet.Contracts.Core.UnitTests.PrepareContra
public sealed class CustomerMustBeSmallerThanMaximumHeightLimitRuleTests
{
[Fact]
internal void Given_customer_height_which_is_greater_than_maximum_height_limit_Then_validation_should_have_error()
internal void Given_customer_heigth_which_is_greater_than_maximum_height_limit_Then_validation_should_have_error()
{
// Arrange
const int height = 211;
Expand Down
311 changes: 283 additions & 28 deletions Chapter-4-applying-tactical-domain-driven-design/README.adoc

Large diffs are not rendered by default.

Loading