Skip to content

Commit 5c572ca

Browse files
committed
chore: update kan board
1 parent 18a10ae commit 5c572ca

2 files changed

Lines changed: 24 additions & 15 deletions

File tree

.kan/boards/main/config.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
1-
kan_schema = "board/2"
1+
default_column = "backlog"
22
id = "2RWmsIPz"
3+
kan_schema = "board/8"
34
name = "main"
4-
default_column = "backlog"
5+
6+
[card_display]
7+
type_indicator = "type"
58

69
[[columns]]
7-
name = "undecided"
8-
color = "#a855f7"
910
card_ids = ["2RcNmu4Y", "2RcOMyCT", "2Rpd00De"]
11+
color = "#a855f7"
12+
name = "undecided"
1013

1114
[[columns]]
12-
name = "backlog"
1315
color = "#6b7280"
16+
name = "backlog"
1417

1518
[[columns]]
16-
name = "next"
1719
color = "#3b82f6"
20+
name = "next"
1821

1922
[[columns]]
20-
name = "in-progress"
2123
color = "#f59e0b"
24+
name = "in-progress"
2225

2326
[[columns]]
24-
name = "done"
2527
color = "#10b981"
28+
name = "done"
2629

2730
[custom_fields]
2831
[custom_fields.type]
2932
type = "enum"
3033

3134
[[custom_fields.type.options]]
32-
value = "bug"
3335
color = "#ef4444"
36+
value = "bug"
3437

3538
[[custom_fields.type.options]]
36-
value = "enhancement"
3739
color = "#3b82f6"
40+
value = "enhancement"
3841

3942
[[custom_fields.type.options]]
40-
value = "feature"
4143
color = "#22c55e"
44+
value = "feature"
4245

4346
[[custom_fields.type.options]]
44-
value = "chore"
4547
color = "#6b7280"
46-
47-
[card_display]
48-
type_indicator = "type"
48+
value = "chore"

.kan/config.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
kan_schema = "project/1"
2+
id = "p_E0UmaSqe"
3+
name = "imdb-heatmap"
4+
5+
[favicon]
6+
background = "#10b981"
7+
icon_type = "letter"
8+
letter = "I"
9+
emoji = ""

0 commit comments

Comments
 (0)