File tree Expand file tree Collapse file tree 1 file changed +25
-4
lines changed Expand file tree Collapse file tree 1 file changed +25
-4
lines changed Original file line number Diff line number Diff line change 4
4
"id" : 1 ,
5
5
"title" : " Board-1" ,
6
6
"author" : " Abhishek"
7
+ },
8
+ {
9
+ "id" : 2 ,
10
+ "title" : " Board-2" ,
11
+ "author" : " Monika"
7
12
}
8
13
],
9
14
"tasks" : [
18
23
{
19
24
"id" : 2 ,
20
25
"name" : " Visual Designing" ,
21
- "list" : " On-Hold " ,
26
+ "list" : " In-Progress " ,
22
27
"dueDate" : " 25/04/2017" ,
23
28
"priority" : 2 ,
24
29
"boardId" : 1
25
30
},
26
31
{
27
32
"id" : 3 ,
28
33
"name" : " Development" ,
29
- "list" : " On-Hold " ,
34
+ "list" : " In-Progress " ,
30
35
"dueDate" : " 25/04/2017" ,
31
36
"priority" : 3 ,
32
37
"boardId" : 1
33
38
},
34
39
{
35
40
"id" : 4 ,
36
41
"name" : " SIT" ,
37
- "list" : " On-Hold " ,
42
+ "list" : " New " ,
38
43
"dueDate" : " 25/04/2017" ,
39
44
"priority" : 4 ,
40
45
"boardId" : 1
56
61
"id" : 6
57
62
},
58
63
{
59
- "list" : " In-Progress " ,
64
+ "list" : " New " ,
60
65
"name" : " UAT" ,
61
66
"dueDate" : " 26/04/2017" ,
62
67
"priority" : 10 ,
63
68
"boardId" : " 1" ,
64
69
"id" : 7
70
+ },
71
+ {
72
+ "list" : " New" ,
73
+ "name" : " UAT" ,
74
+ "dueDate" : " 26/04/2017" ,
75
+ "priority" : 10 ,
76
+ "boardId" : " 2" ,
77
+ "id" : 1
78
+ },
79
+ {
80
+ "list" : " In-Progress" ,
81
+ "name" : " SIT" ,
82
+ "dueDate" : " 26/04/2017" ,
83
+ "priority" : 10 ,
84
+ "boardId" : " 2" ,
85
+ "id" : 2
65
86
}
66
87
]
67
88
}
You can’t perform that action at this time.
0 commit comments