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] - email task selection remove #57

Merged
merged 5 commits into from
Nov 29, 2024
Merged

Conversation

ekgns33
Copy link
Collaborator

@ekgns33 ekgns33 commented Nov 28, 2024

작업내역

  • 선택한 이메일 task를 삭제하는 api 작성
  • 테스트 코드 작성

확인해주세요

  • api endpoint : DELETE api/v1/emails/?emailId=1&emailId=2
    인데 의견 주세요~

Copy link
Contributor

@goldentrash goldentrash left a comment

Choose a reason for hiding this comment

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

고생하셨습니다! API Entry에 대해서는 아래 코멘트 남겼어요!


//when
ResultActions result = mockMvc.perform(
RestDocumentationRequestBuilders.delete("/api/v1/emails/?emailIds=1&emailIds=2")
Copy link
Contributor

Choose a reason for hiding this comment

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

/api/v1/emails/?emailIds=1&emailIds=2/api/v1/emails?emailIds=1&imailIds=2가 동일했었죠? 그렇다면 좋은 것 같습니다! 만약 둘이 다르게 처리된다면 trailing slash가 없는게 더 좋지 않을가 생각해요 :)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

넵 반영하겠슴돠

…' into feat/email-task-selection-remove

# Conflicts:
#	src/test/java/gdsc/konkuk/platformcore/controller/email/EmailControllerTest.java
Copy link

sonarcloud bot commented Nov 29, 2024

@ekgns33 ekgns33 merged commit b324e4b into main Nov 29, 2024
2 checks passed
@ekgns33 ekgns33 deleted the feat/email-task-selection-remove branch November 29, 2024 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants