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: 피드 이미지 업로드 기능 구현 #572

Merged
merged 8 commits into from
Sep 21, 2023

Conversation

hyeonjerry
Copy link
Collaborator

#️⃣연관된 이슈

clse #562

📝작업 내용

피드 이미지 업로드 기능 구현

예상 소요 시간 및 실제 소요 시간

1일/1일

@hyeonjerry hyeonjerry added Backend 백엔드 관련 이슈 High Priority 리뷰 우선순위가 높은 PR labels Sep 20, 2023
@hyeonjerry hyeonjerry added this to the 5차 스프린트 milestone Sep 20, 2023
@hyeonjerry hyeonjerry self-assigned this Sep 20, 2023
Copy link
Collaborator

@amaran-th amaran-th left a comment

Choose a reason for hiding this comment

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

수고하셨습니다! 코멘트 남겼으니 확인 부탁드려요~~!

.andDo(print())
.andDo(document("post-feed", requestFields, responseFields));
.andExpect(status().isCreated());
//.andDo(document("post-feed", requestFields, responseFields));
Copy link
Collaborator

Choose a reason for hiding this comment

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

혹시 문서화 로직을 주석처리 해두신 이유가 있으신가요?

@RequestPart final FeedPostRequest feedPostRequest,
@RequestPart(required = false) final List<MultipartFile> images
) {
System.out.println("d");
Copy link
Collaborator

Choose a reason for hiding this comment

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

불필요한 출력문은 지워주시면 좋을 것 같습니다!

@hyeonjerry hyeonjerry closed this Sep 20, 2023
@hyeonjerry hyeonjerry reopened this Sep 21, 2023
Copy link
Collaborator

@java-saeng java-saeng left a comment

Choose a reason for hiding this comment

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

구현하시느라 고생하셨습니다!!

아래 부분만 수정해주시면 좋을 것 같아요

@@ -38,6 +47,8 @@ class FeedCommandServiceTest extends ServiceIntegrationTestHelper {
private MemberRepository memberRepository;
@Autowired
private EventRepository eventRepository;
@MockBean
Copy link
Collaborator

Choose a reason for hiding this comment

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

이곳에 @MockBean을 추가하면 새로운 컨테이너가 띄워져서 ServiceIntegrationTestHelper에 넣는거 어떠신가요

Copy link
Collaborator

@hong-sile hong-sile left a comment

Choose a reason for hiding this comment

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

우르가 남겨주신 부분외에 물어볼게 없네요. 수고하셨습니다.

@hyeonjerry hyeonjerry merged commit 01821c1 into backend-main Sep 21, 2023
1 check passed
@amaran-th amaran-th deleted the Feature/#562-피드_이미지_업로드 branch September 21, 2023 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend 백엔드 관련 이슈 High Priority 리뷰 우선순위가 높은 PR
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants