SF-3838 Add date and text filter on onboarding requests tab - #4024
Open
RaymondLuong3 wants to merge 3 commits into
Open
SF-3838 Add date and text filter on onboarding requests tab#4024RaymondLuong3 wants to merge 3 commits into
RaymondLuong3 wants to merge 3 commits into
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4024 +/- ##
==========================================
+ Coverage 81.04% 81.16% +0.11%
==========================================
Files 660 661 +1
Lines 43014 43087 +73
Branches 7050 7066 +16
==========================================
+ Hits 34861 34971 +110
+ Misses 6981 6943 -38
- Partials 1172 1173 +1 ☔ View full report in Codecov by Harness. |
RaymondLuong3
temporarily deployed
to
screenshot_diff
August 4, 2026 23:11 — with
GitHub Actions
Inactive
RaymondLuong3
force-pushed
the
feature/sf-3838-onboarding-filter
branch
from
August 6, 2026 17:20
4e09f28 to
8f6ed2e
Compare
RaymondLuong3
marked this pull request as ready for review
August 6, 2026 17:23
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.
This PR adds the logic to allow filtering onboarding requests by date and strings in the request object. A new SearchRecordsComponent is now shared between the onboarding requests tab and the serval builds tab. Slight modifications were made to the template in the serval builds tab to align with the template in the Onboarding Requests tab.
Before

After

Before

After

This change is