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/#135 내 매칭 기록 조회하기 #176

Merged
merged 5 commits into from
Feb 26, 2024
Merged

Conversation

happyjamy
Copy link
Collaborator

@happyjamy happyjamy commented Feb 26, 2024

🚀 개발 사항

  • 내 매칭 기록 조회하기
  • 프로젝트 요청 기록 조회 정렬 누락 오류 해결

이슈 번호

특이 사항 🫶

@happyjamy happyjamy added 🐞 Bug 버그 사항 ⭐️ Feat 새로운 기능 🎯 MVP1 mvp1 개발사항 labels Feb 26, 2024
@happyjamy happyjamy self-assigned this Feb 26, 2024
Copy link

github-actions bot commented Feb 26, 2024

Test Results

0 tests   0 ✅  0s ⏱️
0 suites  0 💤
0 files    0 ❌

Results for commit c98d24d.

♻️ This comment has been updated with latest results.

this.cursorId = cursorId;
this.pageSize = pageSize;
this.sortOrder = Objects.requireNonNullElse(sortOrder, Direction.ASC);
// 최근순 기본
this.sortOrder = Objects.requireNonNullElse(sortOrder, Direction.DESC);
Copy link
Collaborator

Choose a reason for hiding this comment

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

👍🏻

Copy link
Collaborator

@JIN-076 JIN-076 left a comment

Choose a reason for hiding this comment

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

LGTM👍🏻

Copy link
Member

Choose a reason for hiding this comment

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

@Repository 누락된거 같아요!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

넣었습니당다아당

Copy link
Member

Choose a reason for hiding this comment

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

Swagger 작성 된건지 확인해주시면 감사하겠슴둥

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

작성햇어욥!!

@happyjamy happyjamy merged commit 052d038 into develop Feb 26, 2024
3 checks passed
@happyjamy happyjamy deleted the feat/#135-my_matching branch February 26, 2024 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 Bug 버그 사항 ⭐️ Feat 새로운 기능 🎯 MVP1 mvp1 개발사항
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[💡 FEAT] 본인의 매칭 히스토리 조회하기
3 participants