-
Notifications
You must be signed in to change notification settings - Fork 1
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
Implement Article CRUD and Comment CRUD #13
base: main
Are you sure you want to change the base?
Changes from 1 commit
e313192
fe9b97e
d85b433
5a563f8
71c21fb
10e249c
67e0277
247011c
c305540
bdc530d
e76bd33
e33831b
55fa8a2
3d14903
ea9c945
6630e49
8a8d54a
3d08cfe
877e468
a72394c
5d5be0a
9c66e7c
dd1ba9b
48c9199
d2f4145
7c153c1
2073414
ac9ac26
3b99ccf
6fd13b0
a8d6e2f
66e9e2c
122bb7b
d39ccfd
c510964
79683bd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
나중에 로그인 인증 후 CRUD을 수행할 수 있게 추가하겠습니다
There are no files selected for viewing
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 위의 ArticleService에서 리뷰했던 부분들 중 상당수가 CommentService에서도 적용되기 때문에, 해당 리뷰 한번 쭉 읽어보신 후 CommentService에도 마찬가지로 적용시켜 주세요! |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 너무 테스트가 많이 들어가 있는 거 같은데...ArticleTest와 CommentTest로 분리되면 좋을 듯 합니다! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 테스트 코드에서 로그인을 유지하는 방법이 어려워서 처음에 구현한 코드 그대로 두었습니다! 수정해서 다시 올리겠습니다 |
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.
위의 ArtileController에서 리뷰했던 부분들 중 상당수가 CommentController에서도 적용되기 때문에, 해당 리뷰 한번 쭉 읽어보신 후 CommentController에도 마찬가지로 적용시켜 주세요!