mirror of
https://github.com/seemueller-io/sumpin.git
synced 2025-09-08 22:56:46 +00:00
add code
This commit is contained in:
9
lib/components/templates/v1-finance.ts
Normal file
9
lib/components/templates/v1-finance.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export default {
|
||||
version: 'v1',
|
||||
domain: 'Finance',
|
||||
structure: ['Domain', 'Specialization', 'Role', 'Responsibility'],
|
||||
description: 'Simplified finance sector hierarchy',
|
||||
commonSkills: ['Financial Analysis', 'Risk Assessment', 'Compliance', 'Reporting'],
|
||||
commonTools: ['Excel', 'Financial Software', 'Analytics Tools', 'Reporting Systems'],
|
||||
examples: ['Investment Banking', 'Corporate Finance', 'Risk Management', 'Accounting']
|
||||
}
|
9
lib/components/templates/v1-tech.ts
Normal file
9
lib/components/templates/v1-tech.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export default {
|
||||
version: 'v1',
|
||||
domain: 'Technology',
|
||||
structure: ['Domain', 'Specialization', 'Role', 'Responsibility'],
|
||||
description: 'Simplified technology sector hierarchy',
|
||||
commonSkills: ['Programming', 'System Design', 'Testing', 'Documentation'],
|
||||
commonTools: ['Code Editors', 'Version Control', 'Build Tools', 'Monitoring'],
|
||||
examples: ['Web Development', 'Mobile Development', 'Backend Systems', 'Frontend UI']
|
||||
}
|
9
lib/components/templates/v2-edu.ts
Normal file
9
lib/components/templates/v2-edu.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export default {
|
||||
version: 'v2',
|
||||
domain: 'Education',
|
||||
structure: ['Domain', 'Industry', 'Profession', 'Field', 'Role', 'Task'],
|
||||
description: 'Comprehensive education sector hierarchy',
|
||||
commonSkills: ['Teaching', 'Curriculum Development', 'Assessment', 'Student Engagement'],
|
||||
commonTools: ['LMS', 'Educational Software', 'Assessment Tools', 'Communication Platforms'],
|
||||
examples: ['K-12 Education', 'Higher Education', 'Corporate Training', 'Online Learning']
|
||||
}
|
9
lib/components/templates/v2-healthcare.ts
Normal file
9
lib/components/templates/v2-healthcare.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export default {
|
||||
version: 'v2',
|
||||
domain: 'Healthcare',
|
||||
structure: ['Domain', 'Industry', 'Profession', 'Field', 'Role', 'Task'],
|
||||
description: 'Comprehensive healthcare sector hierarchy',
|
||||
commonSkills: ['Patient Care', 'Medical Knowledge', 'Communication', 'Empathy'],
|
||||
commonTools: ['EMR Systems', 'Medical Devices', 'Diagnostic Tools', 'Communication Systems'],
|
||||
examples: ['Clinical Care', 'Medical Research', 'Healthcare Administration', 'Public Health']
|
||||
}
|
9
lib/components/templates/v2-tech.ts
Normal file
9
lib/components/templates/v2-tech.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export default {
|
||||
version: 'v2',
|
||||
domain: 'Technology',
|
||||
structure: ['Domain', 'Industry', 'Profession', 'Field', 'Role', 'Task'],
|
||||
description: 'Comprehensive technology sector hierarchy',
|
||||
commonSkills: ['Problem Solving', 'Critical Thinking', 'Communication', 'Collaboration'],
|
||||
commonTools: ['Git', 'IDE', 'Testing Frameworks', 'Documentation Tools'],
|
||||
examples: ['Software Development', 'DevOps', 'Data Science', 'Cybersecurity']
|
||||
}
|
Reference in New Issue
Block a user