-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdata.json
90 lines (90 loc) · 1.62 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
[{
"id": 1,
"status": "new",
"text": "Printing in PDF Viewer",
"tags": "webix,docs"
}, {
"id": 2,
"status": "work",
"text": "Google map: Possibility to draw data based on data item type",
"color": "red",
"tags": "webix"
}, {
"id": 3,
"status": "done",
"text": "selectAll feature for multicombo/multiselect controls",
"tags": "webix,docs"
}, {
"id": 4,
"status": "test",
"text": "Sparkline color as a function",
"color":"violet",
"tags": "webix 5.0"
}, {
"id": 5,
"status": "new",
"text": "Empty values for layout collectons",
"tags": "webix,docs",
"votes": 3
}, {
"id": 6,
"status": "new",
"text": "Nested column groups",
"color":"pink",
"tags": "webix,kanban"
}, {
"id": 7,
"status": "work",
"text": "Advanced Math in DataTable",
"tags": "webix"
}, {
"id": 8,
"status": "done",
"text": "Expandable list",
"tags": "webix"
}, {
"id": 9,
"status": "work",
"text": "Spring skin design for Calendar",
"tags": "webix"
}, {
"id": 10,
"status": "test",
"text": "Improve Ticket System",
"tags": "webix"
}, {
"id": 11,
"status": "done",
"text": "On-Premise Data Storage",
"tags": "webix 2.5"
}, {
"id": 12,
"status": "test",
"text": "CSV Export",
"votes": 2
}, {
"id": 13,
"status": "done",
"text": "Sales and Marketing reports",
"color":"orange"
},{
"id": 14,
"status": "new",
"text": "Pilot Discussion Boards",
"tags": "webix"
},{
"id": 15,
"status": "work",
"text": "Design Common Templates",
"tags": "webix,docs"
},{
"id": 16,
"status": "work",
"text": "Third-Party Blog Posts",
"tags": "webix,articles"
},{
"id": 17,
"status": "test",
"text": "Test Configurations",
"tags": "webix,articles"
}]