Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 783 Bytes

deprecatedtasks.md

File metadata and controls

17 lines (9 loc) · 783 Bytes

Deprecated Tasks

Overview

Provide the ability to deprecate a task.

To mark a task as deprecated:

"deprecated": true

We consider that a certain task is deprecated only when the latest version of that task is marked as deprecated.

When the user searches for deprecated tasks, we push these tasks to the end and group them under a collapsible section that's collapsed by default.

If a definition is already using a deprecated task, we would show a deprecated task badge on the task so that it's clear to the user that the task is deprecated and hence is not currently being maintained, there by encouraging them to make a switch to the replacement.

It is recommended to mention in the task description about the new task that is going to replace the deprecated task.