[O2B-1588] Implement summary views for overview pages#2156
Open
NarrowsProjects wants to merge 14 commits into
Open
[O2B-1588] Implement summary views for overview pages#2156NarrowsProjects wants to merge 14 commits into
NarrowsProjects wants to merge 14 commits into
Conversation
5477bce to
365f6a7
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2156 +/- ##
==========================================
+ Coverage 46.04% 46.47% +0.42%
==========================================
Files 1038 1044 +6
Lines 17172 17319 +147
Branches 3136 3173 +37
==========================================
+ Hits 7907 8049 +142
- Misses 9265 9270 +5 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
7a14c8d to
8cf3cb6
Compare
8cf3cb6 to
49cfbdc
Compare
75fd811 to
19c392b
Compare
added 13 commits
June 26, 2026 19:09
154a644 to
6b71f18
Compare
9fa0b4d to
311b1fc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have a JIRA ticket
Notable changes for users:
Notable changes for developers:
Summary views have been added for listAll endpoints (services and GetAllUseCase files) of:
in PaginationModel, the
resetfunction no longer resets_defaultItemsPerPagethe reason is that it will always send 1 additional request when overview pages are reset (which is the only context where it is called)_defaultItemsPerPageagain (which notifies the page into fetching again)IMPORTANT:
selectOnlyChanges made to the database: