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

Hotfix: pagination skip 오류 수정 #138

Merged
merged 3 commits into from
Mar 16, 2022

Conversation

Skyrich2000
Copy link
Member

@Skyrich2000 Skyrich2000 commented Mar 13, 2022

바뀐점

페이지네이션에서 skip 속성을 가져오지 못해서 utils에서 따로 처리하도록 변경

바꾼이유

IntersectionType 을 사용할떄, skip 속성을 가져오지 않아서, skip이 undefined 가 된다.

설명

utils에 getPaginationSkip 함수를 하나 만들어서 사용하도록 변경했습니다.

- IntersectionType 을 쓰는경우, dto의 apiproperty가 아닌경우, 속성을 가져오지 않아서
- skip을 가져오지 않는 오류가 발생
- utils에서 따로 처리하도록 로직 변경
@Skyrich2000 Skyrich2000 self-assigned this Mar 13, 2022
@mimseong
Copy link
Contributor

skip 속성이 어떤 속성이에요?? 궁금

@Skyrich2000
Copy link
Member Author

예를들어 한 페이지에 글이 10개고, 3번째 page 내용을 가져오는거라면 앞에 20개의 글은 skip해야하는데, 이때 20을 계산 하던 getter 프로퍼티였여요

@mimseong
Copy link
Contributor

아아 원하는 페이지 외의 글을 제외하기 위해 쓰이는 거군요! 이해했습니다.

@Skyrich2000 Skyrich2000 changed the title Hotfix/pagination skip error Hotfix: pagination skip 오류 수정 Mar 14, 2022
Copy link
Member

@rockpell rockpell left a comment

Choose a reason for hiding this comment

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

좋습니다!

@Skyrich2000 Skyrich2000 merged commit 23da845 into develop Mar 16, 2022
@Skyrich2000 Skyrich2000 deleted the hotfix/pagination-skip-error branch March 16, 2022 13:22
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