Skip to content

Commit

Permalink
Add 3.11 Architecture Decision Log to README
Browse files Browse the repository at this point in the history
  • Loading branch information
kgrzybek authored Nov 2, 2019
1 parent 6778fdd commit c680815
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ Full Modular Monolith .NET application with Domain-Driven Design approach.

  [3.10 Unit Tests](#310-unit-tests)

  [3.11 Architecture Decision Log](#311-architecture-decision-log)

[4. Technology](#4-technology)

[5. How to Run](#5-how-to-run)
Expand Down Expand Up @@ -933,6 +935,12 @@ protected MeetingTestData CreateMeetingTestData(MeetingTestDataOptions options)
}
```

### 3.11 Architecture Decision Log

All Architectural Decisions (AD) are documented in the [Architecture Decision Log (ADL)](docs/architecture-decision-log) (in progress).

More information about documenting architecture-related decisions in this way : [https://github.com/joelparkerhenderson/architecture_decision_record](https://github.com/joelparkerhenderson/architecture_decision_record)

## 4. Technology

List of technologies, frameworks and libraries used for implementation:
Expand Down Expand Up @@ -1099,4 +1107,4 @@ The project is under [MIT license](https://opensource.org/licenses/MIT).

### Event Storming
- ["Introducing EventStorming"](https://leanpub.com/introducing_eventstorming) book, Alberto Brandolini
- ["Awesome EventStorming"](https://github.com/mariuszgil/awesome-eventstorming) GH repository, Mariusz Gil
- ["Awesome EventStorming"](https://github.com/mariuszgil/awesome-eventstorming) GH repository, Mariusz Gil

0 comments on commit c680815

Please sign in to comment.