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

Space 삭제 API 작업 #200

Closed
wants to merge 8 commits into from
Closed

Space 삭제 API 작업 #200

wants to merge 8 commits into from

Conversation

fru1tworld
Copy link
Collaborator

✏️ 한 줄 설명

Space 삭제 API 작업

✅ 작업 내용

Space 삭제 API 작업
Node type에 따라서 NoteService.delete혹은 SpaceService.delete로 나뉩니다.

🏷️ 관련 이슈

📸 스크린샷/영상

📌 리뷰 진행 시 참고 사항

  • 4점 src를 읽어서 실제 하위 스페이스를 삭제하는지 여부는 api로 테스트를 할 수 없습니다.

@fru1tworld fru1tworld marked this pull request as ready for review December 3, 2024 06:31
@fru1tworld fru1tworld requested a review from a team as a code owner December 3, 2024 06:31
@fru1tworld fru1tworld requested review from parkblo and CatyJazzy and removed request for a team December 3, 2024 06:31
CatyJazzy and others added 4 commits December 3, 2024 15:35
fix: 노드 위 우클릭 시 이동모드 활성화되는 것 방지
* fix: mouse-event에 대해서만 button 판별하도록 수정
* feat: 인터랙션 가이드 추가

* chore: 인터랙션 가이드 내용 추가
* feat: 터치디바이스 여부 확인 로직

* feat: 모바일환경에서 더보기 버튼 클릭 시 context-menu 표시

* feat: 더보기 버튼 클릭 시 clientX, clientY값 정의하여 전달

* feat: 간선 삭제 버튼 스타일 수정

* feat: 삭제 버튼 터치 핸들러 연결
Copy link
Collaborator

@parkblo parkblo left a comment

Choose a reason for hiding this comment

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

현진님 고생 많으셨습니다!
테스트 코드도 놓치지 않고 잘 작성하시는 모습이 멋있어요 👍

this.logger.log(
`서브스페이스 노드 삭제 - ID: ${node.id}, 하위 스페이스 ID: ${node.src}`,
);
await this.deleteById(node.src);
Copy link
Collaborator

Choose a reason for hiding this comment

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

재귀적으로 삭제를 처리하는 로직 좋아요 💯

@fru1tworld fru1tworld closed this Dec 3, 2024
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.

4 participants