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 구현 #337

Merged
merged 2 commits into from
Sep 22, 2024
Merged

Conversation

choyoungwoo9
Copy link
Collaborator

🎟️ 태스크

프로젝트 삭제 API 구현

✅ 작업 내용

  • feat: 프로젝트 삭제 API 구현
  • fix: 'joinLanding' 이벤트 처리 로직 중 잘못된 방을 나가는 로직 수정

🖊️ 구체적인 작업

프로젝트 삭제 API 구현

  • 게이트웨이
    • 프로젝트 삭제관련 라우팅 로직 추가
    • 프로젝트 삭제시 해당 프로젝트의 네임스페이스 Map 삭제하도록 구현
  • 컨트롤러
    • 프로젝트 삭제 메서드 추가
    • 삭제 알림 보내고 1초 후 프로젝트 삭제하는 로직 구현
  • 서비스
    • 프로젝트 삭제 메서드 추가
  • 레포지토리
    • 프로젝트 삭제 메서드 추가
  • 프로젝트 삭제 E2E 테스트 추가

- 게이트웨이
  - 프로젝트 삭제관련 라우팅 로직 추가
  - 프로젝트 삭제시 해당 프로젝트의 네임스페이스 Map 삭제하도록 구현
- 컨트롤러
  - 프로젝트 삭제 메서드 추가
  - 삭제 알림 보내고 1초 후 프로젝트 삭제하는 로직 구현
- 서비스
  - 프로젝트 삭제 메서드 추가
- 레포지토리
  - 프로젝트 삭제 메서드 추가
- 프로젝트 삭제 E2E 테스트 추가
@choyoungwoo9 choyoungwoo9 merged commit f39bfed into dev Sep 22, 2024
1 check passed
@choyoungwoo9 choyoungwoo9 deleted the feature/delete-project branch September 22, 2024 09:30
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.

1 participant