Spaces:
Sleeping
Sleeping
| { | |
| "collaborateurs": [ | |
| { | |
| "nom": "Alice Martin", | |
| "metier_actuel": "Développeur Backend", | |
| "competences": [ | |
| {"domaine": "Informatique", "methode": "Architecture API", "outil": "Python"}, | |
| {"domaine": "Informatique", "methode": "Base de données", "outil": "PostgreSQL"}, | |
| {"domaine": "Informatique", "methode": "Base de données", "outil": "MySQL"}, | |
| {"domaine": "Informatique", "methode": "Développement", "outil": "Java"}, | |
| {"domaine": "Gestion", "methode": "Agilité", "outil": "Jira"} | |
| ] | |
| }, | |
| { | |
| "nom": "Bob Durand", | |
| "metier_actuel": "Analyste Financier", | |
| "competences": [ | |
| {"domaine": "Finance", "methode": "Audit", "outil": "Excel"} | |
| ] | |
| }, | |
| { | |
| "nom": "Charlie Leroy", | |
| "metier_actuel": "Admin Système", | |
| "competences": [ | |
| {"domaine": "Informatique", "methode": "Cloud", "outil": "AWS"}, | |
| {"domaine": "Informatique", "methode": "Scripting", "outil": "Bash"}, | |
| {"domaine": "Informatique", "methode": "Sécurité", "outil": "Firewalls"}, | |
| {"domaine": "Informatique", "methode": "Réseau", "outil": "Cisco"} | |
| ] | |
| }, | |
| { | |
| "nom": "David Petit", | |
| "metier_actuel": "Data Scientist", | |
| "competences": [ | |
| {"domaine": "Data", "methode": "Machine Learning", "outil": "Scikit-Learn"}, | |
| {"domaine": "Informatique", "methode": "Développement", "outil": "Python"} | |
| ] | |
| }, | |
| { | |
| "nom": "Eve Morel", | |
| "metier_actuel": "Chef de Projet Marketing", | |
| "competences": [ | |
| {"domaine": "Marketing", "methode": "Stratégie Digitale", "outil": "Google Ads"}, | |
| {"domaine": "Gestion", "methode": "Planning", "outil": "Trello"}, | |
| {"domaine": "Marketing", "methode": "Analyse", "outil": "Google Analytics"}, | |
| {"domaine": "Marketing", "methode": "Communication", "outil": "Canva"}, | |
| {"domaine": "Gestion", "methode": "Agilité", "outil": "Scrum"} | |
| ] | |
| }, | |
| { | |
| "nom": "Franck Simon", | |
| "metier_actuel": "Comptable", | |
| "competences": [ | |
| {"domaine": "Finance", "methode": "Fiscalité", "outil": "Sage"}, | |
| {"domaine": "Finance", "methode": "Audit", "outil": "Excel"} | |
| ] | |
| }, | |
| { | |
| "nom": "Grace Lambert", | |
| "metier_actuel": "Développeur Frontend", | |
| "competences": [ | |
| {"domaine": "Informatique", "methode": "UI/UX", "outil": "React"}, | |
| {"domaine": "Informatique", "methode": "Design", "outil": "Figma"}, | |
| {"domaine": "Informatique", "methode": "Intégration", "outil": "CSS"}, | |
| {"domaine": "Informatique", "methode": "UI/UX", "outil": "Vue.js"} | |
| ] | |
| }, | |
| { | |
| "nom": "Hugo Bernard", | |
| "metier_actuel": "Chargé de Clientèle", | |
| "competences": [ | |
| {"domaine": "Vente", "methode": "Négociation", "outil": "Salesforce"} | |
| ] | |
| }, | |
| { | |
| "nom": "Inès Garcia", | |
| "metier_actuel": "Ingénieur DevOps", | |
| "competences": [ | |
| {"domaine": "Informatique", "methode": "CI/CD", "outil": "Jenkins"}, | |
| {"domaine": "Informatique", "methode": "Cloud", "outil": "Docker"}, | |
| {"domaine": "Informatique", "methode": "Architecture", "outil": "Kubernetes"}, | |
| {"domaine": "Informatique", "methode": "Cloud", "outil": "Terraform"}, | |
| {"domaine": "Informatique", "methode": "Scripting", "outil": "Python"} | |
| ] | |
| }, | |
| { | |
| "nom": "Jules Faure", | |
| "metier_actuel": "Contrôleur de Gestion", | |
| "competences": [ | |
| {"domaine": "Finance", "methode": "Budget", "outil": "Excel"}, | |
| {"domaine": "Data", "methode": "Analyse", "outil": "Tableau"}, | |
| {"domaine": "Gestion", "methode": "Reporting", "outil": "ERP"}, | |
| {"domaine": "Data", "methode": "Visualisation", "outil": "Power BI"} | |
| ] | |
| } | |
| ], | |
| "metiers_cibles": [ | |
| { | |
| "titre": "Data Engineer", | |
| "requis": [ | |
| {"domaine": "Data", "methode": "Architecture", "outil": "SQL"}, | |
| {"domaine": "Informatique", "methode": "Développement", "outil": "Python"}, | |
| {"domaine": "Informatique", "methode": "Cloud", "outil": "AWS"} | |
| ] | |
| }, | |
| { | |
| "titre": "Responsable Transformation Digitale", | |
| "requis": [ | |
| {"domaine": "Gestion", "methode": "Agilité", "outil": "Scrum"}, | |
| {"domaine": "Marketing", "methode": "Analyse", "outil": "Google Analytics"}, | |
| {"domaine": "Data", "methode": "Visualisation", "outil": "Power BI"} | |
| ] | |
| } | |
| ] | |
| } |