implemented step 09 by Gemini

- added 3. step of wizard with smart questions
This commit is contained in:
2026-06-14 07:41:52 +02:00
parent aeeaddd3bc
commit 991ff9de00
5 changed files with 232 additions and 4 deletions

View File

@ -9,6 +9,12 @@
{"id": "cafe", "name": "Kaviareň / Bistro"},
{"id": "bar", "name": "Bar / Pub"},
{"id": "catering", "name": "Catering"}
],
"smart_questions": [
{"id": "delivery", "name": "Ponúkate donášku?", "type": "boolean"},
{"id": "reservation", "name": "Prijímate rezervácie vopred?", "type": "boolean"},
{"id": "parking", "name": "Máte k dispozícii parkovisko pre zákazníkov?", "type": "boolean"},
{"id": "terrace", "name": "Máte letnú terasu?", "type": "boolean"}
]
},
{
@ -20,6 +26,12 @@
{"id": "nails", "name": "Manikúra / Pedikúra"},
{"id": "fitness", "name": "Fitness / Gym"},
{"id": "dentist", "name": "Zubár / Poliklinika"}
],
"smart_questions": [
{"id": "booking_online", "name": "Umožňujete online objednávky?", "type": "boolean"},
{"id": "gift_vouchers", "name": "Predávate darčekové poukážky?", "type": "boolean"},
{"id": "first_visit_discount", "name": "Ponúkate zľavu na prvú návštevu?", "type": "boolean"},
{"id": "parking", "name": "Je v blízkosti parkovanie?", "type": "boolean"}
]
},
{
@ -31,6 +43,12 @@
{"id": "builder", "name": "Stavebné práce"},
{"id": "mechanic", "name": "Autoservis"},
{"id": "cleaning", "name": "Upratovacie služby"}
],
"smart_questions": [
{"id": "emergency_service", "name": "Poskytujete havarijnú službu 24/7?", "type": "boolean"},
{"id": "warranty", "name": "Poskytujete na prácu predĺženú záruku?", "type": "boolean"},
{"id": "free_quote", "name": "Je obhliadka a cenová ponuka zdarma?", "type": "boolean"},
{"id": "materials_included", "name": "Zabezpečujete aj nákup materiálu?", "type": "boolean"}
]
},
{
@ -42,6 +60,12 @@
{"id": "consulting", "name": "Konzultant / Kouč"},
{"id": "marketing", "name": "Marketingová agentúra"},
{"id": "it_services", "name": "IT služby / Software"}
],
"smart_questions": [
{"id": "online_consultation", "name": "Umožňujete online konzultácie?", "type": "boolean"},
{"id": "fixed_prices", "name": "Máte fixné cenníky služieb?", "type": "boolean"},
{"id": "international", "name": "Pôsobíte aj medzinárodne?", "type": "boolean"},
{"id": "languages", "name": "V akých jazykoch komunikujete?", "type": "text"}
]
},
{
@ -49,6 +73,10 @@
"name": "Iné",
"subcategories": [
{"id": "custom", "name": "Vlastná kategória"}
],
"smart_questions": [
{"id": "unique_selling_point", "name": "V čom ste jedinečný oproti konkurencii?", "type": "text"},
{"id": "target_audience", "name": "Kto sú vaši hlavní zákazníci?", "type": "text"}
]
}
]