Skip to content

document 도메인 개발 #26

@kusuri12-09

Description

@kusuri12-09

Summary

document 도메인의 Entity/VO/Aggregate/Domain Service/Domain Event/Repository Port의 최소 골격을 구현합니다.

Problem / Motivation

현재 도메인 규칙이 코드 상에서 흩어질 위험이 있습니다.
도메인이 Framework/DB/외부 API 의존없이 독립적으로 진화할 수 있도록 경계와 규칙을 고정해야 합니다.

Proposed Solution

DDD 원칙을 적용한 독립적인 document 도메인을 설계합니다.

  • excel 파일과 pdf 파일을 내보낼 수 있게 합니다.
  • pdf 파일의 경우 html 파일을 양식에 맞추어 내보내도록 합니다.

Scope

document의 도메인 레이어에 대한 부분만 구현합니다.
도메인 단위로 테스트 가능하게 합니다.

Dependencies / Risks

No response

Additional Notes

No response

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions