Skip to content

[project] 프로젝트 상태 및 시작/종료 연도 필드 추가#14

Merged
ZaMan0806 merged 2 commits into
themoment-team:mainfrom
ZaMan0806:add/project-status-years-field
Apr 19, 2026
Merged

[project] 프로젝트 상태 및 시작/종료 연도 필드 추가#14
ZaMan0806 merged 2 commits into
themoment-team:mainfrom
ZaMan0806:add/project-status-years-field

Conversation

@ZaMan0806

Copy link
Copy Markdown
Collaborator

Description

DataGSM PR #311에서 Project 응답 스펙에 startYear, endYear, status 필드가 추가됨에 따라 Java SDK 모델을 동기화합니다.

Changes

  • Project 모델에 다음 필드 및 접근자 추가
    • int startYear
    • Integer endYear (nullable, getter는 Optional<Integer> 반환)
    • ProjectStatus status
  • ProjectStatus enum 신규 생성 (ACTIVE, ENDED)
  • Project#toString()에 신규 필드 반영

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Refactoring
  • Test update

Checklist

  • 코드가 정상적으로 빌드됩니다
  • 관련 테스트를 추가하거나 업데이트했습니다
  • 문서를 업데이트했습니다 (필요한 경우)
  • Breaking change가 있다면 마이그레이션 가이드를 작성했습니다

@snowykte0426 snowykte0426 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Sdk 버전을 변경해야 할 것 같아요

@ZaMan0806 ZaMan0806 changed the title add(project): 프로젝트 상태 및 시작/종료 연도 필드 추가 [project] 프로젝트 상태 및 시작/종료 연도 필드 추가 Apr 17, 2026
@ZaMan0806

Copy link
Copy Markdown
Collaborator Author

Sdk 버전을 변경해야 할 것 같아요

9bf9af4
수정하였습니다!

@ZaMan0806 ZaMan0806 merged commit ee65800 into themoment-team:main Apr 19, 2026
1 check passed
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.

2 participants