-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
84 lines (84 loc) · 1.78 KB
/
db.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
{
"userList": [
{
"userId": 1,
"owner": "Keonhee Lee",
"profileImage": "https://avatars.githubusercontent.com/u/83988230?v=4"
},
{
"userId": 2,
"owner": "Hyojin Kwon",
"profileImage": "https://avatars.githubusercontent.com/u/100255414?v=4"
},
{
"userId": 3,
"owner": "Heesoo Kim",
"profileImage": "https://avatars.githubusercontent.com/u/16986867?v=4"
},
{
"userId": 4,
"owner": "MinKyung Shin",
"profileImage": "https://avatars.githubusercontent.com/u/80238096?v=4"
},
{
"userId": 5,
"owner": "JeongWon Kim",
"profileImage": "https://avatars.githubusercontent.com/u/108037773?v=4"
},
{
"userId": 6,
"owner": "JunHyuck Lim",
"profileImage": "https://avatars.githubusercontent.com/u/67939901?v=4"
}
],
"issueList": [
{
"id": 1,
"title": "1",
"content": "1",
"dueDate": "2023-01-19T18:46",
"status": "DONE",
"owner": "Hyojin Kwon"
},
{
"id": 2,
"title": "d",
"content": "sdf",
"dueDate": "",
"status": "IN PROGRESS",
"owner": "MinKyung Shin"
},
{
"id": 6,
"title": "1",
"content": "1",
"dueDate": "2023-01-19T18:46",
"status": "IN PROGRESS",
"owner": "Keonhee Lee"
},
{
"id": 3,
"title": "d",
"content": "sdf",
"dueDate": "",
"status": "TODOS",
"owner": "Keonhee Lee"
},
{
"id": 4,
"title": "1",
"content": "1",
"dueDate": "2023-01-19T18:46",
"status": "IN PROGRESS",
"owner": "Heesoo Kim"
},
{
"id": 5,
"title": "d",
"content": "sdf",
"dueDate": "",
"status": "TODOS",
"owner": "Hyojin Kwon"
}
]
}