Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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에 태그 및 카테고리 추가, 카테고리 CRUD #252
템플릿 CRUD에 태그 및 카테고리 추가, 카테고리 CRUD #252
Changes from 54 commits
7298405
865d93d
de7d1ae
b73064b
988fff6
6b99ee7
292555f
f23f7ae
62de1ab
aae4cae
00070a2
965fdb3
36afbd7
7a3ed8f
100d7ec
22bbb48
d8d40bc
a435e35
457a856
f11917b
c4ff264
13a537c
fd8faf6
4ae7d2a
7122fd4
d13b256
dd7fbb7
7ebdb48
4ee7928
786a089
778f92a
d64dfa2
05fe337
2fc9651
d12f797
8df56e4
fae0611
a36eb9a
7c6ff87
d713868
1b8b6a1
03eb850
ba02215
ebab110
e0a45e3
c087ac3
5ecab42
96e8aae
bc2fc49
901e450
cc8db54
24781a9
c6b77e7
d851e92
145f9a8
e59816e
dbd5900
b267eea
094b5b7
b8e1995
04356e0
3071716
96408ed
4165b92
8d6afea
c117e0e
99b6fd9
d7c7481
eac479c
34c94c8
4cbfb71
8b1b520
39336ab
d125035
05cd1b4
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
CreateCategoryRequest
와 완전히 동일한 형식인데요.혹여나 나중에 생성 / 수정 기능 중 하나만 request 형식이 변경될 경우를 대비해 요청 DTO 도 분리해 두었습니다.
그런데, 이게 맞는건지 잘 모르겠네요 🤔
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.
저도 생성하고 수정 request는 구분해 놓는 게 좋을 것 같아요 !
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.
저는 가짜중복이라고 생각해요 :)