Files
eship/setup
Kenso Grimm 636ca1341c Enhance eBay extension logging and account management features
- Added detailed logging for various actions in the background script and content script to improve debugging capabilities.
- Updated the account management flow to include the last updated timestamp and sales data.
- Refined the parsing logic to ensure accurate extraction of seller statistics from eBay profiles.
- Improved error handling in the parsing process to provide more informative responses in case of failures.
2026-01-21 23:01:09 +01:00
..
2026-01-17 17:07:46 +01:00
2026-01-17 17:07:46 +01:00
2026-01-17 17:07:46 +01:00
2026-01-17 17:07:46 +01:00
2026-01-17 17:07:46 +01:00
2026-01-17 17:07:46 +01:00
2026-01-17 17:07:46 +01:00

Setup & Konfiguration

Dieser Ordner enthält alle Setup-Skripte, Konfigurationsdateien und temporäre Dateien, die nicht direkt zum Code gehören.

Inhalt

  • db.txt - Ursprüngliches Datenbank-Schema-Skript (für ältere Appwrite CLI)
  • setup-database.ps1 - PowerShell-Setup-Skript für die Datenbank
  • appwrite.config.json - Appwrite-Konfigurationsdatei
  • CLI_CONNECTION.md - Anleitung zur Appwrite CLI-Verbindung
  • DATABASE_SETUP.md - Anleitung zum Datenbank-Setup
  • SCHEMA_UPDATE_NOTE.md - Hinweise zur Schema-Aktualisierung

Warum dieser Ordner?

Diese Dateien sind:

  • Temporäre/Setup-Dateien: Werden nur einmalig für das Initial-Setup benötigt
  • Konfigurationsdateien: Enthalten Projekt-spezifische Einstellungen
  • Dokumentation: Setup-Anleitungen und Notizen

Sie gehören nicht zum eigentlichen Code in Extension/ oder Server/ und halten das Projekt sauber organisiert.

Projektstruktur

eship/
├── Extension/      # Browser-Extension (Code)
├── Server/         # React Server-App (Code)
├── setup/          # Setup & Konfiguration (dieser Ordner)
└── README.md       # Haupt-Projekt-README