Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mock 데이터 도메인 설계하기 #43

Merged
merged 3 commits into from
Jul 29, 2024
Merged

mock 데이터 도메인 설계하기 #43

merged 3 commits into from
Jul 29, 2024

Conversation

djkeh
Copy link
Owner

@djkeh djkeh commented Jul 29, 2024

이 작업은 가짜 데이터 중 알고리즘으로 생성하기 적절치 않은 고유명사를 사전식으로 미리 저장해뒀다가 꺼내 쓰기 위해
가짜 데이터 도메인을 설계한다.

This closes #9

자동차 이름과 같은 고유명사처럼
가짜 데이터를 사전식으로 저장해서 관리해야 하는 경우를
도메인으로 설계함.
@djkeh djkeh added the enhancement New feature or request label Jul 29, 2024
@djkeh djkeh self-assigned this Jul 29, 2024
djkeh added 2 commits July 30, 2024 03:16
직전 작업 #8 에서 `mockDataType` 필드는
enum으로 관리하게 되었음.
이 변경을 `MockData` 설계에 반영함.
@djkeh djkeh merged commit bb85f13 into main Jul 29, 2024
@djkeh djkeh deleted the feature/9-domain2-2 branch July 29, 2024 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mock 데이터 도메인 설계하기
1 participant