Skip to content

Commit

Permalink
docs: 튜토리얼 링크
Browse files Browse the repository at this point in the history
  • Loading branch information
hhko committed Feb 19, 2025
1 parent bf1a456 commit 16b6070
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
16 changes: 13 additions & 3 deletions 03-tutorial/ddd-basic/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
> - 원본 소스: [링크](https://github.com/Dometrain/getting-started-domain-driven-design)
## 학습 목표
- DDD 기반 설계 순서를 이해합니다.
- 목차 구성은 실제 프로젝트 수행과 같이 마일스톤을 구성되어 있습니다.
- 도메인 지식 코드화를 위한 전술 설계 패턴과 코드 구성을 이해합니다.
- 지속 가능한 소프트웨어 개발을 위한 구현 순서를 이해합니다.
- 목차는 프로젝트 수행 순서에 따라 마일스톤 단위로 구성되어 있습니다.
- 도메인 지식을 코드화하는 전술 설계 패턴과 코드 구조를 이해합니다.

## 목차
- Part 1. 비즈니스 관심사
- Milestone 1. [도메인 탐색](./milestone01-domain-exploration/index.md)
- Milestone 2. [깊은 도메인 탐색](./milestone02-deeper-domain-exploration/index.md)
- Milestone 3. [유스케이스](./milestone03-usecase/index.md)
- Part 2. 기술 관심사
- Milestone 4. [인프라스트럭처(WebApi)](./milestone04-infrastructure/index.md)
- Milestone 5. [영속성(Db)](./milestone05-persistence/index.md)
- Milestone 6. [서비스](./milestone06-service/index.md)
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@
![](./01-architecture/part1-overview/ch04-internal-architecture/.images/Architecture.Internal.png)

## External 아키텍처
> TODO
> TODO
# 튜토리얼
- [도메인 주도 설계 기본](./03-tutorial/ddd-basic/index.md)

0 comments on commit 16b6070

Please sign in to comment.