Skip to content

Commit

Permalink
more data in the mocked search result
Browse files Browse the repository at this point in the history
  • Loading branch information
Svetlana Ivanova authored and Svetlana Ivanova committed Jul 3, 2019
1 parent c4a6eb2 commit 4007f82
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/assets/mock/search-result.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"industrySectors": ["sector1", "sector2", "sector3"],
"specializations": ["specialization1", "specialization2", "specialization3"],
"certificates": ["certificate1", "certificate2", "certificate3"],
"department": "Department",
"manager": {
"id": "e6b808eb-b6bd-447d-8dce-3e0d66b17759",
"userName": "manager",
Expand All @@ -26,6 +27,15 @@
"currentLevel": 2,
"desiredLevel": 3,
"priority": 4
},
{
"skill": {
"id": "e6b808eb-b6bd-447d-8dce-3e0d66b17111",
"name": "English"
},
"currentLevel": 2,
"desiredLevel": 3,
"priority": 4
}
]
},
Expand All @@ -40,6 +50,7 @@
"industrySectors": ["sector1", "sector2", "sector3"],
"specializations": ["specialization1", "specialization2", "specialization3"],
"certificates": ["certificate1", "certificate3", "certificate6"],
"department": "Department",
"manager": {
"id": "e6b808eb-b6bd-447d-8dce-3e0d66b17759",
"userName": "manager",
Expand Down Expand Up @@ -67,6 +78,15 @@
"currentLevel": 3,
"desiredLevel": 4,
"priority": 2
},
{
"skill": {
"id": "e6b808eb-b6bd-447d-8dce-3e0d66b17111",
"name": "English"
},
"currentLevel": 2,
"desiredLevel": 3,
"priority": 4
}
]
},
Expand All @@ -81,6 +101,7 @@
"industrySectors": ["sector1", "sector2", "sector3"],
"specializations": ["specialization1", "specialization2", "specialization3"],
"certificates": ["certificate1", "certificate5", "certificate6", "certificate7", "certificate8"],
"department": "Department",
"manager": {
"id": "e6b808eb-b6bd-447d-8dce-3e0d66b17759",
"userName": "manager2",
Expand Down

0 comments on commit 4007f82

Please sign in to comment.