-
Notifications
You must be signed in to change notification settings - Fork 45
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: Template flows #2975
Feature: Template flows #2975
Conversation
🚀 Deployed on https://deploy-preview-2975--glific-frontend.netlify.app |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2975 +/- ##
==========================================
+ Coverage 80.00% 80.15% +0.15%
==========================================
Files 320 320
Lines 10236 10302 +66
Branches 2183 2201 +18
==========================================
+ Hits 8189 8258 +69
+ Misses 1398 1397 -1
+ Partials 649 647 -2 ☔ View full report in Codecov by Sentry. |
2 failed tests on run #5017 ↗︎Details:
|
Test | Artifacts | |
---|---|---|
Flow > should load Flow list |
Test Replay
Screenshots
|
|
Flow > sorting by title should work perfectly |
Test Replay
Screenshots
|
Review all test suite changes for PR #2975 ↗︎
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
filterFlowQuery, | ||
filterFlowQuery, | ||
filterFlowQuery, | ||
getFlowCountQuery(isActiveFilter), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At this point can you check why there are multiple calls being made to filter and count query and see if you can reduce them. If it seems to take more time, do it in a separate PR
…re/template-flows
…ntend into feature/template-flows
…re/template-flows
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check failing unit and integration test cases. Otherwise looks good
…re/template-flows
No description provided.