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] 뱃지 설정, 사용자 이름을 통한 뱃지 목록 조회를 구현한다 #97

Merged
merged 9 commits into from
Nov 7, 2023

Conversation

vectorch9
Copy link
Contributor

🗒️ Summary

기능 구현

  • 프로필에 표시할 뱃지 목록 설정
  • 사용자 이름을 통한 미리 설정된 뱃지 목록 조회

그 외 변경 사항

  • ProfileSettingbadgeList 변수를 badgeIds로 변경
  • BadgeIdsConverterbadgeIds가 비어있는 경우 null이 아닌 빈 문자열로 변환함
  • 프로필 설정 테스트 작성

resolve: #66

💡 More

@vectorch9 vectorch9 added the feature New feature label Nov 7, 2023
@vectorch9 vectorch9 self-assigned this Nov 7, 2023
Copy link

github-actions bot commented Nov 7, 2023

Test Results

181 tests  +7   181 ✔️ +7   3s ⏱️ -1s
  35 suites +2       0 💤 ±0 
  35 files   +2       0 ±0 

Results for commit e2288e6. ± Comparison against base commit e6592cb.

@vectorch9 vectorch9 merged commit ed5ea28 into develop Nov 7, 2023
3 checks passed
@vectorch9 vectorch9 deleted the feature/badge branch November 7, 2023 04:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

뱃지를 구현한다
1 participant