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. enhanced pagination&filtering #218

Closed
wants to merge 4 commits into from
Closed

Conversation

ktkfree
Copy link
Contributor

@ktkfree ktkfree commented Jan 23, 2024

다음을 만족하는 기능을 구현한다.
. 모든 비즈니스로직에서 공통으로 사용할 수 있어야 한다.
. pagination 과 filter 기능이 포함되어야 한다.
. 다중 table 의 filter 기능이 가능해야 한다.
. filter 는 and 만 고려한다.
. filter 의 value 는 리스트 형식이 가능해야 하며 or 만 고려한다.
. filter 의 결과물이 pagination 적용이 되어야 한다.
. 지정한 filed 에 대해 ordering 이 가능해야 한다.

@ktkfree ktkfree marked this pull request as draft January 23, 2024 04:42
@ktkfree ktkfree force-pushed the enhanced_paginate branch 3 times, most recently from 6b091d2 to f7b3bab Compare January 24, 2024 05:53
@ktkfree ktkfree closed this Jan 25, 2024
@ktkfree ktkfree deleted the enhanced_paginate branch January 25, 2024 02:19
@ktkfree
Copy link
Contributor Author

ktkfree commented Jan 25, 2024

commit 정리 및 conflict 해결을 위해 깨끗한 branch 로 다시 PR 합니다.

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.

1 participant