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: 내 조직 조회 / 수정 / 삭제 기능 개발 #55

Merged
merged 8 commits into from
Jan 29, 2024

Conversation

dbwp031
Copy link
Collaborator

@dbwp031 dbwp031 commented Jan 28, 2024

☝️Issue Number

🔎 Key Changes

  • 내 조직 조회 / 수정 /삭제 기능 개발

💌 To Reviewers

  • Tag / Link Response는 필드가 많지 않아서, 기본적인 {entity명}GetResponse로 정의했습니다.
  • 조직 삭제 시 Soft Delete로 구현했습니다. 즉, DB row 삭제가 아닌 단순 OrganizationStatusINACTIVE로 업데이트 하는 방식으로 구현했습니다.

@dbwp031 dbwp031 linked an issue Jan 28, 2024 that may be closed by this pull request
1 task
@dbwp031 dbwp031 self-assigned this Jan 28, 2024
@dbwp031 dbwp031 changed the title [FEATURE] 조직 조회 기능 개발 ✨ [FEATURE] 조직 조회 기능 개발 Jan 28, 2024
@kimday0326 kimday0326 changed the title ✨ [FEATURE] 조직 조회 기능 개발 ✨ feat: 조직 조회 기능 개발 Jan 28, 2024
@dbwp031 dbwp031 changed the title ✨ feat: 조직 조회 기능 개발 ✨ feat: 내 조직 조회 / 수정 / 삭제 기능 개발 Jan 28, 2024
@dbwp031 dbwp031 merged commit e86b0c0 into develop Jan 29, 2024
1 check passed
@dbwp031 dbwp031 deleted the feature/#54 branch January 29, 2024 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ feat: 내 조직 조회 / 수정 /삭제 기능 개발
3 participants