Skip to content

feat: Add grouping options

Mark Florian requested to merge group-by into main

This allows nodes in the treemap to be grouped by:

  • component;
  • rule severity;
  • file type of finding;
  • Pajamas compliance;
  • nothing.

It also refactors the tree-structure building logic, making it easier to add new groupings in the future.

Group by Screenshot
Component Screenshot_2022-08-04_at_18-45-06_Pajamas_Adoption_Scanner_Dashboard
Severity Screenshot_2022-08-04_at_18-45-11_Pajamas_Adoption_Scanner_Dashboard
File type Screenshot_2022-08-04_at_18-45-17_Pajamas_Adoption_Scanner_Dashboard
Pajamas Compliance Screenshot_2022-08-04_at_18-45-22_Pajamas_Adoption_Scanner_Dashboard
Nothing Screenshot_2022-08-04_at_18-45-26_Pajamas_Adoption_Scanner_Dashboard
Edited by Mark Florian

Merge request reports