Integrate local business workflow and SaaS redesign

This commit is contained in:
2026-06-12 21:08:35 +02:00
parent f00c5a3193
commit 21c7e4c9a4
88 changed files with 2683 additions and 849 deletions

View File

@@ -2,7 +2,7 @@ export type IntegrationReadinessStatus = "configured" | "missing";
export type IntegrationReadinessDefinition = {
id:
| "google"
| "local_business_data"
| "pagespeed"
| "openrouter"
| "screenshotone"
@@ -22,10 +22,11 @@ export type IntegrationReadinessRow = IntegrationReadinessDefinition & {
export const integrationReadinessDefinitions: IntegrationReadinessDefinition[] = [
{
id: "google",
label: "Google",
requiredEnv: ["GOOGLE_GEOCODING_API_KEY", "GOOGLE_PLACES_API_KEY"],
errorSurface: "Run-Events der Lead-Recherche zeigen Google-Fehler.",
id: "local_business_data",
label: "Local Business Data",
requiredEnv: ["LOCAL_BUSINESS_DATA_API_KEY"],
errorSurface:
"Run-Events der Lead-Recherche zeigen Local-Business-Data-Fehler.",
},
{
id: "pagespeed",