Add filters to product drive participant list#5629
Open
stefannibrasil wants to merge 4 commits into
Open
Conversation
Currently there is no way to filter the table and
users need to be able to filter down to the info they need.
This commit adds two filters to product drive participants
following the pattern of other screens such as Product Drives:
- Business name: text field that does a partial match
- Contact name: text field that does a partial match
for example, "March" matches "Spring March Drive"
- Exports (CSV) also respect these filters in the output
Export filtered product drive participants
To prevent this controller from getting bigger as new filters and functionalities are added, extracting the view variables to a View object keeps the controller cleaner.
e42e5b6 to
ee9f540
Compare
ee9f540 to
bf2796d
Compare
Contributor
Author
|
CI failure is unrelated: #5615 |
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.
Resolves #5592
Description
Currently there is no way to filter the table and users need to be able to filter down to the info they need.
This commit adds two filters to product drive participants following the pattern of other screens such as Product Drives:
Type of change
How Has This Been Tested?
Screenshots
Before
After
Text filters:

Applying a filter

Applying a filter

Walk through of the changes (showing exports as well)
product.drive.participants.filters.and.exports.420.mov