diff --git a/03-tutorial/ddd-basic/index.md b/03-tutorial/ddd-basic/index.md index 37e1120..071e9af 100644 --- a/03-tutorial/ddd-basic/index.md +++ b/03-tutorial/ddd-basic/index.md @@ -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) diff --git a/README.md b/README.md index a4a6d41..56bb45b 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,7 @@ ![](./01-architecture/part1-overview/ch04-internal-architecture/.images/Architecture.Internal.png) ## External 아키텍처 -> TODO \ No newline at end of file +> TODO + +# 튜토리얼 +- [도메인 주도 설계 기본](./03-tutorial/ddd-basic/index.md) \ No newline at end of file