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: 사용자는 남은 대기 순번을 확인할 수 있다. #61

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

hseong3243
Copy link
Collaborator

⛏ 작업 사항

  • 대기열 페이지에서 폴링을 통해 대기 순번을 조회하는 api를 구현하였습니다.
  • WaitingManager에 사용자의 공연의 남은 대기 순번 조회를 위한 추상 메서드를 정의하였습니다.

📝 작업 요약

  • 공연에서 남은 대기 순번 조회 api 구현

💡 관련 이슈

`WaitingManager`에 남은 순번 조회를 위한 추상 메서드를 정의함.
@hseong3243 hseong3243 added the ✨ Feature 기능 구현 label Aug 16, 2024
@hseong3243 hseong3243 self-assigned this Aug 16, 2024
@hseong3243 hseong3243 linked an issue Aug 16, 2024 that may be closed by this pull request
1 task
@hseong3243 hseong3243 merged commit e24b5c7 into main Aug 16, 2024
1 check passed
@hseong3243 hseong3243 deleted the feature/remaining-waiting-count branch August 16, 2024 03:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 구현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: 사용자는 남은 대기 순번을 확인할 수 있다.
2 participants