-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsampleBoards.json
More file actions
106 lines (106 loc) · 5.76 KB
/
sampleBoards.json
File metadata and controls
106 lines (106 loc) · 5.76 KB
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
[
{
"_id": 1,
"boardTitle": "Sales Pipeline",
"boardDescription": "Sales Pipeline - Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book",
"createdAt": "2018-07-19",
"list": [
{
"_id": 101,
"boardId": 1,
"listTitle": "Leads",
"listDescription": "Leads - Sales Pipeline Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book",
"card": [
{
"_id": 1001,
"listId": 101,
"boardId": 1,
"cardTitle": "Gantor Mining Company",
"cardDescription": "Gantor Mining Company - Leads - Sales Pipeline Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book"
},
{
"_id": 1002,
"listId": 101,
"boardId": 1,
"cardTitle": "Jonex",
"cardDescription": "Jonex - Leads - Sales Pipeline Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book"
}
]
},
{
"_id": 102,
"boardId": 1,
"listTitle": "Contacted us",
"listDescription": "Contacted us - Sales Pipeline Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book",
"card": [
{
"_id": 1101,
"listId": 102,
"boardId": 1,
"cardTitle": "NICS Pvt Ltd",
"cardDescription": "NICS Pvt Ltd - Contacted us - Sales Pipeline Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book"
},
{
"_id": 1102,
"listId": 102,
"boardId": 1,
"cardTitle": "Mexin Corp",
"cardDescription": "Mexin Corp - Contacted us - Sales Pipeline Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book"
}
]
}
]
},
{
"_id": 2,
"boardTitle": "Production development",
"boardDescription": "Production development - Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book",
"createdAt": "2018-07-19",
"list": [
{
"_id": 201,
"boardId": 2,
"listTitle": "Inprogress",
"listDescription": "Inprogress - Production development Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book",
"card": [
{
"_id": 2001,
"listId": 201,
"boardId": 2,
"cardTitle": "New iOS design",
"cardDescription": "New iOS design - Inprogress - Production development Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book"
},
{
"_id": 2002,
"listId": 201,
"boardId": 2,
"cardTitle": "ADA Compliance",
"cardDescription": "ADA Compliance - Inprogress - Production development Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book"
}
]
},
{
"_id": 202,
"boardId": 2,
"listTitle": "Testing",
"listDescription": "Testing - Production development Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book",
"card": [
{
"_id": 2101,
"listId": 202,
"boardId": 2,
"cardTitle": "New design",
"cardDescription": "New design - Testing - Production development Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book"
},
{
"_id": 2102,
"listId": 202,
"boardId": 2,
"cardTitle": "SEO Optimization",
"cardDescription": "SEO Optimization - Testing - Production development Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book"
}
]
}
]
}
]