Skip to content

Commit b9f07d2

Browse files
updated data
1 parent e58c6f2 commit b9f07d2

File tree

1 file changed

+25
-4
lines changed

1 file changed

+25
-4
lines changed

src/db.json

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"id": 1,
55
"title": "Board-1",
66
"author": "Abhishek"
7+
},
8+
{
9+
"id": 2,
10+
"title": "Board-2",
11+
"author": "Monika"
712
}
813
],
914
"tasks": [
@@ -18,23 +23,23 @@
1823
{
1924
"id": 2,
2025
"name": "Visual Designing",
21-
"list": "On-Hold",
26+
"list": "In-Progress",
2227
"dueDate": "25/04/2017",
2328
"priority": 2,
2429
"boardId": 1
2530
},
2631
{
2732
"id": 3,
2833
"name": "Development",
29-
"list": "On-Hold",
34+
"list": "In-Progress",
3035
"dueDate": "25/04/2017",
3136
"priority": 3,
3237
"boardId": 1
3338
},
3439
{
3540
"id": 4,
3641
"name": "SIT",
37-
"list": "On-Hold",
42+
"list": "New",
3843
"dueDate": "25/04/2017",
3944
"priority": 4,
4045
"boardId": 1
@@ -56,12 +61,28 @@
5661
"id": 6
5762
},
5863
{
59-
"list": "In-Progress",
64+
"list": "New",
6065
"name": "UAT",
6166
"dueDate": "26/04/2017",
6267
"priority": 10,
6368
"boardId": "1",
6469
"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
6586
}
6687
]
6788
}

0 commit comments

Comments
 (0)