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. implementation filter & pagination #221

Merged
merged 2 commits into from
Jan 25, 2024
Merged

Conversation

ktkfree
Copy link
Contributor

@ktkfree ktkfree commented Jan 25, 2024

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

@ktkfree ktkfree force-pushed the enhanced_filter branch 5 times, most recently from 3eb31d4 to 40d85ac Compare January 25, 2024 04:23
@ktkfree
Copy link
Contributor Author

ktkfree commented Jan 25, 2024

golangci-lint 오류가 발생하여 직접 다운로드하여 실행하는 방식으로 변경하였습니다.

@ktkfree
Copy link
Contributor Author

ktkfree commented Jan 25, 2024

stack-template 만 적용하였습니다. ( tks-console 의 개발 전에는 stack-template 에서 검색기능이 가능하지 않습니다. )

@cho4036 cho4036 merged commit b6d0170 into develop Jan 25, 2024
5 of 6 checks passed
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.

2 participants