devsecopsmaturitymodel / DevSecOps-MaturityModel

GNU General Public License v3.0
463 stars 270 forks source link

Set Task Description page to start with its information visible #191

Closed shorinji closed 1 year ago

shorinji commented 1 year ago

Reducing the number of clicks on a web page is considered good usability. Currently a user will always need to click "Expand all" every time they visit the Task Description page, to learn about a new task. For example, reading information about each tasks under "Build and Deployment / Deployment" today would require 22 clicks (plus 10 clicks on the browser Back button). This patch reduces the number of page clicks down to 11.

wurstbrot commented 1 year ago

Hi @shorinji , thank you, looks great.