-
Notifications
You must be signed in to change notification settings - Fork 3
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] 태스크 수정 API 구현 #52
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.
빠르게 눈에 띄는 부분 위주로 작성해보았습니다.
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.
고생하셨습니당
id: number; | ||
|
||
title: string; | ||
|
||
description: string; | ||
|
||
sectionId: number; | ||
|
||
position: number; |
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.
요거는 무슨 코드에용????
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.
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.
요거는 무슨 코드에용????
DTO 칼럼 정의한 코드입니당 !
dto 필드 검증이 따로 필요할 것 같습니다. 저는 데코레이터 사용중이에요~
맞습니다.
필드 검증 추가해볼게요 !
관련 이슈 번호
close #14
작업 내용
고민과 학습내용
섹션이 라벨 형태로도 제공된다고 생각해서, 위치 이동이 아닌 수정 시에도 변경할 수 있도록 했습니다 !
스크린샷