Skip to content

Comments

[Feature] JWT 토큰 기반 배치 세션 삭제 API 구현#83

Merged
Dimo-2562 merged 5 commits intomainfrom
feature/#79
Jun 2, 2025
Merged

[Feature] JWT 토큰 기반 배치 세션 삭제 API 구현#83
Dimo-2562 merged 5 commits intomainfrom
feature/#79

Conversation

@Dimo-2562
Copy link
Collaborator

@Dimo-2562 Dimo-2562 commented Jun 2, 2025

🔍 개요

사용자가 여러 개의 퀴즈 세션을 한 번에 삭제할 수 있는 배치 처리 API를 구현했습니다.

📦 배치 처리
최대 100개 세션까지 한 번에 처리
부분 실패 허용 (일부 세션 삭제 실패해도 나머지는 처리)

📝 변경사항

새로 추가된 파일

  • DeleteSessionsRequest.java - 배치 삭제 요청 DTO
  • DeleteSessionsResponse.java - 배치 삭제 응답 DTO
  • SecurityUtils.java - JWT 토큰 처리 유틸리티

수정된 파일

  • QuizSessionCommandService.java - 배치 삭제 메서드 추가
  • QuizSessionCommandServiceImpl.java - 배치 삭제 로직 구현
  • QuizSessionController.java - 배치 삭제 API 엔드포인트 추가

close #79

@Dimo-2562 Dimo-2562 requested a review from Joon9750 June 2, 2025 10:32
@Dimo-2562 Dimo-2562 self-assigned this Jun 2, 2025
Copy link
Collaborator

@Joon9750 Joon9750 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!

@Dimo-2562 Dimo-2562 merged commit 7081cbb into main Jun 2, 2025
1 check passed
@Dimo-2562 Dimo-2562 deleted the feature/#79 branch June 2, 2025 10:57
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.

[Feature] JWT 토큰 기반 배치 세션 삭제 API 구현

2 participants