Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
❤️ 기능 설명
DDD 도입을 위한 설계 문서 전 범위를 작성합니다.
유비쿼터스 언어 사전부터 도메인 전략, 전술 설계, 테스트 갭 분석, DDD 전환 로드맵까지 포함합니다.
📄 작성된 문서
유비쿼터스 언어 (
docs/ubiquitous-language/)바운디드 컨텍스트별로 표준 용어를 정의합니다.
ubiquitous-language.mdREADME.mdsource-ingestion.mdpost-content.mduser-account.mdpersonalization-profile.mdactivity.mdScrabPost → Bookmark통일 결정 포함)search.mdrecommendation.mdRecommendationSet표준 용어 확정auth-security.mdnotification.mdadmin-ops.md주요 용어 결정사항:
ScrabPost/scrap_posts/Bookmark→ 북마크 / Bookmark로 통일searchWord/query→ 검색어 / SearchQuery로 통일keyKeywords→ 핵심 키워드 / KeyKeywordRecommendationSet표준 용어 확정 (현재RecommendedPost단건 구조는 리팩터링 대상)전략 설계 (
docs/domain-strategy.md)User Account/Personalization Profile개념 분리 결정 (현재 패키지는domain/user유지, 패키지 분리는 이벤트 정착 후 검토)전술 설계 (
docs/tactical-design.md)SocialIdentity,AccountProfile,RankOrder,EmbeddingVector,PostSummary등TechBlog.markCrawled(),User.replaceInterests(),Post.markAsEmbedded()Post.incrementViewCount()동시성 정책 결정 (SQL atomic UPDATE 방식 채택)@TransactionalEventListener(AFTER_COMMIT)+@Async, Batch Step 완료 후 발행테스트 갭 분석 (
docs/test-gap-analysis.md)@Test수DDD 전환 + 테스트 개선 로드맵 (
docs/ddd-test-refactoring-roadmap.md)핵심 전략:
UserInterestsChanged,PersonalizedProfileGenerated,TechnicalPostIndexed연결된 issue
close #357
✅ 체크리스트