|
21 | 21 | | Workspace export for PWA companion | File → Export workspace | |
22 | 22 | | Windows launcher | `START_DevCenter.bat` | |
23 | 23 |
|
| 24 | +### Product Family & Edition Comparison |
| 25 | + |
| 26 | +DevCenter consists of a highly capable local Desktop Application and a lightweight, offline-ready Web Companion. Their features are compared below: |
| 27 | + |
| 28 | +| Feature | Desktop Application (Authoritative IDE) | Web Companion (Static PWA) | |
| 29 | +| :--- | :--- | :--- | |
| 30 | +| **Primary Purpose** | Full offline local-first Python development, analysis, and build suite | Read-only dashboard for reviewing projects, task lists, and build status | |
| 31 | +| **Data Flow** | Authors and builds everything locally; generates redacted workspace exports | Imports redacted `devcenter-workspace-v1.json` completely client-side | |
| 32 | +| **Code Editor** | PySide6-based editor with syntax highlighting and auto-indent | None (Read-only status overview) | |
| 33 | +| **Static Code Analysis** | Local AST analysis, complexity checks, and encoding repair | View analysis summaries and detected issue statistics | |
| 34 | +| **Build & Release** | PyInstaller wrapper, PNG to ICO converter, license collector | View configuration metadata and target platform checklist | |
| 35 | +| **Task Management** | Directly parses and updates your local `AUFGABEN.txt` | Visually groups open tasks by priority | |
| 36 | +| **Privacy Boundary** | Authoritative data store; strictly local unless optional cloud APIs are used | Offline-first PWA, no cloud uploads, completely secure client-side sandbox | |
| 37 | + |
24 | 38 |  |
25 | 39 |
|
26 | 40 | ## Why DevCenter |
@@ -198,6 +212,19 @@ Nicht identisch mit Azure DevCenter, Microsoft Dev Box, Moderne DevCenter oder D |
198 | 212 | | Entwicklerschleife V3 | AI Assistant | Claude API Integration für Code-Generierung | |
199 | 213 | | ProFiler V14 | FileManager | Datei-Indizierung und Volltext-Suche | |
200 | 214 | | ProSync V3.1 | FileManager | Intelligente Backup-Synchronisation | |
| 215 | +### Produkt-Edition & Funktionsvergleich |
| 216 | + |
| 217 | +DevCenter besteht aus einer voll ausgestatteten lokalen Desktop-Anwendung und einem leichtgewichtigen, offline-fähigen Web-Companion. |
| 218 | + |
| 219 | +| Funktion | Desktop-Anwendung (Lokale IDE) | Web-Companion (Statische PWA) | |
| 220 | +| :--- | :--- | :--- | |
| 221 | +| **Hauptzweck** | Lokale Offline-Entwicklung, statische Code-Analyse und EXE-Kompilierung | Read-only Status-Dashboard für Projektmetriken, Aufgaben und Build-Stand | |
| 222 | +| **Datenfluss** | Erzeugt den Code und exportiert redigierten Status | Liest redigierte `devcenter-workspace-v1.json` rein clientseitig ein | |
| 223 | +| **Code-Editor** | PySide6-Editor mit Syntax-Highlighting und Auto-Einrückung | Keine Bearbeitung (rein lesender Zugriff) | |
| 224 | +| **Statische Analyse** | AST-Befunde, Komplexitätsberechnung, Encoding-Reparatur | Anzeige von Fehlerstatistiken und Warnungsübersichten | |
| 225 | +| **Kompilierung** | PyInstaller-Wrapper, Bild-zu-ICO-Konverter, Lizenz-Sammler | Anzeige der konfigurierten Build-Historie und Zielplattformen | |
| 226 | +| **Aufgaben** | Direktes Editieren der lokalen `AUFGABEN.txt` | Visuelle Gruppierung offener Tasks nach Priorität | |
| 227 | +| **Datenschutz** | Alle Daten verbleiben lokal auf dem System | Rein lokales Laden im Browser-Sandkasten, kein Cloud-Upload | |
201 | 228 |
|
202 | 229 | ### Konfiguration |
203 | 230 |
|
|
0 commit comments