64 lines
1.5 KiB
JSON
64 lines
1.5 KiB
JSON
{
|
|
"entrepreneurs": [
|
|
{ "id": 1, "name": "Alice", "email": "alice@example.com" },
|
|
{ "id": 2, "name": "Bob", "email": "bob@example.com" },
|
|
{ "id": 3, "name": "Charlie", "email": "charlie@example.com" }
|
|
],
|
|
"data": [
|
|
{
|
|
"projectId": 1,
|
|
"title": 1,
|
|
"title_text": "1. Problème",
|
|
"description": "3 problèmes essentiels à résoudre pour le client"
|
|
},
|
|
{
|
|
"projectId": 1,
|
|
"title": 2,
|
|
"title_text": "2. Segments",
|
|
"description": "Les segments de clientèle visés"
|
|
},
|
|
{
|
|
"projectId": 1,
|
|
"title": 3,
|
|
"title_text": "3. Valeur",
|
|
"description": "La proposition de valeur"
|
|
},
|
|
{
|
|
"projectId": 1,
|
|
"title": 4,
|
|
"title_text": "4. Solution",
|
|
"description": "Les solutions proposées"
|
|
},
|
|
{
|
|
"projectId": 1,
|
|
"title": 5,
|
|
"title_text": "5. Avantage",
|
|
"description": "Les avantages concurrentiels"
|
|
},
|
|
{
|
|
"projectId": 1,
|
|
"title": 6,
|
|
"title_text": "6. Canaux",
|
|
"description": "Les canaux de distribution"
|
|
},
|
|
{
|
|
"projectId": 1,
|
|
"title": 7,
|
|
"title_text": "7. Indicateurs",
|
|
"description": "Les indicateurs clés de performance"
|
|
},
|
|
{
|
|
"projectId": 1,
|
|
"title": 8,
|
|
"title_text": "8. Coûts",
|
|
"description": "Les coûts associés"
|
|
},
|
|
{
|
|
"projectId": 1,
|
|
"title": 9,
|
|
"title_text": "9. Revenus",
|
|
"description": "Les sources de revenus"
|
|
}
|
|
]
|
|
}
|