SolidEdgeHousekeeper icon indicating copy to clipboard operation
SolidEdgeHousekeeper copied to clipboard

Consolidate Tasks UI

Open rmcanany opened this issue 1 year ago • 34 comments

Place task controls and settings into a hierarchical structure. Top level is a task category. For example, maybe Edit/update, Check, and Wrap up. Add images to the category and task lines for quick identification and a splash of color.

Add check boxes for file type, only where the task is applicable to that file type. If a task is selected, drop down its settings below the task name. The Windows form control TableLayoutPanel has this ability. Basic tutorial.

Provide an edit button to present a form for more complex settings. Return a Dictionary, which can be serialized to json for compatibility with the current Configuration scheme.

image

rmcanany avatar Dec 23 '23 16:12 rmcanany