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

[feat] 체크리스트 관련 기능 #19

Merged
merged 11 commits into from
Jan 4, 2024
Merged

Conversation

ziiyouth
Copy link
Member

@ziiyouth ziiyouth commented Jan 3, 2024

Related Issue 🪢

Summary 🌿

  • @userid 관련 null로 들어옴 이슈!! -> webConfig를 생성해 addArgumentResolvers를 만들어 해결
  • 체크리스트 생성 API
  • 체크리스트 수정 API
  • 내 체크리스트 조회 API 구현하였습니다.

Before i request PR review 🧤

🐜
풀이 안 당겨지는 걸 보니 충돌이 뭔가 있나본데.. pr 올리고 고쳐볼게용
엥? 충돌이 없다

@ziiyouth ziiyouth added the FEAT 새로운 기능을 추가 label Jan 3, 2024
@ziiyouth ziiyouth self-assigned this Jan 3, 2024
Copy link
Contributor

@OJOJIN OJOJIN left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!


public void updateCheckList(Long userId, CheckListRequestDto checkListRequestDto) {
User user = findByIdOrThrow(userId);
CheckList checkList = user.getCheckList();
Copy link
Contributor

Choose a reason for hiding this comment

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

유저의 체크리스트가 없을 때 예외처리를 해줘도 좋지 않을까 생각해봅니다!

Copy link
Member Author

Choose a reason for hiding this comment

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

처음에는 삭제 기능이 없는 것 같아 해당 예외처리를 넣지 않았었는데 있는 게 더 나을 거 같네요~! 추가했습니당 🙇🏻‍♀️

Copy link
Contributor

Choose a reason for hiding this comment

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

감사합니당 고생하셨어요!

@OJOJIN OJOJIN self-requested a review January 3, 2024 16:55
Copy link
Contributor

@OJOJIN OJOJIN left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!

Copy link
Contributor

@RyuKwanKon RyuKwanKon left a comment

Choose a reason for hiding this comment

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

수고하셨습니다~

@RyuKwanKon RyuKwanKon merged commit 0aedb8f into develop Jan 4, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEAT 새로운 기능을 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 체크리스트 관련 기능
3 participants