-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
heoboseong7
commented
Dec 25, 2022
•
edited
Loading
edited
- 최근 획득한 타이틀 조회 API
- 획득한 타이틀 전체 조회 API
- Security ignoring FORCE_SIGNUP_URL 추가
- test 프로필에 aws 관련 값 추가
public MyPageTitleResponse getMyPageTitles(Long userId) { | ||
int displayNumber = 3; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
요런 값들은 KeeweConsts에서 관리하면 좋을거같아요~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
반영했습니다 ㅎㅎ
.orderBy(titleAchievement.createdAt.desc()) | ||
.limit(n) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
limit이 어떤 역할을 하는건가요? Integer MAX_VALUE인듯한데
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아 3개짜리랑 동시에쓸려고.. 오케이
conflict 확인해주세요.ㅎㅎ 죄송 |
conflict 처리와 test 프로필에 aws 관련 값 추가됐습니다 |
이거 어짜피 다 로컬로 임시로 따놓은거라 나중에 티켓 따로 파서 수정해 놓을게연 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ㅅㄱㅅㄱ~~