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

[스프린트 4] 강수민 - 팀 공지사항 업데이트 기능 API 구현 #48

Merged
merged 2 commits into from
Dec 19, 2024

Conversation

wvssm
Copy link
Contributor

@wvssm wvssm commented Dec 19, 2024

✏️ 변경 요약

팀 공지사항 필드를 추가하고, 팀 공지사항 업데이트 API를 구현했습니다.

🔍 작업 내용

  1. 팀 entity에 teamAnnouncement를 추가했습니다.
  2. 팀 공지사항 업데이트 기능을 구현했습니다.

📌 관련된 이슈

Resolves #21

📢 기타

...


📋 RCA 룰

r: 꼭 반영해 주세요. 적극적으로 고려해 주세요. (Request changes)
c: 웬만하면 반영해 주세요. (Comment)
a: 반영해도 좋고 넘어가도 좋습니다. 그냥 사소한 의견입니다. (Approve)


if(!member.getUuid().equals(team.getTeamManager().getUuid())) {
throw new TeamManagerInvalidException();
}

Choose a reason for hiding this comment

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

객체 내부에 검증 관련 method가 있으면 좋을 것 같습니다.
그리고 주체는 Team 이 되면 좋을 것 같습니다.

@ddglackrp ddglackrp merged commit 2e2418f into PNUMeat:develop Dec 19, 2024
@wvssm wvssm added the 기능 새로운 기능 추가나 요청 label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
기능 새로운 기능 추가나 요청
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants