Files
integration/website/public/widgets/demo/lagaufre-data.json
Sylvain Zimmer 720ee9f4f0 (widgets) import widgets code from Messages and setup Docker workflow (#33)
This adds Gaufre v2 with source, documentation, examples and built artefacts.
Also includes the feedback widget from Messages.
2025-11-19 15:18:21 +01:00

58 lines
1.4 KiB
JSON

{
"organization": {
"name": "Example Organization",
"type": "Public Administration",
"siret": "12345678901234"
},
"services": [
{
"id": 1,
"name": "Authentication Service",
"url": "https://example.com/auth",
"maturity": "stable",
"logo": "/widgets/demo/logos/auth.svg",
"subscribed": true
},
{
"id": 2,
"name": "Document Portal",
"url": "https://example.com/docs",
"maturity": "stable",
"logo": "/widgets/demo/logos/docs.svg",
"subscribed": true
},
{
"id": 3,
"name": "Payment Gateway",
"url": "https://example.com/payments",
"maturity": "stable",
"logo": "/widgets/demo/logos/payment.svg",
"subscribed": false
},
{
"id": 4,
"name": "Analytics Dashboard",
"url": "https://example.com/analytics",
"maturity": "beta",
"logo": "/widgets/demo/logos/analytics.svg",
"subscribed": true
},
{
"id": 5,
"name": "Notification Center",
"url": "https://example.com/notifications",
"maturity": "alpha",
"logo": "/widgets/demo/logos/notifications.svg",
"subscribed": false
},
{
"id": 6,
"name": "File Storage",
"url": "https://example.com/storage",
"maturity": "stable",
"logo": "/widgets/demo/logos/storage.svg",
"subscribed": true
}
]
}