-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmock.js
233 lines (232 loc) · 9.31 KB
/
mock.js
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
export const mockBookmarkListList = [
{ id: 0, is_owner: 1, is_shared: 1, title: '개발자 문서 모음' },
{ id: 1, is_owner: 0, is_shared: 1, title: '개발자 문서 모음2' },
{ id: 2, is_owner: 0, is_shared: 1, title: '개발자 문서 모음3' },
{ id: 3, is_owner: 0, is_shared: 1, title: '개발자 문서 모음4' },
{ id: 4, is_owner: 0, is_shared: 1, title: '개발자 문서 모음5' },
{ id: 5, is_owner: 0, is_shared: 1, title: '개발자 문서 모음6' },
{
id: 6,
is_owner: 0,
is_shared: 1,
title: '개발자 문서 모음7',
},
];
export const mockBookmarkList = [
{
id: 0,
title: '개발자 문서 모음',
is_owner: 1,
shared: true,
bookmarks: [
{
id: 1,
title: '대학 졸업 직전 프론트엔드 개발자 구직 회고',
description: '구직기입니다',
img: 'https://maxkim-j.github.io/uploads/default.png',
url: 'https://maxkim-j.github.io/posts/job-searching-retrospect',
keywords: ['구직', '회고', '대학생'],
createdAt: '2022-04-21',
importance: 5,
memo: '이거 꼭 보세요',
},
{
id: 2,
title: '웹 접근성 준수가 가져오는 프론트엔드 개발의 이점',
description: '멋진 북마크입니다22',
img: '',
url: 'https://maxkim-j.github.io/posts/web-accessiblity-virtuous-cycle',
keywords: ['RTL', '웹 접근성', '프론트엔드'],
createdAt: '2022-04-20',
importance: 2,
memo: '메모입니다',
},
],
},
{
id: 1,
title: '개발자 문서 모음2',
is_owner: 1,
shared: true,
bookmarks: [
{
id: 1,
title: 'SonarLint와 SonarCloud 연동하기 (WebStorm Plugin)',
description:
'지난 시간에 프로젝트와 SonarCloud 연동을 했습니다. 이번 시간에는 프로젝트와 연결된 SonarCloud를 개발환경인 WebStorm의 SonarLint 플러그인과 연동해서 IDE로 개발 중에도 SonarCloud 검증이 되도록 설정해..',
img: 'https://img1.daumcdn.net/thumb/R800x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FcW9GuD%2FbtrzjY2nAWV%2Fx6KxxJyIlM6QpGLb20qnp0%2Fimg.png',
url: 'https://jojoldu.tistory.com/665?category=1036934',
keywords: ['SonarLint', 'SonarCloud', 'Webstorm'],
createdAt: '2022-04-21',
importance: 3,
memo: '이거 꼭 보세요',
},
{
id: 2,
title: 'expect에서 false와 falsy 구분하기',
description:
'Jest로 테스트 코드를 작성하다보면 습관적으로 IDE의 자동완성으로 toBeFalsy 와 toBeTruthy 를 사용하곤 했다. 저 둘이 아닌 toBe(false) 와 toBe(true) 는 한 번의 자동완성으로 안되기 때문에 굳이 사용하진..',
img: 'https://img1.daumcdn.net/thumb/R800x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FdvHRaH%2Fbtrzgh76INX%2FkcMBLlTtKDRUB2eo6BYzTK%2Fimg.png',
url: 'https://jojoldu.tistory.com/664?category=1036934',
keywords: ['Jest', '테스트', 'TDD'],
createdAt: '2022-04-20',
importance: 2,
memo: '메모입니다',
},
],
},
{
id: 3,
title: '개발자 문서 모음3',
is_owner: 1,
shared: true,
bookmarks: [
{
id: 1,
title: '대학 졸업 직전 프론트엔드 개발자 구직 회고',
description: '구직기입니다',
img: 'https://maxkim-j.github.io/uploads/default.png',
url: 'https://maxkim-j.github.io/posts/job-searching-retrospect',
keywords: ['구직', '회고', '대학생'],
createdAt: '2022-04-21',
importance: 5,
memo: '이거 꼭 보세요',
},
{
id: 2,
title: '웹 접근성 준수가 가져오는 프론트엔드 개발의 이점',
description: '멋진 북마크입니다22',
img: '',
url: 'https://maxkim-j.github.io/posts/web-accessiblity-virtuous-cycle',
keywords: ['RTL', '웹 접근성', '프론트엔드'],
createdAt: '2022-04-20',
importance: 2,
memo: '메모입니다',
},
],
},
{
id: 4,
title: '개발자 문서 모음4',
is_owner: 1,
shared: true,
bookmarks: [
{
id: 1,
title: 'SonarLint와 SonarCloud 연동하기 (WebStorm Plugin)',
description:
'지난 시간에 프로젝트와 SonarCloud 연동을 했습니다. 이번 시간에는 프로젝트와 연결된 SonarCloud를 개발환경인 WebStorm의 SonarLint 플러그인과 연동해서 IDE로 개발 중에도 SonarCloud 검증이 되도록 설정해..',
img: 'https://img1.daumcdn.net/thumb/R800x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FcW9GuD%2FbtrzjY2nAWV%2Fx6KxxJyIlM6QpGLb20qnp0%2Fimg.png',
url: 'https://jojoldu.tistory.com/665?category=1036934',
keywords: ['SonarLint', 'SonarCloud', 'Webstorm'],
createdAt: '2022-04-21',
importance: 3,
memo: '이거 꼭 보세요',
},
{
id: 2,
title: 'expect에서 false와 falsy 구분하기',
description:
'Jest로 테스트 코드를 작성하다보면 습관적으로 IDE의 자동완성으로 toBeFalsy 와 toBeTruthy 를 사용하곤 했다. 저 둘이 아닌 toBe(false) 와 toBe(true) 는 한 번의 자동완성으로 안되기 때문에 굳이 사용하진..',
img: 'https://img1.daumcdn.net/thumb/R800x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FdvHRaH%2Fbtrzgh76INX%2FkcMBLlTtKDRUB2eo6BYzTK%2Fimg.png',
url: 'https://jojoldu.tistory.com/664?category=1036934',
keywords: ['Jest', '테스트', 'TDD'],
createdAt: '2022-04-20',
importance: 2,
memo: '메모입니다',
},
],
},
{
id: 5,
title: '개발자 문서 모음5',
is_owner: 1,
shared: true,
bookmarks: [
{
id: 1,
title: '대학 졸업 직전 프론트엔드 개발자 구직 회고',
description: '구직기입니다',
img: 'https://maxkim-j.github.io/uploads/default.png',
url: 'https://maxkim-j.github.io/posts/job-searching-retrospect',
keywords: ['구직', '회고', '대학생'],
createdAt: '2022-04-21',
importance: 5,
memo: '이거 꼭 보세요',
},
{
id: 2,
title: '웹 접근성 준수가 가져오는 프론트엔드 개발의 이점',
description: '멋진 북마크입니다22',
img: '',
url: 'https://maxkim-j.github.io/posts/web-accessiblity-virtuous-cycle',
keywords: ['RTL', '웹 접근성', '프론트엔드'],
createdAt: '2022-04-20',
importance: 2,
memo: '메모입니다',
},
],
},
{
id: 6,
title: '개발자 문서 모음6',
is_owner: 1,
shared: true,
bookmarks: [
{
id: 1,
title: 'SonarLint와 SonarCloud 연동하기 (WebStorm Plugin)',
description:
'지난 시간에 프로젝트와 SonarCloud 연동을 했습니다. 이번 시간에는 프로젝트와 연결된 SonarCloud를 개발환경인 WebStorm의 SonarLint 플러그인과 연동해서 IDE로 개발 중에도 SonarCloud 검증이 되도록 설정해..',
img: 'https://img1.daumcdn.net/thumb/R800x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FcW9GuD%2FbtrzjY2nAWV%2Fx6KxxJyIlM6QpGLb20qnp0%2Fimg.png',
url: 'https://jojoldu.tistory.com/665?category=1036934',
keywords: ['SonarLint', 'SonarCloud', 'Webstorm'],
createdAt: '2022-04-21',
importance: 3,
memo: '이거 꼭 보세요',
},
{
id: 2,
title: 'expect에서 false와 falsy 구분하기',
description:
'Jest로 테스트 코드를 작성하다보면 습관적으로 IDE의 자동완성으로 toBeFalsy 와 toBeTruthy 를 사용하곤 했다. 저 둘이 아닌 toBe(false) 와 toBe(true) 는 한 번의 자동완성으로 안되기 때문에 굳이 사용하진..',
img: 'https://img1.daumcdn.net/thumb/R800x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FdvHRaH%2Fbtrzgh76INX%2FkcMBLlTtKDRUB2eo6BYzTK%2Fimg.png',
url: 'https://jojoldu.tistory.com/664?category=1036934',
keywords: ['Jest', '테스트', 'TDD'],
createdAt: '2022-04-20',
importance: 2,
memo: '메모입니다',
},
],
},
{
id: 7,
title: '개발자 문서 모음7',
is_owner: 1,
shared: false,
bookmarks: [
{
id: 1,
title: '대학 졸업 직전 프론트엔드 개발자 구직 회고',
description: '구직기입니다',
img: 'https://maxkim-j.github.io/uploads/default.png',
url: 'https://maxkim-j.github.io/posts/job-searching-retrospect',
keywords: ['구직', '회고', '대학생'],
createdAt: '2022-04-21',
importance: 5,
memo: '이거 꼭 보세요',
},
{
id: 2,
title: '웹 접근성 준수가 가져오는 프론트엔드 개발의 이점',
description: '멋진 북마크입니다22',
img: '',
url: 'https://maxkim-j.github.io/posts/web-accessiblity-virtuous-cycle',
keywords: ['RTL', '웹 접근성', '프론트엔드'],
createdAt: '2022-04-20',
importance: 2,
memo: '메모입니다',
},
],
},
];