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

Feature: 처리 제한을 초과한 사용자의 요청은 대기열로 들어가야 한다. #36

Merged
merged 6 commits into from
Aug 14, 2024

Commits on Aug 13, 2024

  1. feat: 대기열에서 보관하는 사용자 정보를 정의

    Co-authored-by: 이영민 <lass9436@gmail.com>
    hseong3243 and lass9436 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    4cf2807 View commit details
    Browse the repository at this point in the history
  2. feat: 대기열 카운터 인터페이스를 정의

    대기열에 보관되는 사용자의 고유한 카운트 값을 반환하는 인터페이스를 정의함.
    
    Co-authored-by: 이영민 <lass9436@gmail.com>
    hseong3243 and lass9436 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6f77bc8 View commit details
    Browse the repository at this point in the history
  3. feat: 대기열 인터페이스 정의

    Co-authored-by: 이영민 <lass9436@gmail.com>
    hseong3243 and lass9436 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a48c4c2 View commit details
    Browse the repository at this point in the history
  4. feat: 대기열 매니저를 구현

    사용자의 대기 정보를 관리하는 웨이팅 룸과 사용자의 작업 가능 정보를 관리하는 러닝룸을 구현함.
    웨이팅 룸과 러닝룸을 사용해 대기열을 관리하는 대기열 매니저를 구현함.
    
    Co-authored-by: 이영민 <lass9436@gmail.com>
    hseong3243 and lass9436 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a05b488 View commit details
    Browse the repository at this point in the history
  5. feat: 대기열 공통 로직 구현

    스프링 aop를 활용하는 대기열 공통 로직을 구현함.
    
    Co-authored-by: 이영민 <lass9436@gmail.com>
    hseong3243 and lass9436 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    abf8a53 View commit details
    Browse the repository at this point in the history
  6. refactor: 코드 정렬

    hseong3243 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    73e5ea3 View commit details
    Browse the repository at this point in the history