Skip to content
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

[FEATURE] 업무 관리 게시글 상태 Enum 값 변경 #178

Open
1 of 2 tasks
oowtl opened this issue Jan 16, 2025 · 0 comments
Open
1 of 2 tasks

[FEATURE] 업무 관리 게시글 상태 Enum 값 변경 #178

oowtl opened this issue Jan 16, 2025 · 0 comments
Assignees
Labels
FEATURE 기능 추가

Comments

@oowtl
Copy link
Collaborator

oowtl commented Jan 16, 2025

00 기능 구현

📄 설명 :

프론트 mock Data

items: [
    { label: "전체", value: "" },
    { label: "진행중", value: "INPROGRESS" },
    { label: "완료", value: "COMPLETED" },
    { label: "보류", value: "SUSPENSION" },
    { label: "승인요청", value: "PERMISSION_REQUEST" },
  ],

✅ 기능 목록 :

  • Enum 값 추가
  • Request, Response 추가
@oowtl oowtl added the FEATURE 기능 추가 label Jan 16, 2025
@oowtl oowtl added this to the 1차 MVP 개발 milestone Jan 16, 2025
@oowtl oowtl self-assigned this Jan 16, 2025
oowtl added a commit that referenced this issue Jan 16, 2025
- TaskBoard.BoardStatus.PROGRESS ->  TaskBoard.BoardStatus.IN_PROGRESS

연관 이슈
- #178
oowtl added a commit that referenced this issue Jan 16, 2025
- TaskBoardStatus.Request
- TaskBoardStatus.Response

연관 이슈
- #178
oowtl added a commit that referenced this issue Jan 16, 2025
- TaskBoardStatus.Request 생성
- TaskBoardStatus.Request.toEntity 메서드
  - String -> Enum
- TaskBoardStatus.Response 생성
- TaskBoardRequest.convertBoardCategory Deprecated 처리 (TaskBoardStatus.Request.toEntity 로 대체)

연관 이슈
- #178
oowtl added a commit that referenced this issue Jan 16, 2025
- TaskBoardRequest 수정
- TaskBoardRequest.convertBoardCategory Deprecated 처리 (TaskBoardStatus.Request.toEntity 로 대체)

연관 이슈
- #178
oowtl added a commit that referenced this issue Jan 16, 2025
- WebCorsConfig.java 삭제

연관 이슈
- #178
oowtl added a commit that referenced this issue Jan 16, 2025
- WebCorsConfig.java 삭제

연관 이슈
- #178
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEATURE 기능 추가
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant