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

Fix: 작업 정보가 만료된 사용자 정보가 대기방에서 제거되지 않는 문제를 수정한다. #142

Merged
merged 5 commits into from
Aug 25, 2024

Commits on Aug 24, 2024

  1. feat: 러닝룸 회원 정보 만료 메서드의 반환타입을 변경

    삭제된 회원의 이메일 정보를 반환하도록 변경함.
    hseong3243 committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    4bdab73 View commit details
    Browse the repository at this point in the history
  2. feat: 대기방 회원 정보 목록 제거 로직 구현

    이메일 목록을 받아 해당하는 사용자의 정보를 일괄적으로 제거하는 로직을 구현함.
    hseong3243 committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    5db389f View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. feat: 대기열 시스템 만료된 대기방 사용자 정보 삭제 로직 추가

    러닝룸의 만료된 사용자 정보를 이용하여 대기방 사용자를 제거함.
    hseong3243 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    505b80a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd7ecc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f913f0 View commit details
    Browse the repository at this point in the history