Files
Leantime/app/Domain/Blueprints/Templates/definitions/lean.yaml

69 lines
1.6 KiB
YAML

slug: "lean"
icon: "fa-flask"
disclaimer: "text.lean.disclaimer"
minColumns: 5
boxes:
problem:
icon: "fa-lock"
title: "box.lean.problem"
alternatives:
icon: "fa-arrow-down-up-across-line"
title: "box.lean.alternatives"
solution:
icon: "fa-key"
title: "box.lean.solution"
keymetrics:
icon: "fa-chart-column"
title: "box.lean.keymetrics"
uniquevalue:
icon: "fa-gift"
title: "box.lean.uniquevalue"
highlevelconcept:
icon: "fa-wand-magic-sparkles"
title: "box.lean.highlevelconcept"
unfairadvantage:
icon: "fa-person-running"
title: "box.lean.unfairadvantage"
channels:
icon: "fa-truck"
title: "box.lean.channels"
customersegment:
icon: "fa-user"
title: "box.lean.customersegment"
earlyadopters:
icon: "fa-chart-pie"
title: "box.lean.earlyadopters"
cost:
icon: "fa-file-invoice-dollar"
title: "box.lean.cost"
revenue:
icon: "fa-sack-dollar"
title: "box.lean.revenue"
statusLabels: default
relatesLabels: {}
layout:
- type: boxes
id: firstRow
columns:
- { width: 20, box: "problem" }
- { width: 20, box: "solution" }
- { width: 20, box: "uniquevalue" }
- { width: 20, box: "unfairadvantage" }
- { width: 20, box: "customersegment" }
- type: boxes
id: secondRow
columns:
- { width: 20, box: "alternatives" }
- { width: 20, box: "keymetrics" }
- { width: 20, box: "highlevelconcept" }
- { width: 20, box: "channels" }
- { width: 20, box: "earlyadopters" }
- type: boxes
id: thirdRow
columns:
- { width: 50, box: "cost" }
- { width: 50, box: "revenue" }