-
Notifications
You must be signed in to change notification settings - Fork 3
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
Demo search on frontend #2058
Demo search on frontend #2058
Conversation
### What's done: * Replaced stub demoList with functional one * Added demo filtering * Implemented useDebouncedDeferredRequest (#2057)
save-demo/src/main/kotlin/com/saveourtool/save/demo/controller/DemoController.kt
Show resolved
Hide resolved
save-demo/src/main/kotlin/com/saveourtool/save/demo/service/DemoService.kt
Show resolved
Hide resolved
save-demo/src/main/kotlin/com/saveourtool/save/demo/service/DemoService.kt
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #2058 +/- ##
============================================
- Coverage 33.15% 33.14% -0.01%
Complexity 606 606
============================================
Files 331 331
Lines 8168 8185 +17
Branches 787 789 +2
============================================
+ Hits 2708 2713 +5
- Misses 5272 5281 +9
- Partials 188 191 +3
... and 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
### What's done: * Replaced stub demoList with functional one * Added demo filtering * Implemented useDebouncedDeferredRequest (#2057)
This PR closes #2057
What's done:
demoList
with functional oneuseDebouncedDeferredRequest
How it looks:
2023-03-30.17.38.58.mov