Skip to content

Commit 68b4d9c

Browse files
committed
Add TODO to mark hard-coded skills list. This was temporary while we decide how we want to populate this.
1 parent 151f6c1 commit 68b4d9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/apps/talent-search/src/routes/talent-search/TalentSearch.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ export const TalentSearch: FC = () => {
8282
return result
8383
}
8484

85+
// TODO: Make this configurable, or read from a service. We need to discuss
86+
// how we want to handle this.
8587
const popularSkills:Skill[][] = [
8688
[{ emsiId: 'KS441LF7187KS0CV4B6Y', name: 'Typescript' },
8789
{ emsiId: 'KS1244K6176NLVWV02B6', name: 'Front-End Engineering' },

0 commit comments

Comments
 (0)