feat: added additional columns to batch details and batch history tables#210
Merged
plakkara-bc merged 7 commits intodevfrom Apr 16, 2026
Merged
feat: added additional columns to batch details and batch history tables#210plakkara-bc merged 7 commits intodevfrom
plakkara-bc merged 7 commits intodevfrom
Conversation
mdiapenabc
approved these changes
Apr 16, 2026
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.
Added the following columns to the batch History table:
Added the following columns to the Batch Details table:
Added filtering capacity to all new columns
Testing Steps:
Batch History Table - New Columns
Navigate to a contact's Batch History
Search for and select a contact that has batch history records
View the Batch History table
Verify Batch Details Status column
Confirm the "Batch Details Status" column is visible in the table
Verify it displays the correct status for each batch history record
Click the filter icon on the column header
Confirm the filter popover opens with available status values
Select one or more values and verify rows are filtered correctly
Clear the filter and confirm all rows return
Verify System Comments column
Confirm the "System Comments" column is visible in the table
Verify it displays the correct comments for each batch history record
Click the filter icon on the column header
Confirm the filter popover opens with available values
Select one or more values and verify rows are filtered correctly
Clear the filter and confirm all rows return
Batch Details Table - New Columns
Navigate to Batch Details
Go to the Batches section
Select a batch request to view its details
Verify Case Number column
Confirm the "Case Number" column is visible in the table
Verify it displays the correct case number for each contact
Click the filter icon on the column header
Confirm the filter popover opens with unique case number values
Select one or more values and verify rows are filtered correctly
Clear the filter and confirm all rows return
Verify Reason for Cancellation column
Confirm the "Reason for Cancellation" column is visible in the table
Verify it displays the cancellation reason (if applicable) for each contact
Click the filter icon on the column header
Confirm the filter popover opens with available values
Select one or more values and verify rows are filtered correctly
Clear the filter and confirm all rows return
Verify Added By column
Confirm the "Added By" column is visible in the table
Verify it displays the user who added each contact to the batch
Click the filter icon on the column header
Confirm the filter popover opens with available values
Select one or more values and verify rows are filtered correctly
Clear the filter and confirm all rows return
General Filter Functionality
Test multiple filters simultaneously
Apply filters on multiple new columns at once
Verify the results reflect all applied filters (AND logic)
Clear individual filters and verify results update accordingly
Test filter search functionality
Open a filter popover for any new column
Use the search box to filter the available options
Confirm the search narrows down the options correctly
Test filter persistence
Apply a filter on a new column
Navigate away and return to the same view
Verify filter behavior is consistent