devsecopsmaturitymodel / DevSecOps-MaturityModel

GNU General Public License v3.0
482 stars 279 forks source link

Add in filter for team list filtering via a pipe #267

Closed jdsmithit closed 8 months ago

jdsmithit commented 8 months ago

Problem When you have a lot of teams ie 30+ and 7 plus groups the Ui becomes very clunky as the checkbox list is not filtered with the teams and groups.

Change: A new enhancement to add in filtering the checkbox list, Also added a message when no teams are selected for a better user flow with this enhancement.

Design Considerations Note: to stop this from breaking any functionality I have chosen to hide the check boxes and not remove items from the object. Used a pipe to get the string value into the mat component checkbox and made it generic.

Testing Preview and Testing below,

Dsomm-new-feature-ezgif com-optimize

jdsmithit commented 8 months ago

Ill move this to draft until i have manage to sort out the commit signing issue

jdsmithit commented 8 months ago

done

wurstbrot commented 8 months ago

Thank you, very cool :heart: