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

[FEAT] 업무 카드 수정 API #129

Merged
merged 5 commits into from
Aug 26, 2023
Merged

[FEAT] 업무 카드 수정 API #129

merged 5 commits into from
Aug 26, 2023

Conversation

Seokyeong237
Copy link
Member

@Seokyeong237 Seokyeong237 commented Aug 25, 2023

📝 Summary

업무 카드 수정 API를 구현하였습니다.

👩‍💻 Contents

  1. 키워드 수정 시, CardKeyword DB에 있는 기존 정보 다 날리고 다시 저장 (중복 저장 방지 위함)
  2. 업데이트하지 않는 스크린샷, 파일의 key 값이 달라지면 안되므로 전부 다시 저장 (UUID를 id값으로 사용하므로 중복저장되지 않음)
  3. 변경된 subTaskId 고려하여 placementOrder, note, content, subTask 업데이트는 카드 update 함수 이용
  4. 업무 카드 생성 시와 같은 Custom Code를 사용하므로 노션에 명칭을 변경해두었습니다.
    • EX) 업무 카드 생성 시, 카테고리 id는 필수 값입니다. -> 업무 카드 생성(수정) 시, 카테고리 id는 필수 값입니다.
      15

📝 Review Note

📣 Related Issue

📬 Reference

@Seokyeong237 Seokyeong237 self-assigned this Aug 25, 2023
Copy link
Member

@yeseul106 yeseul106 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다아 ~

@yeseul106 yeseul106 merged commit 07d7978 into develop Aug 26, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 업무 카드 수정 API 구현
2 participants