-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMockOutlineData.json
More file actions
76 lines (76 loc) · 1.8 KB
/
Copy pathMockOutlineData.json
File metadata and controls
76 lines (76 loc) · 1.8 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
[
{
"category": "Professions",
"level": "15",
"name": "DevCraft",
"details": "Web development and programming assignments and exercises that practice and promote learning new skills of a web developer.",
"entries": [
{
"level": "15",
"date": "12/5/19",
"title": "started skillsTab",
"description": "-- read 1/2 of Thinking in React [https://reactjs.org/docs/thinking-in-react.html#start-with-a-mock]. -- read several articles. -- started skillsTab: create-react-app, add material-ui, add skill progressBar prototype."
},
{
"level": "14",
"date": "12/5/19",
"title": "learnReactApp",
"description": "-- 1st part of extra-credit raised Search state to Capstone"
}
]
},
{
"category": "Secondary Skills",
"level": "3",
"name": "SwimCraft",
"details": "Swimming workouts.",
"entries": [
{
"level": "3",
"date": "11/9/19",
"title": "Broadway xSport",
"description": "-- "
},
{
"level": "2",
"date": "11/?/19",
"title": "Western xSport. Lost fitbit",
"description": "-- "
},
{
"level": "1",
"date": "11/?/19",
"title": "Western xSport.",
"description": "-- "
}
]
},
{
"category": "Secondary Skills",
"level": "0",
"name": "Cooking",
"details": "",
"entries": []
},
{
"category": "Secondary Skills",
"level": "0",
"name": "First Aid",
"details": "",
"entries": []
},
{
"category": "Secondary Skills",
"level": "0",
"name": "Fishing",
"details": "",
"entries": []
},
{
"category": "Secondary Skills",
"level": "0",
"name": "Riding",
"details": "",
"entries": []
}
]