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/mz 179 ledger search #62

Merged
merged 5 commits into from
Jan 15, 2024
Merged

Conversation

jinukeu
Copy link
Member

@jinukeu jinukeu commented Jan 15, 2024

💡 Issue

🌱 Key changes

  • 장부 검색 구현했습니다.

✅ To Reviewers

키워드와 완전히 동일한 내용만 검색이 되는데 이 부분은 서버에 수정 요청해놨습니다~
다음 작업할 내용이 해당 브랜치와 같은 코드가 많아서 빠른 코드 리뷰 부탁드릴게요!

📸 스크린샷

스크린샷
장부 검색


@OptIn(FlowPreview::class)
Copy link
Member

Choose a reason for hiding this comment

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

이 어노테이션은 어떤 기능을 하나요??

Copy link
Member Author

@jinukeu jinukeu Jan 15, 2024

Choose a reason for hiding this comment

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

debounce가 코루틴 Flow의 Preview(대충 실험 피쳐)여서 FlowPreview 어노테이션을 달아줘야하더라구요~!

@jinukeu jinukeu merged commit 2547703 into develop Jan 15, 2024
1 check passed
@jinukeu jinukeu deleted the feature/MZ-179-ledger-search branch January 15, 2024 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 장부 검색 서버 연동
2 participants