Skip to content
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

Enhance catalogue item properties table view filter #1128 #1157

Conversation

joshuadkitenge
Copy link
Collaborator

Description

Testing instructions

Add a set up instructions describing how the reviewer should test the code

  • Review code
  • Check Actions build
  • Review changes to test coverage
  • {more steps here}

Agile board tracking

closes #1128

@joshuadkitenge joshuadkitenge changed the base branch from develop to enhance-catalogue-category-card-filters-#1124 December 16, 2024 11:39
Copy link

codecov bot commented Dec 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.16%. Comparing base (9784bcc) to head (fb98ad1).
Report is 5 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1157   +/-   ##
========================================
  Coverage    99.15%   99.16%           
========================================
  Files           89       89           
  Lines        17785    17865   +80     
  Branches      2966     2973    +7     
========================================
+ Hits         17635    17715   +80     
  Misses         146      146           
  Partials         4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@joshuadkitenge joshuadkitenge force-pushed the enhance-catalogue-item-properties-table-view-filter-#1128 branch from 4ab0040 to 67a2185 Compare December 16, 2024 12:23
@joshuadkitenge joshuadkitenge marked this pull request as ready for review December 16, 2024 12:27
Base automatically changed from enhance-catalogue-category-card-filters-#1124 to develop December 17, 2024 09:22
Copy link
Contributor

@asuresh-code asuresh-code left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good overall, just have a few minor fixes to suggest.

@@ -117,6 +213,7 @@ export function CatalogueItemsPropertiesTable(props: PropertiesTableProps) {
data: properties,
// Features
enableTopToolbar: true,
enableColumnFilterModes: true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
enableColumnFilterModes: true,
enableColumnFilterModes: true,
filterFns: customFilterFunctions,

@asuresh-code
Copy link
Contributor

The exclude functions currently don't work on list column values. Develop needs to be merged into this branch, since this PR had some changes to the utility functions that fixes it.

@joshuadkitenge joshuadkitenge merged commit 75ca0d3 into develop Dec 19, 2024
6 checks passed
@joshuadkitenge joshuadkitenge deleted the enhance-catalogue-item-properties-table-view-filter-#1128 branch December 19, 2024 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhance catalogue item properties table view filtering
2 participants