You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, a question in the FAQ want to redirect the user somewhere (ticket office, code of conduct, agenda page, etc.). For every question in the FAQ, it could be great to be able to declare one or more action buttons and let the frontend apps use them.
Proposal output:
{
"id": "iWnuGsNxL9ZSh2WHGiKN",
"order": 5,
"question": "Comment devenir partenaires ?",
"response": "Consultez tout d'abord notre dossier de partenariat, puis remplissez le formulaire sur l'outil CMS4Partners.",
"actions": [
{
"order": 0,
"label": "Dossier de partenariat",
"url": "https://docs.google.com/presentation/d/e/2PACX-1vRf18ULorPCSXjc4FDy7hHUp2rYIDZNefrsE7OkiXUJaTY1bzTYcDJBnfVDuWHvggglIipco8GCND-2/pub"
},
{
"order": 1,
"label": "CMS4Partners",
"url": "https://cms4partners.gdglille.org/#"
}
]
},
The text was updated successfully, but these errors were encountered:
Links are well adapted for web applications but not for other kind of fronts.
But it could be possible to parse every question of the FAQ to extract these action buttons in the OpenPanner consumer side.
I leave it to you to judge the relevance of my suggestion.
Sometimes, a question in the FAQ want to redirect the user somewhere (ticket office, code of conduct, agenda page, etc.). For every question in the FAQ, it could be great to be able to declare one or more action buttons and let the frontend apps use them.
Proposal output:
The text was updated successfully, but these errors were encountered: