refactor: rename Wizamart to Orion across entire codebase

Replace all ~1,086 occurrences of Wizamart/wizamart/WIZAMART/WizaMart
with Orion/orion/ORION across 184 files. This includes database
identifiers, email addresses, domain references, R2 bucket names,
DNS prefixes, encryption salt, Celery app name, config defaults,
Docker configs, CI configs, documentation, seed data, and templates.

Renames homepage-wizamart.html template to homepage-orion.html.
Fixes duplicate file_pattern key in api.yaml architecture rule.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-14 16:46:56 +01:00
parent 34ee7bb7ad
commit e9253fbd84
184 changed files with 1227 additions and 1228 deletions

View File

@@ -437,7 +437,7 @@ function storeLetzshop() {
});
// Get the token for authentication
const token = localStorage.getItem('wizamart_token');
const token = localStorage.getItem('orion_token');
if (!token) {
throw new Error('Not authenticated');
}

View File

@@ -16,7 +16,7 @@ const onboardingLog = window.LogConfig?.createLogger('ONBOARDING') || console;
// Onboarding translations
const onboardingTranslations = {
en: {
title: 'Welcome to Wizamart',
title: 'Welcome to Orion',
subtitle: 'Complete these steps to set up your store',
steps: {
merchant_profile: 'Merchant Profile',
@@ -71,7 +71,7 @@ const onboardingTranslations = {
},
step4: {
title: 'Historical Order Import',
description: 'Import your existing orders from Letzshop to start managing them in Wizamart.',
description: 'Import your existing orders from Letzshop to start managing them in Orion.',
days_back: 'Import orders from last',
days: 'days',
start_import: 'Start Import',
@@ -94,7 +94,7 @@ const onboardingTranslations = {
},
},
fr: {
title: 'Bienvenue sur Wizamart',
title: 'Bienvenue sur Orion',
subtitle: 'Complétez ces étapes pour configurer votre boutique',
steps: {
merchant_profile: 'Profil Entreprise',
@@ -149,7 +149,7 @@ const onboardingTranslations = {
},
step4: {
title: 'Import Historique des Commandes',
description: 'Importez vos commandes existantes de Letzshop pour commencer à les gérer dans Wizamart.',
description: 'Importez vos commandes existantes de Letzshop pour commencer à les gérer dans Orion.',
days_back: 'Importer les commandes des derniers',
days: 'jours',
start_import: 'Démarrer l\'Import',
@@ -172,7 +172,7 @@ const onboardingTranslations = {
},
},
de: {
title: 'Willkommen bei Wizamart',
title: 'Willkommen bei Orion',
subtitle: 'Führen Sie diese Schritte aus, um Ihren Shop einzurichten',
steps: {
merchant_profile: 'Firmenprofil',
@@ -227,7 +227,7 @@ const onboardingTranslations = {
},
step4: {
title: 'Historischer Bestellimport',
description: 'Importieren Sie Ihre bestehenden Bestellungen von Letzshop, um sie in Wizamart zu verwalten.',
description: 'Importieren Sie Ihre bestehenden Bestellungen von Letzshop, um sie in Orion zu verwalten.',
days_back: 'Bestellungen der letzten importieren',
days: 'Tage',
start_import: 'Import Starten',