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

[#86] 활동 삭제 및 수정 기능 수정 #87

Merged
merged 4 commits into from
May 23, 2024
Merged

[#86] 활동 삭제 및 수정 기능 수정 #87

merged 4 commits into from
May 23, 2024

Conversation

KkomSang
Copy link
Collaborator

@KkomSang KkomSang commented May 23, 2024

#️⃣ 연관된 이슈

Resolves #86

📝 작업 내용

이번 PR에서 작업한 내용을 간략히 설명해주세요 (이미지 첨부 가능)

유저가 본인이 추가한 활동에 대해서만 수정 및 삭제가 가능하도록 수정했습니다.
만약 유저가 기본 활동 혹은 타 유저가 추가한 활동의 activityId로 수정 및 삭제 요청을 할 시, 다음과 같은 응답을 받을 수 있습니다.

  • 기본 활동 혹은 타 유저 활동 수정 요청
{
  "success": false,
  "code": 10005,
  "message": "Internal error - 본인이 추가하지 않은 활동은 수정이 불가합니다."
}
  • 기본 활동 혹은 타 유저 활동 삭제 요청
{
  "success": false,
  "code": 10005,
  "message": "Internal error - 본인이 추가하지 않은 활동은 삭제가 불가합니다."
}

스크린샷 (선택)

💬 리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

image
오늘은 행복한 목요일밤~~~ 널 데려갈게 어디든~~

✅ Check List

  • PR 제목을 커밋 규칙에 맞게 작성했는가?
  • PR에 해당되는 Issue를 연결했는가?
  • 적절한 라벨을 설정했는가?
  • 작업한 사람을 모두 Assign했는가?

@KkomSang KkomSang added the fix 기능 및 버그를 수정합니다 label May 23, 2024
@KkomSang KkomSang self-assigned this May 23, 2024
@yel-m
Copy link
Member

yel-m commented May 23, 2024

아무 말 필요 없어 그냥 나 믿어~

@yel-m yel-m merged commit 9444d3e into develop May 23, 2024
1 check passed
@yel-m yel-m deleted the fix/#86 branch May 23, 2024 06:52
@yel-m yel-m self-requested a review May 23, 2024 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 기능 및 버그를 수정합니다
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants