Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure all tasks are retrofitted with their component type for rendering #1053

Closed
scalvert opened this issue Aug 30, 2021 · 0 comments
Closed
Assignees
Labels
internal Internal infrastructure work
Projects
Milestone

Comments

@scalvert
Copy link
Contributor

The checkup-formatter-pretty formatter allows you to render output using components, and further allows you to specify the component in the task's metadata. We need to ensure each task has a component property added to the rule's metadata, and that property is used to output the respective task.

eg. The following is a task that migrates my stuff

"driver": {                       
  "name": "CodeScaner",
  "rules": [
    {                             
      "id": "my-migration",
      "shortDescription": {
        "text": "A migration for my things"
      },
      "properties": {
        "component": "migration"
      }
    }
  ]
}
@scalvert scalvert added this to the v1.0.0 milestone Aug 30, 2021
@scalvert scalvert added this to To do in v1.0 Aug 30, 2021
@scalvert scalvert moved this from To do to In progress in v1.0 Aug 30, 2021
@scalvert scalvert added the internal Internal infrastructure work label Aug 30, 2021
@zhanwang626 zhanwang626 moved this from In progress to Review in progress in v1.0 Aug 31, 2021
@zhanwang626 zhanwang626 moved this from Review in progress to Done in v1.0 Aug 31, 2021
@scalvert scalvert closed this as completed Sep 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Internal infrastructure work
Projects
v1.0
Done
Development

No branches or pull requests

2 participants