devsecopsmaturitymodel / DevSecOps-MaturityModel

GNU General Public License v3.0
460 stars 266 forks source link

Adding of activity tags #212

Closed wurstbrot closed 1 year ago

wurstbrot commented 1 year ago

Tags like "automatable" or "vulnerability-assessment" are not visible.

As a user, I want to filter for activity tags (like for dimensions) to get a cross-dimension view of activities with the same focus.

shubhangi013 commented 1 year ago

Tags like "automatable" or "vulnerability-assessment" are not visible.

As a user, I want to filter for activity tags (like for dimensions) to get a cross-dimension view of activities with the same focus.

Please assign me the issue. I'd like to work on it.

shubhangi013 commented 1 year ago

Hey ! sorry for replying late. got caught up in college :) so do you want the tags to appear while filtering just like they do in mapping ? Screenshot from 2023-03-11 19-27-48

wurstbrot commented 1 year ago

Hi @shubhangi013 ,

in order to perform this task, the activities in generated.yaml needs a tag (for local testing you can just add tags in there). Afterwards, we show the tag in the activity details: image In addition, we need a filter in the Matrix view for these tags.

0x41head commented 1 year ago

Hi @shubhangi013 , I think the filter applied in matrix (the one with the chips) would be better in this case.

akhileshappala commented 1 year ago

Hi @wurstbrot , we need to get the tags attached to the activity as the filter options? is this the requirement?

wurstbrot commented 1 year ago

Hi @akhileshappala ,

the tags should be added to the activity. The filter option should be in the matrix view.

ptechofficial commented 1 year ago

Hi @wurstbrot, In matrix view, Creating another filter in matrix view can work, like this: image

wurstbrot commented 1 year ago

implemented