-
Notifications
You must be signed in to change notification settings - Fork 0
/
seedData.json
76 lines (76 loc) · 1.72 KB
/
seedData.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
[
{
"id": 1,
"name": "Pavel",
"gender": "male",
"birthday": "1985-07-15",
"position": "CTO",
"relocation": true,
"salary": {
"total": 333,
"currency": "BTC"
},
"skills": [ "nodejs", "graphql", "babel", "webpack", "oss contributor", "devOps" ],
"languages": [ "ru", "en" ],
"location": {
"name": "Almaty",
"point": [43.238949, 76.889709]
},
"createdAt": "2017-10-19T04:29:08Z"
},
{
"id": 2,
"name": "Helen",
"gender": "female",
"birthday": "1986-03-06",
"position": "sales manager",
"relocation": true,
"salary": {
"total": 12345,
"currency": "USD"
},
"skills": [ "Communication", "Ability to Attain Targets", "Analytical Ability", "Judgment"],
"languages": [ "ru", "en" ],
"location": {
"name": "Almaty",
"point": [43.238949, 76.889709]
},
"createdAt": "2017-10-19T04:29:09Z"
},
{
"id": 3,
"name": "Andrew",
"gender": "male",
"birthday": "1952-02-19",
"position": "Vice President Sales",
"relocation": false,
"salary": {
"total": 23456,
"currency": "USD"
},
"skills": [ "BTS commercial", "international marketing"],
"languages": [ "en", "fr", "ge" ],
"location": {
"name": "Tacoma"
},
"createdAt": "2017-10-19T04:29:10Z"
},
{
"id": 4,
"name": "Steven",
"gender": "male",
"birthday": "1955-03-04",
"position": "Sales Representative",
"relocation": false,
"salary": {
"total": 12222,
"currency": "USD"
},
"skills": [ "BA in psychology", "Art of the Cold Call"],
"languages": [ "en" ],
"location": {
"name": "Seattle"
},
"createdAt": "2017-10-19T04:29:11Z"
}
]