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

차단한 유저 목록을 조회 및 차단 해제 할 수 있다. #586

Merged
merged 8 commits into from
Dec 24, 2023

Conversation

lsh23
Copy link
Collaborator

@lsh23 lsh23 commented Dec 22, 2023

PR 요약

  • 차단한 유저 목록을 조회할 수 있다.
  • 차단 해제를 할 수 있다.
스크린샷
  • 차단 유저 목록
    image

  • 차단 해제 성공
    image

  • 차단 해제 실패
    image

  • 차단 해제 실패
    image

Linked Issue

close #583
close #584

@lsh23 lsh23 added BE BE 관련사항 feature 기능 추가 메인 메인 기능 labels Dec 22, 2023
@lsh23 lsh23 self-assigned this Dec 22, 2023
@codecov-commenter
Copy link

codecov-commenter commented Dec 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0be610f) 95.63% compared to head (96c131c) 95.64%.
Report is 8 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #586      +/-   ##
===========================================
+ Coverage    95.63%   95.64%   +0.01%     
===========================================
  Files          230      234       +4     
  Lines         3341     3401      +60     
  Branches       221      223       +2     
===========================================
+ Hits          3195     3253      +58     
- Misses         142      143       +1     
- Partials         4        5       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -36,10 +38,26 @@ export class UserController {
@Post('/:userCode/reject')
@UseGuards(AccessTokenGuard)
@HttpCode(HttpStatus.OK)
async users(
async reject(
Copy link
Member

Choose a reason for hiding this comment

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

아하! 컨트롤러 메서드 이름도 잘 확인해주셨네요!
너무 좋습니다!

@lsh23 lsh23 changed the title 차단한 유저 목록을 조회할 수 있다. 차단한 유저 목록을 조회 및 차단 해제 할 수 있다. Dec 23, 2023
@lsh23 lsh23 added this to the afterBoostCamp milestone Dec 23, 2023
@lsh23 lsh23 merged commit 257e070 into develop Dec 24, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE BE 관련사항 feature 기능 추가 메인 메인 기능
Projects
None yet
Development

Successfully merging this pull request may close these issues.

차단했던 유저를 차단해제 할 수 있다. 차단한 멤버 목록을 확인할 수 있다.
3 participants