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

Merged
merged 17 commits into from
Jan 13, 2024
Merged

Conversation

hysong4u
Copy link
Member

Related Issue 🍫

Summary 🍪

  • 진행중인 선물방 API구현
스크린샷 2024-01-13 오후 5 54 57

Before i request PR review 🍰

  • 선물방 이미지, 이름, 참여자 수, 개설자 여부, 토너먼트 시작시간 조회
  • 선물 등록 시간(DeliveryDate) < 현재 시간인 선물방만 필터링
  • 사용자가 해당 방에 입장한 최신순으로 정렬
  • RoomMember가 생성되는 시점이 해당 선물방에 유저가 참여한 시점이기 때문에
    해당 RoomMember CreateDateTime의 역순으로 정렬했습니다.

@hysong4u hysong4u added the FEAT 새로운 기능을 추가 label Jan 13, 2024
@hysong4u hysong4u self-assigned this Jan 13, 2024
Copy link
Contributor

@ziiyouth ziiyouth left a comment

Choose a reason for hiding this comment

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

고생했어요!!! 👍✨

@hysong4u hysong4u merged commit a439322 into develop Jan 13, 2024
1 check failed
@hysong4u hysong4u deleted the feature/#56-member branch February 5, 2024 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEAT 새로운 기능을 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 진행중인 선물방 API 구현
2 participants