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] 테마 별 행복루틴 리스트 조회 #54

Merged
merged 10 commits into from
Jan 11, 2024

Conversation

csb9427
Copy link
Contributor

@csb9427 csb9427 commented Jan 10, 2024

✨ Related Issue

📝 기능 구현 명세

image

🐥 추가적인 언급 사항

더 열심히 공부하겠습니다

@csb9427 csb9427 added feature 기능 개발 hold review 리뷰 보류 (이전 PR 영향을 받을 때) seungbin 승빈 작업 labels Jan 10, 2024
@Team-Sopetit Team-Sopetit locked as resolved and limited conversation to collaborators Jan 10, 2024
@Team-Sopetit Team-Sopetit unlocked this conversation Jan 10, 2024
@Team-Sopetit Team-Sopetit locked and limited conversation to collaborators Jan 10, 2024
@csb9427 csb9427 removed the hold review 리뷰 보류 (이전 PR 영향을 받을 때) label Jan 11, 2024
@thguss thguss requested review from thguss and Chan531 and removed request for thguss January 11, 2024 16:52
Copy link
Member

@thguss thguss left a comment

Choose a reason for hiding this comment

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

수고 많으셨어요.. 정말.. 🥹

@@ -30,4 +22,5 @@ public class HappinessRoutine {
@ManyToOne(fetch = FetchType.LAZY)
@JoinColumn(name = "theme_id")
private HappinessTheme theme;

Copy link
Member

Choose a reason for hiding this comment

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

띄어쓰기 몬가요

Comment on lines 28 to 29


Copy link
Member

Choose a reason for hiding this comment

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

불필요한 띄어쓰기 삭제 부탁드려요!

Copy link
Contributor

@Chan531 Chan531 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다 ㄷㄷㄷ

@csb9427 csb9427 merged commit b0e2786 into develop Jan 11, 2024
1 check passed
@csb9427 csb9427 deleted the feature/#32-theme-list-get-api branch January 11, 2024 18:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature 기능 개발 seungbin 승빈 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 테마 별 행복루틴 리스트 조회
3 participants