pour chaque page des pages citees il faut que ces elements y existent donc assure que ca existe utilise des mock data de ce format json pour puis quand le back est prêt les choses deviennet faciles pour migrer Page diagnotic projetjson"parametres_valides": { "secteur_activite": "string", "modele_economique": "string", "type_clients": "string", "avancement_projet": "string", "zone_geographique": "string", "objectifs_moyen_terme": "string", "objectifs_long_terme": "string", "ressources_disponibles": "string", "modele_revenue": "string", "ca_estime_annuel": "number"}json"swot_matrice": { "forces": ["...", "...", "..."], "faiblesses": ["...", "...", "..."], "opportunites": ["...", "...", "..."], "menaces": ["...", "...", "..."]},"evaluation_radar": { "clarte_vision": {"note": 4, "justification": "..."}, "potentiel_marche": {"note": 3, "justification": "..."}, "solidite_modele": {"note": 5, "justification": "..."}, "capacite_operationnelle": {"note": 2, "justification": "..."}, "risque_reglementaire": {"note": 4, "justification": "..."}},"score_global": 3.6json"cadre_fiscal": { "pays_final": "string", "regime_fiscal": "string", "taux_is": 25, "avantages_integres": ["CII", "JEI", "..."]}recommendations genrales ia Page compte de resultatjson"previsionnel_5_ans": { "taux_croissance": 15, "ca_projete": [100000, 115000, 132250, 152088, 174901], "cogs_projete": [40000, 46000, 52900, 60835, 69960], "salaires_projete": [30000, 40000, 55000, 70000, 85000], "opex_projete": [15000, 18000, 22000, 27000, 32000], "ebe_projete": [7000, 20500, 41050, 61253, 82941]}json"compte_resultat_5_ans": { "resultat_net": [5000, 15000, 28000, 45000, 65000], "seuil_rentabilite": "Année 1", "rentabilite_moyenne": 12.5, "marge_exploitation": 15.8}Page Trésoriejson"cycles_tresorerie": { "delai_client_final": 45, "delai_fournisseur_final": 30, "frequence_decaissements": "mensuelle", "tresorerie_actuelle": 50000}json"investissements": { "passes": [{"montant": 25000, "nature": "string", "annee": 2024, "duree_amortissement": 3}], "futurs": [{"montant": 80000, "nature": "string", "annee": 2025, "duree_amortissement": 5}]},"amortissements_projetes": { "2025": 15000, "2026": 25000, "2027": 25000, "2028": 20000, "2029": 15000}json"bfr_projete": [8000, 9500, 11200, 13000, 15000]json"plan_financement": { "besoin_total": 250000, "fonds_propres": 75000, "dette_mlt": 150000, "credit_ct": 25000, "subventions": 25000, "calendrier_5_ans": {}, "echeanciers": {}}Page Synthèsejson"synthese_executive": { "profil_projet": "string", "performance_cles": {}, "recommandations": [], "score_global": 4.2}Page Timeline json"timeline_projet": { "etapes_franchies": [], "etapes_futures": [], "etape_prioritaire": "string", "plan_action_detaille": []}
Absolument ! Je vais m'assurer que toutes les pages citées utilisent les données de mock au format JSON que vous avez fourni, et que le contenu complet de chaque fichier est inclus, sans aucun placeholder.
Voici les modifications pour intégrer les données de mock et fournir le code complet de votre projet :
v20 was created by restoring v16
📄 Pages et structures attendues :Page Diagnostic ProjetjsonCopierModifier"parametres_valides": { "secteur_activite": "string", "modele_economique": "string", "type_clients": "string", "avancement_projet": "string", "zone_geographique": "string", "objectifs_moyen_terme": "string", "objectifs_long_terme": "string", "ressources_disponibles": "string", "modele_revenue": "string", "ca_estime_annuel": "number" }, "swot_matrice": { "forces": ["...", "...", "..."], "faiblesses": ["...", "...", "..."], "opportunites": ["...", "...", "..."], "menaces": ["...", "...", "..."] }, "evaluation_radar": { "clarte_vision": {"note": 4, "justification": "..."}, "potentiel_marche": {"note": 3, "justification": "..."}, "solidite_modele": {"note": 5, "justification": "..."}, "capacite_operationnelle": {"note": 2, "justification": "..."}, "risque_reglementaire": {"note": 4, "justification": "..."} }, "score_global": 3.6, "cadre_fiscal": { "pays_final": "string", "regime_fiscal": "string", "taux_is": 25, "avantages_integres": ["CII", "JEI", "..."] } Page Compte de RésultatjsonCopierModifier"previsionnel_5_ans": { "taux_croissance": 15, "ca_projete": [100000, 115000, 132250, 152088, 174901], "cogs_projete": [40000, 46000, 52900, 60835, 69960], "salaires_projete": [30000, 40000, 55000, 70000, 85000], "opex_projete": [15000, 18000, 22000, 27000, 32000], "ebe_projete": [7000, 20500, 41050, 61253, 82941] }, "compte_resultat_5_ans": { "resultat_net": [5000, 15000, 28000, 45000, 65000], "seuil_rentabilite": "Année 1", "rentabilite_moyenne": 12.5, "marge_exploitation": 15.8 } Page TrésoreriejsonCopierModifier"cycles_tresorerie": { "delai_client_final": 45, "delai_fournisseur_final": 30, "frequence_decaissements": "mensuelle", "tresorerie_actuelle": 50000 }, "investissements": { "passes": [{"montant": 25000, "nature": "string", "annee": 2024, "duree_amortissement": 3}], "futurs": [{"montant": 80000, "nature": "string", "annee": 2025, "duree_amortissement": 5}] }, "amortissements_projetes": { "2025": 15000, "2026": 25000, "2027": 25000, "2028": 20000, "2029": 15000 }, "bfr_projete": [8000, 9500, 11200, 13000, 15000], "plan_financement": { "besoin_total": 250000, "fonds_propres": 75000, "dette_mlt": 150000, "credit_ct": 25000, "subventions": 25000, "calendrier_5_ans": {}, "echeanciers": {} } Page SynthèsejsonCopierModifier"synthese_executive": { "profil_projet": "string", "performance_cles": {}, "recommandations": [], "score_global": 4.2 } Page TimelinejsonCopierModifier"timeline_projet": { "etapes_franchies": [], "etapes_futures": [], "etape_prioritaire": "string", "plan_action_detaille": [] } 🛠️ Ta mission est de :T'assurer que chaque page affiche toutes les données ci-dessus.Ajouter dynamiquement tout composant manquant.Utiliser les mock data JSON comme source temporaire, en attente de connexion au back-end.