We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
프론트 mock Data
items: [ { label: "전체", value: "" }, { label: "진행중", value: "INPROGRESS" }, { label: "완료", value: "COMPLETED" }, { label: "보류", value: "SUSPENSION" }, { label: "승인요청", value: "PERMISSION_REQUEST" }, ],
The text was updated successfully, but these errors were encountered:
feat : TaskBoard.BoardStatus.IN_PROGRESS 로 변경
6435bd4
- TaskBoard.BoardStatus.PROGRESS -> TaskBoard.BoardStatus.IN_PROGRESS 연관 이슈 - #178
feat : TaskBoardStatus Dto 생성
618d60f
- TaskBoardStatus.Request - TaskBoardStatus.Response 연관 이슈 - #178
9122514
- TaskBoardStatus.Request 생성 - TaskBoardStatus.Request.toEntity 메서드 - String -> Enum - TaskBoardStatus.Response 생성 - TaskBoardRequest.convertBoardCategory Deprecated 처리 (TaskBoardStatus.Request.toEntity 로 대체) 연관 이슈 - #178
feat : TaskBoardRequest 수정
6e31bf7
- TaskBoardRequest 수정 - TaskBoardRequest.convertBoardCategory Deprecated 처리 (TaskBoardStatus.Request.toEntity 로 대체) 연관 이슈 - #178
fix : WebCorsConfig.java 삭제
b43b993
- WebCorsConfig.java 삭제 연관 이슈 - #178
cff9907
oowtl
Successfully merging a pull request may close this issue.
00 기능 구현
📄 설명 :
프론트 mock Data
✅ 기능 목록 :
The text was updated successfully, but these errors were encountered: