dongho revisó este gist . Ir a la revisión
1 file changed, 2 insertions, 2 deletions
job_description.json
| @@ -5,6 +5,7 @@ | |||
| 5 | 5 | "company_moto": find what this commpany moto is, | |
| 6 | 6 | "company_vision": find what this company vision is, | |
| 7 | 7 | "typeOfWorker": find what kind of people they are hiring in personality and visiton wise, | |
| 8 | + | "positionLevel":string either junior or senior, | |
| 8 | 9 | "keyRequirements": [ | |
| 9 | 10 | { | |
| 10 | 11 | "Education": { | |
| @@ -13,7 +14,6 @@ | |||
| 13 | 14 | "Phd": Boolean, | |
| 14 | 15 | "Major Description": String | |
| 15 | 16 | }, | |
| 16 | - | "previousJob": Boolean <- this looks for whether they are hiring experienced worker or just new worker | |
| 17 | 17 | }, | |
| 18 | 18 | { | |
| 19 | 19 | "Experience": String of description | |
| @@ -37,7 +37,7 @@ | |||
| 37 | 37 | "Language Skills":[ | |
| 38 | 38 | "Language": { | |
| 39 | 39 | "Required": Boolean, | |
| 40 | - | "Level": integer from 0 to 10 where 0 is not required and 10 being very fluent like local | |
| 40 | + | "Level": String of Language Level consisting of A1, A2, B1, B2, C1, and C2 which is international standard. | |
| 41 | 41 | } | |
| 42 | 42 | ] | |
| 43 | 43 | } | |
dongho revisó este gist . Ir a la revisión
1 file changed, 4 insertions, 1 deletion
job_description.json
| @@ -3,6 +3,8 @@ | |||
| 3 | 3 | "jobTitle": String, | |
| 4 | 4 | "company_Name": String, | |
| 5 | 5 | "company_moto": find what this commpany moto is, | |
| 6 | + | "company_vision": find what this company vision is, | |
| 7 | + | "typeOfWorker": find what kind of people they are hiring in personality and visiton wise, | |
| 6 | 8 | "keyRequirements": [ | |
| 7 | 9 | { | |
| 8 | 10 | "Education": { | |
| @@ -10,7 +12,8 @@ | |||
| 10 | 12 | "Master": Boolean, | |
| 11 | 13 | "Phd": Boolean, | |
| 12 | 14 | "Major Description": String | |
| 13 | - | } | |
| 15 | + | }, | |
| 16 | + | "previousJob": Boolean <- this looks for whether they are hiring experienced worker or just new worker | |
| 14 | 17 | }, | |
| 15 | 18 | { | |
| 16 | 19 | "Experience": String of description | |
dongho revisó este gist . Ir a la revisión
1 file changed, 2 insertions
job_description.json
| @@ -1,6 +1,8 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "id": uuid, | |
| 3 | 3 | "jobTitle": String, | |
| 4 | + | "company_Name": String, | |
| 5 | + | "company_moto": find what this commpany moto is, | |
| 4 | 6 | "keyRequirements": [ | |
| 5 | 7 | { | |
| 6 | 8 | "Education": { | |
dongho revisó este gist . Ir a la revisión
1 file changed, 10 insertions, 5 deletions
job_description.json
| @@ -15,17 +15,22 @@ | |||
| 15 | 15 | }, | |
| 16 | 16 | { | |
| 17 | 17 | "Technical_Skills": List of String of Description | |
| 18 | + | if programming skill required else just ignore | |
| 19 | + | "programmingLanguageRequired": [ | |
| 20 | + | "programmingLanguageName": { | |
| 21 | + | "packages": [ list of packages that i should be familiar with], | |
| 22 | + | "devtools": [ list of tools that i should be familiar with] | |
| 23 | + | ||
| 24 | + | } | |
| 25 | + | ] | |
| 26 | + | ||
| 18 | 27 | }, | |
| 19 | 28 | { | |
| 20 | 29 | "Soft Skills": List of strings | |
| 21 | 30 | }, | |
| 22 | 31 | { | |
| 23 | 32 | "Language Skills":[ | |
| 24 | - | "German": { | |
| 25 | - | "Required": Boolean, | |
| 26 | - | "Level": integer from 0 to 10 where 0 is not required and 10 being very fluent like local | |
| 27 | - | }, | |
| 28 | - | "English:: { | |
| 33 | + | "Language": { | |
| 29 | 34 | "Required": Boolean, | |
| 30 | 35 | "Level": integer from 0 to 10 where 0 is not required and 10 being very fluent like local | |
| 31 | 36 | } | |
dongho revisó este gist . Ir a la revisión
1 file changed, 20 insertions, 24 deletions
job_description.json
| @@ -1,38 +1,34 @@ | |||
| 1 | 1 | { | |
| 2 | - | "jobTitle": "Expert IT Sourcing - Sourcing Management", | |
| 2 | + | "id": uuid, | |
| 3 | + | "jobTitle": String, | |
| 3 | 4 | "keyRequirements": [ | |
| 4 | 5 | { | |
| 5 | - | "category": "Education", | |
| 6 | - | "details": "Bachelor's or Master's degree in Business, Finance, IT, or related field" | |
| 6 | + | "Education": { | |
| 7 | + | "Bachelor": Boolean, | |
| 8 | + | "Master": Boolean, | |
| 9 | + | "Phd": Boolean, | |
| 10 | + | "Major Description": String | |
| 11 | + | } | |
| 7 | 12 | }, | |
| 8 | 13 | { | |
| 9 | - | "category": "Experience", | |
| 10 | - | "details": "Proven experience in IT sourcing/procurement, managing complex strategies & contract negotiations (with a track record of success)" | |
| 14 | + | "Experience": String of description | |
| 11 | 15 | }, | |
| 12 | 16 | { | |
| 13 | - | "category": "Technical Skills", | |
| 14 | - | "skills": [ | |
| 15 | - | "Deep understanding of IT sourcing & contract management processes", | |
| 16 | - | "Knowledge of contract law, legal principles, and data protection regulations", | |
| 17 | - | "Proficiency in contract management software", | |
| 18 | - | "Proficiency in Microsoft Office Suite" | |
| 19 | - | ] | |
| 17 | + | "Technical_Skills": List of String of Description | |
| 20 | 18 | }, | |
| 21 | 19 | { | |
| 22 | - | "category": "Soft Skills", | |
| 23 | - | "skills": [ | |
| 24 | - | "Strategic Thinking (long-term focus)", | |
| 25 | - | "Negotiation Skills (excellent)", | |
| 26 | - | "Communication Skills (excellent)", | |
| 27 | - | "Organizational Skills (excellent)", | |
| 28 | - | "Analytical & Problem-Solving Skills (data-driven decision making)" | |
| 29 | - | ] | |
| 20 | + | "Soft Skills": List of strings | |
| 30 | 21 | }, | |
| 31 | 22 | { | |
| 32 | - | "category": "Language Skills", | |
| 33 | - | "requirements": [ | |
| 34 | - | "German: Fluency (required)", | |
| 35 | - | "English: Preferred (a plus)" | |
| 23 | + | "Language Skills":[ | |
| 24 | + | "German": { | |
| 25 | + | "Required": Boolean, | |
| 26 | + | "Level": integer from 0 to 10 where 0 is not required and 10 being very fluent like local | |
| 27 | + | }, | |
| 28 | + | "English:: { | |
| 29 | + | "Required": Boolean, | |
| 30 | + | "Level": integer from 0 to 10 where 0 is not required and 10 being very fluent like local | |
| 31 | + | } | |
| 36 | 32 | ] | |
| 37 | 33 | } | |
| 38 | 34 | ] | |
dongho revisó este gist . Ir a la revisión
1 file changed, 39 insertions
job_description.json(archivo creado)
| @@ -0,0 +1,39 @@ | |||
| 1 | + | { | |
| 2 | + | "jobTitle": "Expert IT Sourcing - Sourcing Management", | |
| 3 | + | "keyRequirements": [ | |
| 4 | + | { | |
| 5 | + | "category": "Education", | |
| 6 | + | "details": "Bachelor's or Master's degree in Business, Finance, IT, or related field" | |
| 7 | + | }, | |
| 8 | + | { | |
| 9 | + | "category": "Experience", | |
| 10 | + | "details": "Proven experience in IT sourcing/procurement, managing complex strategies & contract negotiations (with a track record of success)" | |
| 11 | + | }, | |
| 12 | + | { | |
| 13 | + | "category": "Technical Skills", | |
| 14 | + | "skills": [ | |
| 15 | + | "Deep understanding of IT sourcing & contract management processes", | |
| 16 | + | "Knowledge of contract law, legal principles, and data protection regulations", | |
| 17 | + | "Proficiency in contract management software", | |
| 18 | + | "Proficiency in Microsoft Office Suite" | |
| 19 | + | ] | |
| 20 | + | }, | |
| 21 | + | { | |
| 22 | + | "category": "Soft Skills", | |
| 23 | + | "skills": [ | |
| 24 | + | "Strategic Thinking (long-term focus)", | |
| 25 | + | "Negotiation Skills (excellent)", | |
| 26 | + | "Communication Skills (excellent)", | |
| 27 | + | "Organizational Skills (excellent)", | |
| 28 | + | "Analytical & Problem-Solving Skills (data-driven decision making)" | |
| 29 | + | ] | |
| 30 | + | }, | |
| 31 | + | { | |
| 32 | + | "category": "Language Skills", | |
| 33 | + | "requirements": [ | |
| 34 | + | "German: Fluency (required)", | |
| 35 | + | "English: Preferred (a plus)" | |
| 36 | + | ] | |
| 37 | + | } | |
| 38 | + | ] | |
| 39 | + | } | |