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

Expand orderBy argument schema to a list of maps #46

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

ljb7977
Copy link
Contributor

@ljb7977 ljb7977 commented Jul 24, 2022

이 스레드에서 논의했던 것처럼 더 일반적인 정렬 옵션을 받을 수 있도록 orderBy argument의 타입을 확장합니다.
이를 사용하는 백엔드 코드 입장에서 하위호환이 깨지는 변화이기 때문에, 이 변경사항을 적용하는 PR도 신선하이 백엔드 쪽에 별도로 만들 예정입니다.

:id 100}})
[:or [:> :price 10000]
[:and [:= :price 10000] [:or [:< :updated-at 1234]
[:and [:= :updated-at 1234] [:> :id 100]]]]])
Copy link
Contributor Author

Choose a reason for hiding this comment

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

아직 작업중이라 남겨놨습니다 (나중엔 테스트 코드로 만들 예정이에요)

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