faucet-pipeline / aiur

a simple styleguide generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Customizable status tags

blynx opened this issue · comments

It might be nice to customize (or extend on built-in) status tags to fit aiur to different (custom) workflows. (?)

Generate status tags from some "status tag object":

exports.tags = [{
        label: "Stage 1",
        color: "fuchsia"
    },  {
        label: "Not Approved",
        color: "deepred"
    }, {
        label: "In Review",
        color: "colorful"
}]