✨(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.
This commit is contained in:
57
website/public/widgets/demo/lagaufre-data.json
Normal file
57
website/public/widgets/demo/lagaufre-data.json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user