-
Notifications
You must be signed in to change notification settings - Fork 0
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
게시물 CRUD #69
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
리뷰 완료했습니다!
src/main/kotlin/com/wafflestudio/msns/domain/playlist/model/Playlist.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/com/wafflestudio/msns/domain/post/api/PostController.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/com/wafflestudio/msns/domain/post/service/PostService.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/com/wafflestudio/msns/domain/user/api/UserController.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!
…> utilize mapping table(PlaylistTrack)
email로 search하던 것들 user_id로 변경했고, ManyToMany 이슈도 해결하였습니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
리뷰 추가하였습니다!
src/main/kotlin/com/wafflestudio/msns/domain/playlist/model/PlaylistTrack.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/com/wafflestudio/msns/domain/post/api/PostController.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/com/wafflestudio/msns/domain/post/api/PostController.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/com/wafflestudio/msns/domain/post/api/PostController.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/com/wafflestudio/msns/domain/post/service/PostService.kt
Show resolved
Hide resolved
Repository단을 보면서 들었던 생각인데 코드 규칙이 있어야할 것 같아요! |
네네! 코드 작성할 때 해당 규칙을 준수하면서 작성한 것 같은데 틀린 부분이 있었을까요? |
PostService 파일보시면 중간에 뱀이 있어요..! |
혹시 |
네 맞습니다! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
No description provided.