Skip to content

[#808] 개발 목표와 개발 기록의 Domain 모델을 구성한다 - #837

Merged
opficdev merged 10 commits into
developfrom
feat/#808
Aug 27, 2026
Merged

[#808] 개발 목표와 개발 기록의 Domain 모델을 구성한다#837
opficdev merged 10 commits into
developfrom
feat/#808

Conversation

@opficdev

Copy link
Copy Markdown
Owner

🔗 연관된 이슈

🎯 의도

개발 목표와 개발 기록의 상태·버전 규칙을 Domain에 고정하고 이후 계층이 참조할 기준 마련

📝 작업 내용

📌 요약

  • DevelopmentGoal·DevelopmentRecord 모델과 상태·초안·버전 규칙 추가
  • 목표·기록 Repository 및 UseCase 추가
  • Todo의 선택적 개발 목표 연결과 UpdateTodoGoalUseCase 추가
  • DomainAssembler 등록과 Domain 단위 테스트 추가
  • .agents/specs/, .agents/plans/ 추적 제외 및 Todo 속성 주석 정리

🔍 상세

  • 개발 목표 제목, 상태 전환, 완료 조건 검증
  • 기록 초안, 확정 버전, 정정, 되돌리기 규칙 검증
  • 목표 완료 시 기록 존재·확정 상태·초안 유무 검증
  • Todo 목표 연결·변경·해제 및 목표 존재 여부 검증
  • Data·Infra·Presentation·Tuist·Firestore 구현 미포함

📸 영상 / 이미지 (Optional)

flowchart LR
    goal[DevelopmentGoal]
    record[DevelopmentRecord]
    version[DevelopmentRecord.Version]
    draft[DevelopmentRecord.Draft]
    todo[Todo]

    goal --> record
    record --> version
    record --> draft
    todo -. 선택 연결 .-> goal
Loading

@opficdev opficdev self-assigned this Aug 27, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 0cdc8986f2

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread Application/Domain/Sources/DomainAssembler.swift
Comment thread .gitignore Outdated
@opficdev
opficdev merged commit ca8ef02 into develop Aug 27, 2026
9 checks passed
@opficdev
opficdev deleted the feat/#808 branch August 27, 2026 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

개발 목표와 개발 기록의 Domain 모델을 구성한다

1 participant