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

✨ [STMT-200] 스터디 수정 api 구현 #116

Merged
merged 17 commits into from
Apr 19, 2024
Merged

Conversation

05AM
Copy link
Collaborator

@05AM 05AM commented Apr 13, 2024

🤔 어떤 방식으로 해결했는지 적어주세요

  • 스터디 정보 수정 api를 구현하였습니다.

@05AM 05AM added the D-3 3일 전 까지 리뷰해주세요 label Apr 13, 2024
@05AM 05AM self-assigned this Apr 13, 2024
@05AM 05AM requested a review from zxcv9203 as a code owner April 13, 2024 10:32
Copy link
Collaborator

@zxcv9203 zxcv9203 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다.

코드를 읽어보았을때 null을 직접적으로 다루는 부분이 많아 나중에 문제를 일으킬 수 있을 것 같습니다.
최대한 null을 다루는 상황을 없앴으면 하는데 현재 어려운 부분일까요?

@github-actions github-actions bot added D-2 2일 전 까지 리뷰해주세요 and removed D-3 3일 전 까지 리뷰해주세요 labels Apr 13, 2024
@05AM
Copy link
Collaborator Author

05AM commented Apr 14, 2024

코드를 읽어보았을때 null을 직접적으로 다루는 부분이 많아 나중에 문제를 일으킬 수 있을 것 같습니다. 최대한 null을 다루는 상황을 없앴으면 하는데 현재 어려운 부분일까요?

구현할 때는 어쩔 수 없이 null을 사용해야 하는 부분이라고 생각했는데 지금 보니 잘못 아는 것들이 존재했던 것 같습니다.
앞으로 구현할 때 신경쓰겠습니다!

리뷰 달아주신 내용에 대해서 내일 반영하여 다시 요청 드리겠습니다~! 👍

@github-actions github-actions bot added D-1 1일 전 까지 리뷰해주세요 and removed D-2 2일 전 까지 리뷰해주세요 labels Apr 14, 2024
05AM added 6 commits April 15, 2024 19:50
: 현재 사용되고 있는 modelAttribute에서 Multipart file과 다른 파라미터 값이 혼용되어 있는 객체에서 multiform data 요청은 빈 배열을 받지 못하고 해당 파라미터의 값을 null로 인식하였습니다.

따라서 파일과 요청본문을 request part로 분리하여 파라미터 값으로 빈 문자열도 받을 수 있도록 리팩토링 하였습니다.
@05AM
Copy link
Collaborator Author

05AM commented Apr 15, 2024

최대한 null을 다루는 상황을 없앴으면 하는데 현재 어려운 부분일까요?

해당 사항 반영하였습니다! 재검토 부탁 드립니다!

@05AM 05AM requested a review from zxcv9203 April 15, 2024 14:26
@github-actions github-actions bot added D-0 바로 리뷰가 필요해요 and removed D-1 1일 전 까지 리뷰해주세요 labels Apr 15, 2024
Copy link
Collaborator

@zxcv9203 zxcv9203 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 💪

@05AM 05AM merged commit 26523b9 into dev Apr 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D-0 바로 리뷰가 필요해요
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants