Skip to content

Commit

Permalink
Markdown Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
neolytian committed Dec 14, 2023
1 parent 8c58c0b commit a316950
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion docs/domain-modelling-process.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Domain-Driven Design Modelling Process
# Domain-Driven Design Modelling Process


![DDD Modelling Process](./images/ddd_starter_modelling_process_colored.png)


The [Domain-Driven Design Starter Modelling Process](https://github.com/ddd-crew/ddd-starter-modelling-process) is a process for learning and applying DDD in practice. It covers eight steps from aligning with the business model to coding the domain model. It is flexible and iterative, and suitable for beginners who want to master DDD.

1. **Align:**
Expand Down
10 changes: 5 additions & 5 deletions docs/from-concept-to-code.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# From Concept to Code
# From Concept to Code

## What is your business problem?
## What is your business problem?

A business problem is a situation that creates a gap between the desired and actual outcomes. It can be any hurdle, situation, or variation that prevents a business from achieving its objectives. A business problem may not have an immediately obvious resolution, and may be masked or hidden by perception and assumption. To define a true problem, one needs to remove the factors that obscure the real reason behind the problem.

Expand All @@ -14,15 +14,15 @@ To solve a problem for a (internal / external) customer with a product, a person
* What are the benefits or value that they get from our product?
* How do they measure the success or impact of our product on their goals?

## Value Stream of Designing Cloud Applications
## Value Stream of Designing Cloud Applications

![Value Stream of Application Modelling](./images/Value_stream_DDD_BTP_Application.png)

### Context
### Context

You and your team are tasked to deliver a multi-tenant application for public cloud on BTP or S/4HANA Public Cloud and you want to either base the application on CAP or RAP.

### Trigger
### Trigger

One the following triggers should encourage you to engage in sophisticated design process:

Expand Down

0 comments on commit a316950

Please sign in to comment.