-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(competencies): Add initial data set (#3)
- Loading branch information
Showing
8 changed files
with
273 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import * as oNet from './oNet'; | ||
import * as theSims from './theSims'; | ||
|
||
/** | ||
* A list of all competencies in our limited data set. | ||
*/ | ||
export const all: string[] = [oNet.abilitiesAndSkills, theSims.skills].flat(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
/** | ||
* A selection of abilities and skills from the O*NET 24.3 Database, sponsored | ||
* by the U.S. Department of Labor, Employment and Training Administration. | ||
* | ||
* The database is licensed under a Creative Commons Attribution 4.0 | ||
* International License. | ||
* | ||
* {@link https://www.onetcenter.org/license_db.html} | ||
*/ | ||
export const abilitiesAndSkills: string[] = [ | ||
'Active Learning', | ||
'Active Listening', | ||
'Arm-Hand Steadiness', | ||
'Auditory Attention', | ||
'Category Flexibility', | ||
'Complex Problem Solving', | ||
'Control Precision', | ||
'Coordination', | ||
'Critical Thinking', | ||
'Deductive Reasoning', | ||
'Depth Perception', | ||
'Dynamic Flexibility', | ||
'Dynamic Strength', | ||
'Equipment Maintenance', | ||
'Equipment Selection', | ||
'Explosive Strength', | ||
'Extent Flexibility', | ||
'Far Vision', | ||
'Finger Dexterity', | ||
'Flexibility of Closure', | ||
'Fluency of Ideas', | ||
'Glare Sensitivity', | ||
'Gross Body Coordination', | ||
'Gross Body Equilibrium', | ||
'Hearing Sensitivity', | ||
'Inductive Reasoning', | ||
'Information Ordering', | ||
'Installation', | ||
'Instructing', | ||
'Judgment and Decision Making', | ||
'Learning Strategies', | ||
'Management of Financial Resources', | ||
'Management of Material Resources', | ||
'Management of Personnel Resources', | ||
'Manual Dexterity', | ||
'Mathematical Reasoning', | ||
'Mathematics', | ||
'Memorization', | ||
'Monitoring', | ||
'Multilimb Coordination', | ||
'Near Vision', | ||
'Negotiation', | ||
'Night Vision', | ||
'Number Facility', | ||
'Operation and Control', | ||
'Operation Monitoring', | ||
'Operations Analysis', | ||
'Oral Comprehension', | ||
'Oral Expression', | ||
'Originality', | ||
'Perceptual Speed', | ||
'Peripheral Vision', | ||
'Persuasion', | ||
'Problem Sensitivity', | ||
'Programming', | ||
'Quality Control Analysis', | ||
'Rate Control', | ||
'Reaction Time', | ||
'Reading Comprehension', | ||
'Repairing', | ||
'Response Orientation', | ||
'Science', | ||
'Selective Attention', | ||
'Service Orientation', | ||
'Social Perceptiveness', | ||
'Sound Localization', | ||
'Spatial Orientation', | ||
'Speaking', | ||
'Speech Clarity', | ||
'Speech Recognition', | ||
'Speed of Closure', | ||
'Speed of Limb Movement', | ||
'Stamina', | ||
'Static Strength', | ||
'Systems Analysis', | ||
'Systems Evaluation', | ||
'Technology Design', | ||
'Time Management', | ||
'Time Sharing', | ||
'Troubleshooting', | ||
'Trunk Strength', | ||
'Visual Color Discrimination', | ||
'Visualization', | ||
'Wrist-Finger Speed', | ||
'Writing', | ||
'Written Comprehension', | ||
'Written Expression', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,129 @@ | ||
/** | ||
* A selection of skills from The Sims, a popular video game series developed by | ||
* Maxis and published by Electronic Arts. | ||
* | ||
* {@link https://en.wikipedia.org/w/index.php?title=The_Sims&oldid=967293808} | ||
* | ||
* {@link https://sims.fandom.com/wiki/Skill?oldid=921991} | ||
* | ||
* {@link https://sims.fandom.com/wiki/Secret_skill?oldid=921396} | ||
*/ | ||
export const skills: string[] = [ | ||
'Acting', | ||
'Air Guitar', | ||
'Alchemy', | ||
'Anger Management', | ||
'Archaeology', | ||
'Baking', | ||
'Ball Fighting', | ||
'Ballet', | ||
'Bass', | ||
'Blocks', | ||
'Bot Building', | ||
'Bowling', | ||
'Broom Riding', | ||
'Bubble Blowing', | ||
'Bug Eating', | ||
'Charisma', | ||
'Chess', | ||
'Cleaning', | ||
'Club Dancing', | ||
'Collecting', | ||
'Comedy', | ||
'Communication', | ||
'Consignment', | ||
'Cooking', | ||
'Couple Counselling', | ||
'Creativity', | ||
'Dancing', | ||
'Darts', | ||
'Diving', | ||
'DJ Mixing', | ||
'Dominoes', | ||
'Drafting', | ||
'Driving', | ||
'Drums', | ||
'Entertainer', | ||
'Fabrication', | ||
'Fairy Magic', | ||
'Fire Prevention', | ||
'Firewalking', | ||
'Fishing', | ||
'Flower Arranging', | ||
'Foosball', | ||
'Gambling', | ||
'Gardening', | ||
'Golfing', | ||
'Gourmet Cooking', | ||
'Guitar', | ||
'Hacking', | ||
'Handiness', | ||
'Herbalism', | ||
'Homework', | ||
'Hopscotch', | ||
'Horseshoes', | ||
'Hunting', | ||
'Imagination', | ||
'Inventing', | ||
'Juice Fizzing', | ||
'Juice Pong', | ||
'Jumping', | ||
'Karaoke', | ||
'Knitting', | ||
'Lifelong Happiness', | ||
'Logic', | ||
'Lycantropy', | ||
'Magic', | ||
'Martial Arts', | ||
'Media Production', | ||
'Meditation', | ||
'Mischief', | ||
'Mixology', | ||
'Nectar Making', | ||
'Nursery Rhyme', | ||
'Painting', | ||
'Parenting', | ||
'Performance Artist', | ||
'Pet Training', | ||
'Photography', | ||
'Physiology', | ||
'Piano', | ||
'Ping Pong', | ||
'Pipe Organ', | ||
'Racing', | ||
'Research & Debate', | ||
'Riding', | ||
'Robotics', | ||
'Rock Climbing', | ||
'Rocket Science', | ||
'Rubble Clearing', | ||
'Sales', | ||
'Scouting', | ||
'Scuba Diving', | ||
'Sculpting', | ||
'Shuffleboard', | ||
'Singing', | ||
'Skating', | ||
'Snake Charming', | ||
'Snowboarding', | ||
'Social Networking', | ||
'Spellcasting', | ||
'Street Art', | ||
'Styling', | ||
'Tai Chi', | ||
'Talking', | ||
'Tattooing', | ||
'Thinking', | ||
'Trampoline', | ||
'Veterinarian', | ||
'Video Gaming', | ||
'Violin', | ||
'Walking', | ||
'Waterskiing', | ||
'Wellness', | ||
'Wildlife', | ||
'Windsurfing', | ||
'Work Ethic', | ||
'Xylophone', | ||
'Yoga', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
export * as competencies from './competencies'; | ||
export * as education from './education'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
import { fakeHr } from '.'; | ||
|
||
describe('app', () => { | ||
it('defines education exports', () => { | ||
expect(fakeHr.education.institutions).toBeDefined(); | ||
it('defines exports', () => { | ||
expect(fakeHr.competencies.all).toBeDefined(); | ||
expect(fakeHr.education.institutions.all).toBeDefined(); | ||
expect(fakeHr.education.institutions.filter).toBeDefined(); | ||
}); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* eslint-disable no-console */ | ||
|
||
import { fakeHr } from '.'; | ||
|
||
console.log('hello there'); | ||
|
||
console.log(fakeHr.competencies.all[0]); | ||
|
||
console.log(fakeHr.education.institutions.all[0]); |