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

[#70] Activity 엔티티에 description 컬럼 추가 및 Activity 생성 시 category 받지 않도록 수정 #71

Merged
merged 7 commits into from
May 13, 2024

Conversation

yel-m
Copy link
Member

@yel-m yel-m commented May 10, 2024

#️⃣ 연관된 이슈

Resolves #70

📝 작업 내용

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

  • Activity 엔티티에 description 컬럼을 추가했습니다.
  • Activity 생성 시 카테고리 이름은 받지 않도록 수정했습니다.
  • 사소한 리팩토링을 진행했습니다(사용하지 않는 import문 삭제, 주석 삭제, 컨버터 사용, 메서드명 수정 등)
  • userId를 인자로 받는데 메서드명에 ByUserId가 있는 메서드가 있고 없는 메서드도 있어서 이를 통일했습니다! 다만 userId가 아닌 인자를 통해 찾는 메서드는 메서드명에 by를 붙여주었습니다.
    • 메서드명 수정은 지극히 개인적인 생각에 따라서 수정한거라, 다른 의견이 있으시면 언제든지 코멘트 남겨주거나 자유롭게 수정해주세요!!

스크린샷 (선택)

💬 리뷰 요구사항(선택)

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

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

✅ Check List

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

@yel-m yel-m self-assigned this May 10, 2024
@yel-m yel-m added the fix 기능 및 버그를 수정합니다 label May 10, 2024
@yel-m yel-m changed the title [#70] Activity 엔티티에 description 컬럼 추가 [#70] Activity 엔티티에 description 컬럼 추가 및 Activity 생성 시 category 받지 않도록 수정 May 10, 2024
@yel-m yel-m requested a review from KkomSang May 10, 2024 09:13
@KkomSang
Copy link
Collaborator

짱짱 수고 많았습니다. description도 검색되는 기능 빨리 추가하겠습니다!!😅

@KkomSang KkomSang merged commit 8ffa436 into develop May 13, 2024
1 check passed
@KkomSang KkomSang deleted the fix/#70 branch May 13, 2024 05:35
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