OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
40
app/Domain/Blueprints/Templates/definitions/insights.yaml
Normal file
40
app/Domain/Blueprints/Templates/definitions/insights.yaml
Normal file
@@ -0,0 +1,40 @@
|
||||
slug: "insights"
|
||||
icon: "fa-note-sticky"
|
||||
disclaimer: ""
|
||||
minColumns: 5
|
||||
|
||||
boxes:
|
||||
insights_oberve:
|
||||
icon: "fa-tower-observation"
|
||||
title: "box.insights.observe"
|
||||
insights_interview:
|
||||
icon: "fa-people-arrows"
|
||||
title: "box.insights.interview"
|
||||
insights_focus_groups:
|
||||
icon: "fa-people-line"
|
||||
title: "box.insights.focus_groups"
|
||||
insights_secondary_research:
|
||||
icon: "fa-book"
|
||||
title: "box.insights.secondary_research"
|
||||
insights_knowledge:
|
||||
icon: "fa-file-signature"
|
||||
title: "box.insights.knowledge"
|
||||
color: "#e3e3e3"
|
||||
|
||||
statusLabels: default
|
||||
relatesLabels: default
|
||||
|
||||
dataLabels:
|
||||
1: { title: "label.insights.insight", field: "conclusion", active: true }
|
||||
2: { title: "label.insights.data", field: "data", active: true }
|
||||
3: { title: "", field: "assumptions", active: false }
|
||||
|
||||
layout:
|
||||
- type: boxes
|
||||
id: firstRow
|
||||
columns:
|
||||
- { width: 20, box: "insights_oberve" }
|
||||
- { width: 20, box: "insights_interview" }
|
||||
- { width: 20, box: "insights_focus_groups" }
|
||||
- { width: 20, box: "insights_secondary_research" }
|
||||
- { width: 20, box: "insights_knowledge" }
|
||||
Reference in New Issue
Block a user