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 #178

Merged
merged 4 commits into from
Dec 25, 2022
Merged

[Feat] 획득한 타이틀 조회 API #178

merged 4 commits into from
Dec 25, 2022

Conversation

heoboseong7
Copy link
Collaborator

@heoboseong7 heoboseong7 commented Dec 25, 2022

  1. 최근 획득한 타이틀 조회 API
  2. 획득한 타이틀 전체 조회 API
  3. Security ignoring FORCE_SIGNUP_URL 추가
  4. test 프로필에 aws 관련 값 추가

Comment on lines 65 to 66
public MyPageTitleResponse getMyPageTitles(Long userId) {
int displayNumber = 3;
Copy link
Collaborator

Choose a reason for hiding this comment

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

요런 값들은 KeeweConsts에서 관리하면 좋을거같아요~

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

반영했습니다 ㅎㅎ

Comment on lines 28 to 29
.orderBy(titleAchievement.createdAt.desc())
.limit(n)
Copy link
Collaborator

Choose a reason for hiding this comment

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

limit이 어떤 역할을 하는건가요? Integer MAX_VALUE인듯한데

Copy link
Collaborator

Choose a reason for hiding this comment

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

아 3개짜리랑 동시에쓸려고.. 오케이

@Youhoseong
Copy link
Collaborator

conflict 확인해주세요.ㅎㅎ 죄송

@heoboseong7
Copy link
Collaborator Author

conflict 처리와 test 프로필에 aws 관련 값 추가됐습니다

@kimyoungi99
Copy link
Collaborator

conflict 처리와 test 프로필에 aws 관련 값 추가됐습니다

이거 어짜피 다 로컬로 임시로 따놓은거라 나중에 티켓 따로 파서 수정해 놓을게연

Copy link
Collaborator

@kimyoungi99 kimyoungi99 left a comment

Choose a reason for hiding this comment

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

ㅅㄱㅅㄱ~~

@heoboseong7 heoboseong7 merged commit 35737e0 into main Dec 25, 2022
@Youhoseong Youhoseong deleted the issue-#176 branch April 22, 2023 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants