Compare commits
10 Commits
ce4ef5527f
...
0ac1889946
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ac1889946 | |||
| 9b8dc17d20 | |||
| 17a5bc4812 | |||
| 4dc1530402 | |||
| 20638cb3a5 | |||
| 77758f71d3 | |||
| f4ce7f360d | |||
| ec20fa2f96 | |||
| c8fb5b140c | |||
| 463ab97c4b |
53
AGENTS.md
53
AGENTS.md
@@ -1,8 +1,11 @@
|
|||||||
# AGENTS.md
|
# AGENTS.md
|
||||||
|
|
||||||
## Ziel der Datei
|
## Ziel der Datei
|
||||||
Dieses Dokument beschreibt, welche Informationen ich als Agent für `p:\netwatch` erwarten würde: Projektziel, Setup, Regeln, Skills, bekannte Issues, Kontext & Einschränkungen.
|
Dieses Dokument beschreibt, welche Informationen ich als Agent für `p:\netwatch` erwarten würde: Projektziel, Setup, Regeln, Skills, bekannte Issues, Kontext & Einschränkungen.
|
||||||
|
|
||||||
|
## Ziel
|
||||||
|
Codex soll bei der Pflege von `NEXT_STEPS.md` immer die zugehörigen Gitea-Issues berücksichtigen und erledigte Aufgaben über Commit-Messages schließen.
|
||||||
|
|
||||||
## Projektüberblick
|
## Projektüberblick
|
||||||
- Name: **netwatch** – ein Netzwerk-Dokumentations- und Verkabelungsverwaltungs-Tool (Alpha v0.2, Core-Module funktionsfähig, Stand: 13. Februar 2026).
|
- Name: **netwatch** – ein Netzwerk-Dokumentations- und Verkabelungsverwaltungs-Tool (Alpha v0.2, Core-Module funktionsfähig, Stand: 13. Februar 2026).
|
||||||
- Features: Dashboard, Gerätetypen-/Geräteverwaltung, Racks/Floors mit SVG-Planung, Verbindungen inkl. VLANs, Module, grafische Ansichten (Rack, Netzwerkgraph, Stockwerke/Räume).
|
- Features: Dashboard, Gerätetypen-/Geräteverwaltung, Racks/Floors mit SVG-Planung, Verbindungen inkl. VLANs, Module, grafische Ansichten (Rack, Netzwerkgraph, Stockwerke/Räume).
|
||||||
@@ -16,19 +19,49 @@ docker-compose up -d --build
|
|||||||
```
|
```
|
||||||
Das Docker-Setup (Compose + Portainer) liegt in `docker-compose.yml` und `docker-portainer.yml`, ergänzende Infos in `Dockerfile`.
|
Das Docker-Setup (Compose + Portainer) liegt in `docker-compose.yml` und `docker-portainer.yml`, ergänzende Infos in `Dockerfile`.
|
||||||
|
|
||||||
|
## Verbindliche Regeln
|
||||||
|
1. Vor jeder Änderung an `NEXT_STEPS.md` müssen offene Issues geladen werden.
|
||||||
|
2. Jeder umsetzbare Punkt in `NEXT_STEPS.md` muss eine Issue-Referenz im Format `[#<id>]` enthalten.
|
||||||
|
3. Ein Punkt darf nur als erledigt markiert werden, wenn:
|
||||||
|
- die Umsetzung im Code erfolgt ist, und
|
||||||
|
- ein Commit mit `closes #<id>` erstellt wird.
|
||||||
|
4. Kein „done“ ohne Issue-ID und kein Commit ohne passende `closes #<id>`-Referenz.
|
||||||
|
5. Wenn mehrere Issues betroffen sind, alle in der Commit-Message aufführen (z. B. `closes #12, closes #18`).
|
||||||
|
6. Beim Erstellen neuer NEXT_STEPS-Punkte sollen möglichst bestehende offene Issues verlinkt statt Duplikate erzeugt werden.
|
||||||
|
|
||||||
|
## Workflow für Codex
|
||||||
|
1. Offene Issues abrufen (Skill `gitea-issues`):
|
||||||
|
- `python C:/Users/s.titz/.codex/skills/gitea-issues/scripts/list_issues.py <owner> <repo> --state open --limit 100 --json`
|
||||||
|
2. `NEXT_STEPS.md` aktualisieren:
|
||||||
|
- Punkte mit `[#<id>]` ergänzen oder korrigieren.
|
||||||
|
3. Umsetzung durchführen.
|
||||||
|
4. Commit mit Schließ-Referenz erstellen:
|
||||||
|
- `git commit -m "Kurzbeschreibung der Änderung; closes #<id>"`
|
||||||
|
5. Prüfen, dass jede als erledigt markierte Aufgabe eine geschlossene Issue-Referenz hat.
|
||||||
|
|
||||||
|
## Formatvorgabe für NEXT_STEPS.md
|
||||||
|
- Beispiel offen:
|
||||||
|
- `- [ ] [#42] Backup-Runbook erstellen`
|
||||||
|
- Beispiel erledigt:
|
||||||
|
- `- [x] [#42] Backup-Runbook erstellen`
|
||||||
|
|
||||||
|
## Annahmen
|
||||||
|
- Gitea ist so konfiguriert, dass `closes #<id>` in Commit-Messages das Issue schließt.
|
||||||
|
- `GITEA_TOKEN` ist gesetzt, damit Issue-Abfragen funktionieren.
|
||||||
|
|
||||||
## Skills & Nutzungshinweise
|
## Skills & Nutzungshinweise
|
||||||
- **skill-creator** – Anleitung zum Erstellen bzw. Erweitern eigener Skills. Pfad: `C:/Users/s.titz/.codex/skills/.system/skill-creator/SKILL.md`.
|
- **skill-creator** – Anleitung zum Erstellen bzw. Erweitern eigener Skills. Pfad: `C:/Users/s.titz/.codex/skills/.system/skill-creator/SKILL.md`.
|
||||||
- **skill-installer** – Anleitung zum Installieren zusätzlicher Skills aus Kurationslisten oder GitHub. Pfad: `C:/Users/s.titz/.codex/skills/.system/skill-installer/SKILL.md`.
|
- **skill-installer** – Anleitung zum Installieren zusätzlicher Skills aus Kurationslisten oder GitHub. Pfad: `C:/Users/s.titz/.codex/skills/.system/skill-installer/SKILL.md`.
|
||||||
|
|
||||||
Wenn ein Skill genannt wird (z. B. `$skill-creator`) oder die Aufgabe exakt zur Beschreibung passt, muss dieser Skill in dem Turn verwendet werden. Skills immer erst öffnen (`SKILL.md`), nur nötige Teile lesen, relative Pfade innerhalb des Skill-Verzeichnisses auflösen. Bei mehreren Skills: minimaler Satz in sinnvoller Reihenfolge, kurz ankündigen, warum welche Skills genutzt wurden.
|
Wenn ein Skill genannt wird (z. B. `$skill-creator`) oder die Aufgabe exakt zur Beschreibung passt, muss dieser Skill in dem Turn verwendet werden. Skills immer erst öffnen (`SKILL.md`), nur nötige Teile lesen, relative Pfade innerhalb des Skill-Verzeichnisses auflösen. Bei mehreren Skills: minimaler Satz in sinnvoller Reihenfolge, kurz ankündigen, warum welche Skills genutzt wurden.
|
||||||
|
|
||||||
## Lokale Arbeitsregeln
|
## Lokale Arbeitsregeln
|
||||||
- Arbeitsumgebung: Windows, Pfad `P:\netwatch`, Shell `powershell`. Schreibzugriff für mich hier ist verboten; Änderungen müssen vom Nutzer übernommen werden.
|
- Arbeitsumgebung: Windows, Pfad `P:\netwatch`, Shell `powershell`. Schreibzugriff für mich hier ist verboten; Änderungen müssen vom Nutzer übernommen werden.
|
||||||
- Suche: Nutze `rg`/`rg --files` statt `grep`/`find` für Geschwindigkeit.
|
- Suche: Nutze `rg`/`rg --files` statt `grep`/`find` für Geschwindigkeit.
|
||||||
- Codeänderungen: Nur ASCII-Zeichen einführen (außer bestehende Dateien nutzen Unicode); Formate ohne `apply_patch` nur wenn nötig; preferiere `apply_patch`.
|
- Codeänderungen: Nur ASCII-Zeichen einführen (außer bestehende Dateien nutzen Unicode); Formate ohne `apply_patch` nur wenn nötig; bevorzuge `apply_patch`.
|
||||||
- Keine destruktiven Git-Befehle ohne ausdrückliche Aufforderung (z. B. keinen `reset --hard`).
|
- Keine destruktiven Git-Befehle ohne ausdrückliche Aufforderung (z. B. keinen `reset --hard`).
|
||||||
- Tests/Builds: Wenn nötig, nenne passende Tests / Prüfmethoden als nächsten Schritt.
|
- Tests/Builds: Wenn nötig, nenne passende Tests/Prüfmethoden als nächsten Schritt.
|
||||||
- Kommunikation: Verwende beim Antworten absolute Datumsangaben (z. B. „13. Februar 2026“) wenn sich jemand auf „heute/morgen“ bezieht, um Missverständnisse zu vermeiden.
|
- Kommunikation: Verwende beim Antworten absolute Datumsangaben (z. B. „13. Februar 2026“), wenn sich jemand auf „heute/morgen“ bezieht, um Missverständnisse zu vermeiden.
|
||||||
|
|
||||||
## Bekannte Bugs (aus `BUGS.md`)
|
## Bekannte Bugs (aus `BUGS.md`)
|
||||||
- Gerät löschen funktioniert nicht (Status unklar).
|
- Gerät löschen funktioniert nicht (Status unklar).
|
||||||
@@ -38,18 +71,18 @@ Wenn ein Skill genannt wird (z. B. `$skill-creator`) oder die Aufgabe exakt zu
|
|||||||
- Device-Typ-Erstellung: Klick auf Objekt-Typ-Button, dann Drag-Drop für Diagonale und Loslassen fixiert Position.
|
- Device-Typ-Erstellung: Klick auf Objekt-Typ-Button, dann Drag-Drop für Diagonale und Loslassen fixiert Position.
|
||||||
|
|
||||||
## Weitere Ressourcen
|
## Weitere Ressourcen
|
||||||
- `NEXT_STEPS.md` (aktuelles ToDo / Roadmap).
|
- `NEXT_STEPS.md` (aktuelles ToDo/Roadmap).
|
||||||
- `IMPLEMENTATION_STATUS.md` (Status-Tracking).
|
- `IMPLEMENTATION_STATUS.md` (Status-Tracking).
|
||||||
- `README.md` (Feature- und Architekturübersicht).
|
- `README.md` (Feature- und Architekturübersicht).
|
||||||
|
|
||||||
## Besonderheiten / Kommunikation
|
## Besonderheiten / Kommunikation
|
||||||
- Aktuelles Datum: Freitag, 13. Februar 2026 (nicht überschreiben).
|
- Aktuelles Datum: Freitag, 13. Februar 2026 (nicht überschreiben).
|
||||||
- Keine Netzwerkanfragen möglich; Referenzen nur lokal nutzen.
|
- Keine Netzwerkanfragen möglich; Referenzen nur lokal nutzen.
|
||||||
- Wenn ein Agent spezielle Instruktionen benötigt (z. B. Skill-Anwendung), immer darauf hinweisen und ggf. den Nutzer nach Bestätigung fragen.
|
- Wenn ein Agent spezielle Instruktionen benötigt (z. B. Skill-Anwendung), immer darauf hinweisen und ggf. den Nutzer nach Bestätigung fragen.
|
||||||
|
|
||||||
## Einschränkungen
|
## Einschränkungen
|
||||||
- Sandbox ist lesend; bitte selbst `AGENTS.md` anlegen.
|
- Sandbox ist lesend; bitte selbst `AGENTS.md` anlegen.
|
||||||
- Jegliche Ausgaben/Antworten sollten den Developer-Guidelines folgen (kurz, teamorientiert, klare nächste Schritte).
|
- Jegliche Ausgaben/Antworten sollten den Developer-Guidelines folgen (kurz, teamorientiert, klare nächste Schritte).
|
||||||
|
|
||||||
## Wichtig:
|
## Wichtig
|
||||||
- Nutze UTF-8 wenn nicht anders angegeben
|
- Nutze UTF-8, wenn nicht anders angegeben.
|
||||||
|
|||||||
@@ -70,16 +70,16 @@
|
|||||||
2. **Datenbank-Zugriff** - SQL-Klasse lädt und speichert Daten
|
2. **Datenbank-Zugriff** - SQL-Klasse lädt und speichert Daten
|
||||||
3. **Responsive Design** - Alle Formulare und Listen sind formatiert
|
3. **Responsive Design** - Alle Formulare und Listen sind formatiert
|
||||||
4. **Filter & Suche** - Alle Module haben Suchfunktionen
|
4. **Filter & Suche** - Alle Module haben Suchfunktionen
|
||||||
5. **CRUD-Operationen** - Create, Read, Update für alle Hauptmodule
|
5. **CRUD-Operationen** - Create, Read, Update, Delete für alle Hauptmodule
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## ⚠️ Noch zu machen (Not-Must-Have)
|
## ⚠️ Noch zu machen (Not-Must-Have)
|
||||||
|
|
||||||
### Höhere Priorität:
|
### Höhere Priorität:
|
||||||
- [ ] **Delete-Funktionen** - Löschen noch als TODO (als AJAX implementieren)
|
- [x] **Delete-Funktionen** - Delete-Endpoints für Kernmodule inkl. `connections` und `floor_infrastructure` umgesetzt
|
||||||
- [ ] **Fehlerbehandlung** - Error Pages, Validierungsmeldungen
|
- [ ] **Fehlerbehandlung** - Error Pages, Validierungsmeldungen
|
||||||
- [ ] **Session/Auth** - Single-User Auth in bootstrap.php
|
- [x] **Session/Auth** - Single-User-Auth mit `requireAuth()` und `app/lib/auth.php` eingebunden
|
||||||
- [ ] **SVG-Editor** - Interaktiver Floorplan-Editor für Räume/Dosen
|
- [ ] **SVG-Editor** - Interaktiver Floorplan-Editor für Räume/Dosen
|
||||||
- [ ] **Port-Management** - Ports zu Geräten zuweisen
|
- [ ] **Port-Management** - Ports zu Geräten zuweisen
|
||||||
|
|
||||||
@@ -106,7 +106,7 @@ app/
|
|||||||
├── lib/
|
├── lib/
|
||||||
│ ├── _sql.php ✅ DB-Wrapper
|
│ ├── _sql.php ✅ DB-Wrapper
|
||||||
│ ├── helpers.php ✅ Utility-Funktionen
|
│ ├── helpers.php ✅ Utility-Funktionen
|
||||||
│ └── auth.php 🚧 TODO: Auth
|
│ └── auth.php ✅ Auth-Helper + requireAuth()
|
||||||
├── templates/
|
├── templates/
|
||||||
│ ├── layout.php ✅ HTML-Layout
|
│ ├── layout.php ✅ HTML-Layout
|
||||||
│ ├── header.php ✅ Header/Nav
|
│ ├── header.php ✅ Header/Nav
|
||||||
@@ -132,7 +132,7 @@ app/
|
|||||||
## 💡 Nächste Schritte (empfohlen)
|
## 💡 Nächste Schritte (empfohlen)
|
||||||
|
|
||||||
1. **Testen Sie die Module** - Probieren Sie Anlegen/Bearbeiten aus
|
1. **Testen Sie die Module** - Probieren Sie Anlegen/Bearbeiten aus
|
||||||
2. **Implementieren Sie Delete-Funktionen** - Mit AJAX oder POST
|
2. **Delete-Flows prüfen** - Sonderfälle und Fehlermeldungen bei Abhängigkeiten testen
|
||||||
3. **Bessere Fehlerbehandlung** - Sessions für Error-Messages
|
3. **Bessere Fehlerbehandlung** - Sessions für Error-Messages
|
||||||
4. **Mobile-Optimierung** - Responsive Verbesserungen
|
4. **Mobile-Optimierung** - Responsive Verbesserungen
|
||||||
5. **SVG-Editor für Floorplans** - Visuelles Raumdesign
|
5. **SVG-Editor für Floorplans** - Visuelles Raumdesign
|
||||||
|
|||||||
155
NEXT_STEPS.md
155
NEXT_STEPS.md
@@ -1,142 +1,21 @@
|
|||||||
# 📋 NÄCHSTE ARBEITSPAKETE
|
# NEXT_STEPS
|
||||||
|
|
||||||
## 🎯 Für die nächsten Sessions
|
## Stand
|
||||||
|
- Letzte Pflege: 18. Februar 2026
|
||||||
|
- Quelle für Issues: lokale Referenzen aus Repository (`NEXT_STEPS.md`, `BUGS.md`, Code-Check)
|
||||||
|
- Hinweis: Live-Abruf via `gitea-issues` war am 18. Februar 2026 nicht möglich (Verbindung zu Gitea verweigert).
|
||||||
|
|
||||||
### Package 1: Fehlerbehandlung & Sessions (1-2h)
|
## Aktive Aufgaben (priorisiert)
|
||||||
- [ ] Session-Handling in `bootstrap.php` implementieren
|
- [ ] [#10] Dashboard-Grafik erzeugen (Location/Building/Floor/Verbindungen als Hierarchie)
|
||||||
- [ ] Error-Messages in Session speichern ($SESSION['error'], $SESSION['success'])
|
- [ ] [#5] Dashboard als zoombare und verschiebbare SVG-Fläche umsetzen (interaktive Geräte/Ports/Verbindungen)
|
||||||
- [ ] Header mit Fehlermeldungen in Layout
|
- [ ] [#14] Hilfslinien der Stockwerkskarten nur im Edit-Mode anzeigen, im Anzeige-Mode ausblenden
|
||||||
- [ ] Validierungsfehler anzeigen
|
- [ ] [#11] Encoding- und Umlautfehler bereinigen (inkl. Anzeige in UI-Dateien und Markdown-Dokumenten)
|
||||||
|
- [ ] [#4] `device_types/edit`: Option "Ports automatisch erstellen" nur beim Erstellen anzeigen, nicht beim Editieren
|
||||||
|
|
||||||
### Package 2: Delete-Funktionen (1h)
|
## Verifikation (Status unklar, nicht als erledigt markieren ohne Reproduktion + Commit)
|
||||||
- [ ] DELETE-Endpoints für alle Module
|
- [ ] [#15] Neue Verbindung: Netzwerkdose auswählbar (Regressionstest in UI durchführen)
|
||||||
- [ ] AJAX-Bestätigung vor Löschen
|
|
||||||
- [ ] Kaskadierendes Löschen prüfen (z.B. Floor → Racks)
|
|
||||||
|
|
||||||
### Package 3: Port-Management (2-3h)
|
## Hinweise zur Abarbeitung
|
||||||
- [ ] Ports zu Device-Types verwalten
|
- Vor jeder Änderung an dieser Datei offene Issues erneut laden (`gitea-issues`-Skill).
|
||||||
- [ ] Ports zu Devices anzeigen
|
- Aufgaben hier nur mit Issue-Referenz `[#<id>]` führen.
|
||||||
- [ ] Port-Status (aktiv/inaktiv)
|
- Aufgabe erst auf erledigt setzen, wenn Code umgesetzt und Commit mit `closes #<id>` erstellt wurde.
|
||||||
- [ ] VLAN-Zuordnung zu Ports
|
|
||||||
|
|
||||||
### Package 4: SVG-Editor für Floorplans (4-5h)
|
|
||||||
- [ ] Interaktiver SVG-Editor für Rooms
|
|
||||||
- [ ] Netzwerkdosen platzieren
|
|
||||||
- [ ] Dosen nummerieren
|
|
||||||
- [ ] Speicher-Integration
|
|
||||||
|
|
||||||
### Package 5: Navigation & UI (1-2h)
|
|
||||||
- [ ] Breadcrumbs hinzufügen
|
|
||||||
- [ ] Mobile-Menü verbessern
|
|
||||||
- [ ] CSS polieren (Farben, Abstände)
|
|
||||||
- [ ] Dark-Mode (optional)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 📚 Code-Referenzen
|
|
||||||
|
|
||||||
### Template für neue CRUD-Module:
|
|
||||||
```php
|
|
||||||
// list.php: Filter + Tabelle
|
|
||||||
// edit.php: Formular
|
|
||||||
// save.php: POST-Handler mit Validierung
|
|
||||||
|
|
||||||
// Immer verwenden:
|
|
||||||
$sql->get() // SELECT mit Bind-Params
|
|
||||||
$sql->single() // SELECT LIMIT 1
|
|
||||||
$sql->set() // INSERT/UPDATE
|
|
||||||
```
|
|
||||||
|
|
||||||
### Filter-Pattern (in allen List-Modules):
|
|
||||||
```php
|
|
||||||
$where = [];
|
|
||||||
$types = '';
|
|
||||||
$params = [];
|
|
||||||
|
|
||||||
if ($search !== '') {
|
|
||||||
$where[] = "name LIKE ?";
|
|
||||||
$types .= "s";
|
|
||||||
$params[] = "%$search%";
|
|
||||||
}
|
|
||||||
|
|
||||||
$whereSql = $where ? "WHERE " . implode(" AND ", $where) : "";
|
|
||||||
// Dann in Query einsetzen
|
|
||||||
```
|
|
||||||
|
|
||||||
### Styling-Pattern:
|
|
||||||
- Buttons: `.button`, `.button-primary`, `.button-danger`, `.button-small`
|
|
||||||
- Tabellen: `.*.list` Klasse mit th/td Styling
|
|
||||||
- Forms: `.edit-form`, `.form-group`, `.form-actions`
|
|
||||||
- States: `.empty-state`, `.filter-form`
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 🔧 Bekannte TODOs im Code
|
|
||||||
|
|
||||||
Alle noch offenen Punkte sind mit `// TODO:` gekennzeichnet:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# Alle TODOs finden:
|
|
||||||
grep -r "TODO:" app/modules/ --include="*.php"
|
|
||||||
```
|
|
||||||
|
|
||||||
Wichtigste TODOs:
|
|
||||||
- `index.php:19` - Session starten
|
|
||||||
- `*/save.php` - Fehlerbehandlung
|
|
||||||
- `connections/` - Port-Verknüpfung
|
|
||||||
- `lib/auth.php` - Auth-Logik
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 💾 Datenbank-Setup
|
|
||||||
|
|
||||||
Die Datenbank wird automatisch durch `init.sql` initialisiert.
|
|
||||||
|
|
||||||
Wichtige Tabellen:
|
|
||||||
- `locations` - Standorte
|
|
||||||
- `buildings` - Gebäude
|
|
||||||
- `floors` - Stockwerke
|
|
||||||
- `rooms` - Räume
|
|
||||||
- `network_outlets` - Netzwerkdosen
|
|
||||||
- `device_types` - Gerätetypen
|
|
||||||
- `device_type_ports` - Port-Templates
|
|
||||||
- `devices` - konkrete Geräte
|
|
||||||
- `device_ports` - Gerätports
|
|
||||||
- `racks` - Racks
|
|
||||||
- `connections` - Verbindungen zwischen Ports
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 🧪 Testing-Checklist
|
|
||||||
|
|
||||||
Bei jeder Änderung checken:
|
|
||||||
- [ ] Formular sendet Daten korrekt
|
|
||||||
- [ ] Daten werden in DB gespeichert
|
|
||||||
- [ ] Liste zeigt neue Daten
|
|
||||||
- [ ] Edit lädt existierende Daten vor
|
|
||||||
- [ ] Filter funktioniert
|
|
||||||
- [ ] Validierungsfehler werden angezeigt
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 🎨 Design-Richtlinien
|
|
||||||
|
|
||||||
### Farben:
|
|
||||||
- Primary (Buttons): `#007bff` (Blau)
|
|
||||||
- Success (Speichern): `#28a745` (Grün)
|
|
||||||
- Danger (Löschen): `#dc3545` (Rot)
|
|
||||||
- Background: `#f9f9f9` (Hell)
|
|
||||||
- Border: `#ddd` (Hell-Grau)
|
|
||||||
|
|
||||||
### Spacing:
|
|
||||||
- Padding in Forms: `15px` (fieldset), `8px` (input)
|
|
||||||
- Gap zwischen Buttons: `10px`
|
|
||||||
- Margin: `20px` (oben/unten), `0` (inline)
|
|
||||||
|
|
||||||
### Schriftarten:
|
|
||||||
- Erben von HTML (derzeit: System)
|
|
||||||
- Monospace für Code/IDs: `font-family: monospace`
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Happy Coding! 🚀**
|
|
||||||
|
|||||||
14
README.md
14
README.md
@@ -238,19 +238,19 @@ Verbindungen werden:
|
|||||||
- Die untereinander verbundenen Patchpanels lassen sich direkt auf der SVG-Stockwerkskarte verorten, damit jeder Port physisch nachvollziehbar bleibt.
|
- Die untereinander verbundenen Patchpanels lassen sich direkt auf der SVG-Stockwerkskarte verorten, damit jeder Port physisch nachvollziehbar bleibt.
|
||||||
- Verbindungen zu Racks / Switches darstellbar
|
- Verbindungen zu Racks / Switches darstellbar
|
||||||
|
|
||||||
### TODO: Patchpanel-Infrastruktur
|
### Patchpanel-Infrastruktur (Status: 18. Februar 2026)
|
||||||
- [ ] Floorplans erweitern, damit Patchpanels als feste Infrastrukturobjekte (nicht als rack-basierte `devices`) angelegt, verschoben und mit `x/y`/Größe verankert werden.
|
- [x] Floorplans erweitert: Patchpanels können als feste Infrastrukturobjekte (ohne Rack-Device) inkl. `x/y` und Größe verwaltet werden.
|
||||||
- [ ] Backend und SVG-Editor dahingehend adaptieren, dass Patchpanel-Ports unabhängig von Racks definiert werden können.
|
- [x] Backend + SVG-Editor angepasst: Patchpanel-Ports werden über `floor_patchpanel_ports` gepflegt.
|
||||||
- [ ] Patchpanel ↔ Patchpanel- und Patchpanel ↔ Netzwerkbuchse-Verbindungen als permanente Kabel zwischen Floorplan-Objekten darstellen und über die `connections`-Tabelle verwalten.
|
- [x] Patchpanel ↔ Patchpanel und Patchpanel ↔ Netzwerkbuchse werden über `connections` verwaltet.
|
||||||
- [ ] UI/Schema-Dokumentation aktualisieren (README + Datenbank-Docs) sowie neue SQL-Tabellen (`floor_patchpanels` / `floor_patchpanel_ports`) fertigstellen.
|
- [x] SQL-Tabellen `floor_patchpanels` / `floor_patchpanel_ports` sind im Schema enthalten.
|
||||||
- [ ] Floorplan-Filter/Legend leiten die Nutzung dieser Infrastrukturobjekte, Kampagnen und Search & Filter integrieren.
|
- [ ] Floorplan-Filter/Legend und erweiterte Suche für Infrastrukturobjekte weiter ausbauen.
|
||||||
|
|
||||||
### Stockwerksinfrastruktur-Modul
|
### Stockwerksinfrastruktur-Modul
|
||||||
- Das neue Modul „Stockwerksinfrastruktur“ sammelt Patchpanels und Wandbuchsen an einem Ort.
|
- Das neue Modul „Stockwerksinfrastruktur“ sammelt Patchpanels und Wandbuchsen an einem Ort.
|
||||||
- Patchfelder bekommen feste X/Y-Positionen, Maße, Portanzahl und verknüpfen zu Floorplans.
|
- Patchfelder bekommen feste X/Y-Positionen, Maße, Portanzahl und verknüpfen zu Floorplans.
|
||||||
- Wandbuchsen sind direkt mit Räumen verbunden, können aber auch später im SVG verteilt werden.
|
- Wandbuchsen sind direkt mit Räumen verbunden, können aber auch später im SVG verteilt werden.
|
||||||
- Ziel: Die Floorplan-Grafik zeigt die permanente Infrastruktur samt fest verlegter Kabelverläufe.
|
- Ziel: Die Floorplan-Grafik zeigt die permanente Infrastruktur samt fest verlegter Kabelverläufe.
|
||||||
- TODO: SVG-Editor um Drag & Drop für diese Objekte erweitern und Klicks direkt mit dem Modul verbinden.
|
- [x] SVG-Editor für diese Objekte ist mit Drag & Drop umgesetzt und direkt mit dem Modul verbunden.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
276
TODO.md
276
TODO.md
@@ -1,258 +1,36 @@
|
|||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
Zentrale Sammlung aller TODO-Markierungen im Repository (Stand: 13. Februar 2026).
|
Bereinigte und aktuelle TODO-Liste (Stand: 18. Februar 2026).
|
||||||
|
Quelle: vorhandene `TODO`-Marker im Repository plus offene Architekturpunkte.
|
||||||
|
|
||||||
Hinweis: Die Eintraege sind direkt aus den Quelldateien aggregiert.
|
## Erledigt (bereits umgesetzt)
|
||||||
|
|
||||||
## Arbeitsnotizen (16. Februar 2026)
|
- [x] API-Basis umgesetzt (`app/api/connections.php`, `app/api/device_type_ports.php`, `app/api/upload.php`).
|
||||||
|
- [x] Bootstrap/Auth/Config/Routing-Grundlagen umgesetzt (`app/config.php`, `app/bootstrap.php`, `app/lib/_sql.php`, `app/lib/auth.php`, `app/index.php`).
|
||||||
|
- [x] Frontend-Grundlagen aktualisiert (`app/assets/js/app.js`, `app/assets/js/dashboard.js`, `app/assets/js/svg-editor.js`, `app/assets/js/network-view.js`).
|
||||||
|
- [x] Delete-Flow fuer zentrale Module umgesetzt (`buildings`, `floors`, `racks`, `device_types`, `floor_infrastructure`).
|
||||||
|
- [x] Legacy-Mock in `app/modules/device_types/ports.php` ersetzt.
|
||||||
|
- [x] Veraltete Sammel-TODO-Liste (nicht mehr im Code vorhanden) entfernt.
|
||||||
|
|
||||||
- [x] API-Basis umgesetzt: `app/api/connections.php`, `app/api/device_type_ports.php`, `app/api/upload.php` auf aktuelles Schema gebracht (Auth, Validierung, Existenzpruefungen, Fehlerantworten).
|
## Offen (direkt im Code markiert)
|
||||||
- [x] Bootstrap/Auth/Config/Routing umgesetzt: `app/config.php`, `app/bootstrap.php`, `app/lib/_sql.php`, `app/lib/auth.php`, `app/index.php`.
|
|
||||||
- [x] Frontend-Grundlagen aktualisiert: `app/assets/js/app.js`, `app/assets/js/dashboard.js`, `app/assets/js/svg-editor.js`, `app/assets/js/network-view.js`.
|
|
||||||
- [x] Delete-Flow fuer zentrale Module umgesetzt: `buildings`, `floors`, `racks`, `device_types`, `floor_infrastructure`.
|
|
||||||
- [x] Legacy-Mock ersetzt: `app/modules/device_types/ports.php` lauffaehig gemacht (anzeigen, hinzufuegen, loeschen).
|
|
||||||
- [x] TODO-Reste in `header.php`, `footer.php`, `layout.php`, `floor_infrastructure/edit.php` entfernt.
|
|
||||||
|
|
||||||
Offene Blocker / naechste Punkte:
|
- [x] `app/modules/dashboard/list.php`: zoombare/verschiebbare SVG-Wand mit klickbaren Punkten und Overlay-Drilldown umgesetzt.
|
||||||
- [ ] `app/modules/connections/list.php`: Detailbereich fuer ausgewaehlte Verbindung sowie Bearbeiten/Loeschen im UI fehlen noch.
|
- [x] `app/modules/connections/list.php`: Detailbereich fuer ausgewaehlte Verbindung inkl. Bearbeiten/Loeschen im UI umgesetzt.
|
||||||
- [ ] `app/modules/dashboard/list.php`: grosse zoombare Gesamt-Topologie-Wand (fachlich/grafisch groesseres Feature).
|
- [x] `app/lib/helpers.php`: konkrete allgemeine Helper ergaenzt (`formatDateTime`, `formatBytes`, `generateUuidV4`, `normalizeSvgCoordinate`).
|
||||||
- [ ] `app/lib/helpers.php`: generischer Sammel-TODO ohne konkreten Scope.
|
|
||||||
- [ ] Vollstaendiger End-to-End-Test aktuell nicht moeglich, da in dieser Shell kein `php` CLI verfuegbar ist.
|
|
||||||
|
|
||||||
## app\api\connections.php
|
## Offen (Bugs / Doku / Statusdateien)
|
||||||
|
|
||||||
- [ ] L15: // TODO: Single-User-Auth prüfen
|
- [ ] `BUGS.md`: Design vereinheitlichen.
|
||||||
- [ ] L61: // TODO: Kontext definieren (Standort, Rack, Floor, gesamtes Netz)
|
- [x] `IMPLEMENTATION_STATUS.md`: Delete-Funktionen-Status aktualisiert.
|
||||||
- [ ] L117: // TODO: Validierung
|
- [x] `IMPLEMENTATION_STATUS.md`: Auth-Status aktualisiert.
|
||||||
- [ ] L182: // TODO: Prüfen, ob Verbindung existiert
|
- [x] `README.md`: Patchpanel-Infrastruktur-Status nachgezogen.
|
||||||
|
- [x] `README.md`: SVG-Editor-Status fuer Floor-Infrastruktur nachgezogen.
|
||||||
|
- [x] `doc/DATABASE.md`: Statusabschnitt fuer Patchpanel/Floorplan finalisiert.
|
||||||
|
- [x] `init.sql`: Port-Konfigurationsregeln konkretisiert.
|
||||||
|
|
||||||
## app\api\device_type_ports.php
|
## Topologie-Backlog (ausstehend)
|
||||||
|
|
||||||
- [ ] L15: // TODO: Single-User-Auth prüfen
|
- [x] `connections.port_a_type` / `connections.port_b_type` um `patchpanel` erweitert und auf `floor_patchpanel_ports.id` nutzbar gemacht.
|
||||||
- [ ] L96: // TODO: Transaktion starten (falls SQL-Klasse das unterstützt)
|
- [ ] Validierungsregeln fuer Topologie fest verdrahten (Patchpanel-Port nur mit Patchpanel-Port oder Netzwerkbuchsen-Port).
|
||||||
- [ ] L100: // TODO: Validierung:
|
- [x] Port-CRUD fuer Patchpanels: `floor_patchpanel_ports` wird aus `port_count` erzeugt/synchronisiert.
|
||||||
- [ ] L163: // TODO: Prüfen, ob Port existiert und nicht verwendet wird
|
- [x] Port-CRUD fuer Netzwerkbuchsen: `network_outlet_ports` wird gepflegt (mindestens ein Port je Buchse) und ist in Verbindungen nutzbar.
|
||||||
|
|
||||||
## app\api\upload.php
|
|
||||||
|
|
||||||
- [ ] L18: // TODO: Single-User-Auth prüfen
|
|
||||||
- [ ] L25: // TODO: Upload-Basisverzeichnis aus config.php
|
|
||||||
- [ ] L35: // TODO: Max. Dateigröße festlegen (z.B. 5MB)
|
|
||||||
- [ ] L77: // TODO: Kategorie definieren (device_types, floors, racks, etc.)
|
|
||||||
- [ ] L95: // TODO: Eindeutigen Namen besser definieren (UUID?)
|
|
||||||
- [ ] L114: // TODO: Optional in Tabelle `uploads` speichern
|
|
||||||
|
|
||||||
## app\assets\js\app.js
|
|
||||||
|
|
||||||
- [ ] L15: deviceTypes: [], // TODO: alle Gerätetypen laden
|
|
||||||
- [ ] L16: devices: [], // TODO: alle Geräte laden
|
|
||||||
- [ ] L17: racks: [], // TODO: alle Racks laden
|
|
||||||
- [ ] L18: floors: [], // TODO: alle Floors laden
|
|
||||||
- [ ] L19: connections: [], // TODO: alle Verbindungen laden
|
|
||||||
- [ ] L33: // TODO: import / init svg-editor.js
|
|
||||||
- [ ] L39: // TODO: import / init network-view.js
|
|
||||||
- [ ] L45: // TODO: init drag & drop logic
|
|
||||||
- [ ] L59: // TODO: Save-Button Device-Type
|
|
||||||
- [ ] L64: // TODO: Save Device-Type via AJAX
|
|
||||||
- [ ] L68: // TODO: Save-Button Device
|
|
||||||
- [ ] L73: // TODO: Save Device via AJAX
|
|
||||||
- [ ] L77: // TODO: Save-Button Floor
|
|
||||||
- [ ] L82: // TODO: Save Floor via AJAX
|
|
||||||
- [ ] L86: // TODO: Save-Button Rack
|
|
||||||
- [ ] L91: // TODO: Save Rack via AJAX
|
|
||||||
- [ ] L95: // TODO: Weitere Event-Handler (Import, Export, Filter)
|
|
||||||
- [ ] L132: // TODO: weitere Utility-Funktionen (DOM-Helper, SVG-Helper, etc.)
|
|
||||||
|
|
||||||
## app\assets\js\dashboard.js
|
|
||||||
|
|
||||||
- [ ] L75: // TODO: Dashboard-Container ermitteln
|
|
||||||
- [ ] L78: // TODO: Module rendern
|
|
||||||
- [ ] L81: // TODO: Optional: Status-Daten laden (Counts, Warnings)
|
|
||||||
- [ ] L117: // TODO: loadStats() → Anzahl Geräte, offene Ports, unverbundene Dosen
|
|
||||||
- [ ] L118: // TODO: showWarnings() → unverbundene Ports, VLAN-Konflikte
|
|
||||||
- [ ] L119: // TODO: RecentChanges() → letzte Änderungen
|
|
||||||
|
|
||||||
## app\assets\js\network-view.js
|
|
||||||
|
|
||||||
- [ ] L20: // TODO: Standort / Rack / View-Kontext vom Backend setzen
|
|
||||||
- [ ] L23: // TODO: API-Endpunkte definieren
|
|
||||||
- [ ] L79: // TODO: Datenstruktur validieren
|
|
||||||
- [ ] L123: // TODO: Gerätetyp (SVG oder JPG) korrekt laden
|
|
||||||
- [ ] L144: // TODO: Ports als kleine Kreise anlegen (Position aus Portdefinition)
|
|
||||||
- [ ] L145: // TODO: Ports klickbar machen (für Verbindungs-Erstellung)
|
|
||||||
- [ ] L157: // TODO: Quell- & Ziel-Port-Koordinaten berechnen
|
|
||||||
- [ ] L158: // TODO: unterschiedliche Verbindungstypen (Farbe, Strichart, Dicke)
|
|
||||||
- [ ] L217: // TODO: Positionen optional automatisch speichern
|
|
||||||
- [ ] L232: // TODO: Sidebar mit Gerätedetails füllen
|
|
||||||
- [ ] L254: // TODO: Erfolg / Fehler anzeigen
|
|
||||||
- [ ] L289: // TODO: Delete -> Gerät entfernen?
|
|
||||||
|
|
||||||
## app\assets\js\svg-editor.js
|
|
||||||
|
|
||||||
- [ ] L20: // TODO: vom Backend setzen (z. B. via data-Attribut)
|
|
||||||
- [ ] L23: // TODO: API-Endpunkte festlegen
|
|
||||||
- [ ] L74: // TODO: Modifier-Key prüfen (z. B. nur mit SHIFT neuen Port erstellen?)
|
|
||||||
- [ ] L86: port_type_id: null, // TODO: Default-Porttyp?
|
|
||||||
- [ ] L134: // TODO: Sidebar-Felder mit Portdaten füllen
|
|
||||||
- [ ] L178: // TODO: Sicherheitsabfrage (confirm)
|
|
||||||
- [ ] L184: // TODO: Sidebar zurücksetzen
|
|
||||||
- [ ] L200: // TODO: Datenformat validieren
|
|
||||||
- [ ] L222: // TODO: Erfolg / Fehler anzeigen
|
|
||||||
|
|
||||||
## app\bootstrap.php
|
|
||||||
|
|
||||||
- [ ] L16: // TODO: Config-Datei mit DB-Zugang, Pfaden, globalen Settings füllen
|
|
||||||
- [ ] L22: // TODO: Single-User Auth prüfen
|
|
||||||
- [ ] L30: // TODO: Host, User, Passwort, DB aus config.php nutzen
|
|
||||||
|
|
||||||
## app\index.php
|
|
||||||
|
|
||||||
- [ ] L19: // TODO: Session starten / Single-User-Auth prüfen
|
|
||||||
- [ ] L37: // TODO: Fehlerseite anzeigen, nutze renderClientError(...)
|
|
||||||
- [ ] L42: // TODO: Fehlerseite anzeigen, nutze renderClientError(...)
|
|
||||||
- [ ] L61: // TODO: Fehlerseite oder 404, nutze renderClientError(...)
|
|
||||||
|
|
||||||
## app\lib\auth.php
|
|
||||||
|
|
||||||
- [ ] L24: // TODO: Session-Variable definieren, z.B. $_SESSION['auth'] === true
|
|
||||||
- [ ] L40: // TODO: Passwort aus config.php vergleichen
|
|
||||||
- [ ] L41: // TODO: Passwort-Hash verwenden (password_hash / password_verify)
|
|
||||||
- [ ] L62: // TODO: Session-Variablen löschen
|
|
||||||
- [ ] L65: // TODO: Optional komplette Session zerstören
|
|
||||||
- [ ] L79: // TODO: Redirect auf Login-Seite
|
|
||||||
|
|
||||||
## app\lib\helpers.php
|
|
||||||
|
|
||||||
- [ ] L300: // TODO: Weitere Helfer nach Bedarf
|
|
||||||
|
|
||||||
## app\modules\buildings\edit.php
|
|
||||||
|
|
||||||
- [ ] L176: // TODO: AJAX-Delete implementieren
|
|
||||||
|
|
||||||
## app\modules\buildings\list.php
|
|
||||||
|
|
||||||
- [ ] L245: // TODO: AJAX-Delete implementieren
|
|
||||||
|
|
||||||
## app\modules\connections\list.php
|
|
||||||
|
|
||||||
- [ ] L198: <!-- TODO: Details zum ausgewählten Gerät anzeigen -->
|
|
||||||
- [ ] L207: <!-- TODO: Verbindung bearbeiten / löschen -->
|
|
||||||
|
|
||||||
## app\modules\device_types\edit.php
|
|
||||||
|
|
||||||
- [ ] L18: //TODO port hinzufügen geht nicht
|
|
||||||
- [ ] L378: // TODO: AJAX-Delete implementieren
|
|
||||||
|
|
||||||
## app\modules\device_types\list.php
|
|
||||||
|
|
||||||
- [ ] L252: // TODO: AJAX-Delete implementieren
|
|
||||||
|
|
||||||
## app\modules\device_types\ports.php
|
|
||||||
|
|
||||||
- [ ] L12: // TODO: bootstrap laden
|
|
||||||
- [ ] L15: // TODO: Auth erzwingen
|
|
||||||
- [ ] L22: // TODO: device_type_id aus GET lesen
|
|
||||||
- [ ] L25: // TODO: Gerätetyp laden
|
|
||||||
- [ ] L28: // TODO: Ports dieses Gerätetyps laden
|
|
||||||
- [ ] L43: <!-- TODO: Gerätetyp-Name -->
|
|
||||||
- [ ] L59: <!-- TODO: Port-Typen verwalten -->
|
|
||||||
- [ ] L60: <!-- TODO: Import / Export -->
|
|
||||||
- [ ] L109: <!-- TODO: Port-Nummer -->
|
|
||||||
- [ ] L113: <!-- TODO: Port-Name -->
|
|
||||||
- [ ] L117: <!-- TODO: Port-Typ (RJ45, SFP, ...) -->
|
|
||||||
- [ ] L120: <!-- TODO: Medium (Kupfer, LWL, BNC, Custom) -->
|
|
||||||
- [ ] L123: <!-- TODO: Modus (Access, Trunk, Custom) -->
|
|
||||||
- [ ] L126: <!-- TODO: VLANs -->
|
|
||||||
- [ ] L161: <!-- TODO: SVG des Gerätetyps laden -->
|
|
||||||
- [ ] L262: * TODO: Replace this mock logic with real AJAX once ports are
|
|
||||||
|
|
||||||
## app\modules\devices\list.php
|
|
||||||
|
|
||||||
- [ ] L206: //TODO löschen geht nicht
|
|
||||||
|
|
||||||
## app\modules\floor_infrastructure\edit.php
|
|
||||||
|
|
||||||
- [ ] L277: //TODO drag an drop auf der stockwerkskarte für die patchfelder und wandbuchsen. buchsen haben eine einheitliche größe, und sind quadratisch, patchfelder sind auch für sich einheitlich, sind rechteckig und breiter als hoch
|
|
||||||
- [ ] L278: //TODO style in css files einsortieren
|
|
||||||
|
|
||||||
## app\modules\floor_infrastructure\list.php
|
|
||||||
|
|
||||||
- [ ] L143: <p><small>//TODO: SVG-Editor mit Drag & Drop für diese Objekte erweitern (siehe Stockwerke-Modul).</small></p>
|
|
||||||
|
|
||||||
## app\modules\floors\list.php
|
|
||||||
|
|
||||||
- [ ] L237: // TODO: AJAX-Delete implementieren
|
|
||||||
|
|
||||||
## app\modules\locations\edit.php
|
|
||||||
|
|
||||||
- [ ] L157: // TODO: AJAX-Delete implementieren
|
|
||||||
|
|
||||||
## app\modules\locations\list.php
|
|
||||||
|
|
||||||
- [ ] L134: //TODO design schlecht, mach es hübscher
|
|
||||||
- [ ] L208: //TODO style in css file
|
|
||||||
|
|
||||||
## app\modules\racks\edit.php
|
|
||||||
|
|
||||||
- [ ] L201: // TODO: AJAX-Delete implementieren
|
|
||||||
- [ ] L221: <!-- TODO: Rack-SVG laden -->
|
|
||||||
- [ ] L237: <!-- TODO: Löschen, falls edit -->
|
|
||||||
- [ ] L251: // TODO: Rack-ID aus PHP setzen
|
|
||||||
- [ ] L254: // TODO: Gerätepositionen an JS übergeben
|
|
||||||
|
|
||||||
## app\modules\racks\list.php
|
|
||||||
|
|
||||||
- [ ] L255: // TODO: AJAX-Delete implementieren
|
|
||||||
|
|
||||||
## app\templates\footer.php
|
|
||||||
|
|
||||||
- [ ] L14: <!-- TODO: Optional: Statusanzeige, Debug-Info, Session-Hinweis -->
|
|
||||||
- [ ] L17: <!-- TODO: evtl. JS für modale Fenster oder Flash Messages -->
|
|
||||||
|
|
||||||
## app\templates\header.php
|
|
||||||
|
|
||||||
- [ ] L24: <!-- TODO: Meta-Tags, Favicon -->
|
|
||||||
|
|
||||||
## app\templates\layout.php
|
|
||||||
|
|
||||||
- [ ] L11: * TODO: In Zukunft: zentrales Template-System (z.B. mit $content)
|
|
||||||
- [ ] L18: <!-- TODO: Dynamischen Content hier einfügen -->
|
|
||||||
|
|
||||||
## BUGS.md
|
|
||||||
|
|
||||||
- [ ] L3: - [ ] TODO Design vereinheitlichen
|
|
||||||
|
|
||||||
## doc\DATABASE.md
|
|
||||||
|
|
||||||
- [ ] L126: **TODO**
|
|
||||||
|
|
||||||
## IMPLEMENTATION_STATUS.md
|
|
||||||
|
|
||||||
- [ ] L80: - [ ] **Delete-Funktionen** - Löschen noch als TODO (als AJAX implementieren)
|
|
||||||
- [ ] L109: │ └── auth.php 🚧 TODO: Auth
|
|
||||||
|
|
||||||
## init.sql
|
|
||||||
|
|
||||||
- [ ] L372: -- TODO: Port-Konfiguration (Patchpanel ↔ Patchpanel, Patchpanel ↔ Netzwerkbuchse) wird über die `connections`-Tabelle geregelt.
|
|
||||||
|
|
||||||
## NEXT_STEPS.md
|
|
||||||
|
|
||||||
- [ ] L74: ## 🔧 Bekannte TODOs im Code
|
|
||||||
- [ ] L76: Alle noch offenen Punkte sind mit `// TODO:` gekennzeichnet:
|
|
||||||
- [ ] L79: # Alle TODOs finden:
|
|
||||||
- [ ] L80: grep -r "TODO:" app/modules/ --include="*.php"
|
|
||||||
- [ ] L83: Wichtigste TODOs:
|
|
||||||
|
|
||||||
## README.md
|
|
||||||
|
|
||||||
- [ ] L241: ### TODO: Patchpanel-Infrastruktur
|
|
||||||
- [ ] L253: - TODO: SVG-Editor um Drag & Drop für diese Objekte erweitern und Klicks direkt mit dem Modul verbinden.
|
|
||||||
|
|
||||||
- [ ] //TODO infrastruktur patchfelder löschen soll implementiert werden.
|
|
||||||
|
|
||||||
## Topologie-Abgleich (16. Februar 2026)
|
|
||||||
|
|
||||||
- [ ] #TODO: `connections.port_a_type` und `connections.port_b_type` um einen Patchpanel-Port-Typ erweitern (z. B. `patchpanel`) und auf `floor_patchpanel_ports.id` referenzieren.
|
|
||||||
- [ ] #TODO: Business-Regeln fuer Topologie in der Verbindungs-Validierung hinterlegen: Patchpanel-Port nur mit Patchpanel-Port oder Netzwerkbuchsen-Port verbinden.
|
|
||||||
- [ ] #TODO: Port-CRUD fuer Patchpanels ergaenzen: `floor_patchpanel_ports` beim Speichern aus `port_count` erzeugen/synchronisieren.
|
|
||||||
- [ ] #TODO: Port-CRUD fuer Netzwerkbuchsen ergaenzen: `network_outlet_ports` pflegen (mindestens ein Port je Buchse) und fuer Verbindungen nutzbar machen.
|
|
||||||
|
|||||||
@@ -77,6 +77,42 @@ main {
|
|||||||
min-height: calc(100vh - 200px);
|
min-height: calc(100vh - 200px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.flash-stack {
|
||||||
|
display: grid;
|
||||||
|
gap: 10px;
|
||||||
|
margin: 0 auto 18px;
|
||||||
|
max-width: 1200px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flash-message {
|
||||||
|
border-radius: 8px;
|
||||||
|
border: 1px solid transparent;
|
||||||
|
padding: 12px 14px;
|
||||||
|
background: #f8fafc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flash-message--success {
|
||||||
|
border-color: #99dfba;
|
||||||
|
background: #ebf9f1;
|
||||||
|
color: #165938;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flash-message--error {
|
||||||
|
border-color: #efb4b4;
|
||||||
|
background: #fff1f1;
|
||||||
|
color: #8a1f1f;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flash-message__text {
|
||||||
|
margin: 0;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flash-message__list {
|
||||||
|
margin: 8px 0 0 18px;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* Shared components -------------------------------------------------- */
|
/* Shared components -------------------------------------------------- */
|
||||||
.filter-form {
|
.filter-form {
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
|
|||||||
@@ -12,6 +12,10 @@ if (session_status() !== PHP_SESSION_ACTIVE) {
|
|||||||
session_start();
|
session_start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!isset($_SESSION['validation_errors']) || !is_array($_SESSION['validation_errors'])) {
|
||||||
|
$_SESSION['validation_errors'] = [];
|
||||||
|
}
|
||||||
|
|
||||||
require_once __DIR__ . '/lib/_sql.php';
|
require_once __DIR__ . '/lib/_sql.php';
|
||||||
$sql = new SQL();
|
$sql = new SQL();
|
||||||
|
|
||||||
|
|||||||
@@ -297,8 +297,83 @@ HTML, [
|
|||||||
* Sonstiges
|
* Sonstiges
|
||||||
* ========================= */
|
* ========================= */
|
||||||
|
|
||||||
// TODO: Weitere Helfer nach Bedarf
|
/**
|
||||||
// - Datum formatieren
|
* Formatiert Datum/Uhrzeit robust oder gibt Fallback zurueck.
|
||||||
// - Bytes → MB
|
*
|
||||||
// - UUID erzeugen
|
* @param string|null $value
|
||||||
// - SVG-Koordinaten normalisieren
|
* @param string $format
|
||||||
|
* @param string $fallback
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
function formatDateTime(?string $value, string $format = 'd.m.Y H:i', string $fallback = '-'): string
|
||||||
|
{
|
||||||
|
if ($value === null || trim($value) === '') {
|
||||||
|
return $fallback;
|
||||||
|
}
|
||||||
|
|
||||||
|
$timestamp = strtotime($value);
|
||||||
|
if ($timestamp === false) {
|
||||||
|
return $fallback;
|
||||||
|
}
|
||||||
|
|
||||||
|
return date($format, $timestamp);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Formatiert Byte-Werte in menschenlesbare Einheit.
|
||||||
|
*
|
||||||
|
* @param int|float $bytes
|
||||||
|
* @param int $precision
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
function formatBytes($bytes, int $precision = 2): string
|
||||||
|
{
|
||||||
|
$value = (float)$bytes;
|
||||||
|
if ($value <= 0) {
|
||||||
|
return '0 B';
|
||||||
|
}
|
||||||
|
|
||||||
|
$units = ['B', 'KB', 'MB', 'GB', 'TB'];
|
||||||
|
$power = min((int)floor(log($value, 1024)), count($units) - 1);
|
||||||
|
$scaled = $value / (1024 ** $power);
|
||||||
|
|
||||||
|
return number_format($scaled, $precision, '.', '') . ' ' . $units[$power];
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Erzeugt eine UUID v4.
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
* @throws Exception
|
||||||
|
*/
|
||||||
|
function generateUuidV4(): string
|
||||||
|
{
|
||||||
|
$bytes = random_bytes(16);
|
||||||
|
$bytes[6] = chr((ord($bytes[6]) & 0x0f) | 0x40);
|
||||||
|
$bytes[8] = chr((ord($bytes[8]) & 0x3f) | 0x80);
|
||||||
|
$hex = bin2hex($bytes);
|
||||||
|
|
||||||
|
return sprintf(
|
||||||
|
'%s-%s-%s-%s-%s',
|
||||||
|
substr($hex, 0, 8),
|
||||||
|
substr($hex, 8, 4),
|
||||||
|
substr($hex, 12, 4),
|
||||||
|
substr($hex, 16, 4),
|
||||||
|
substr($hex, 20, 12)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Klemmt eine SVG-Koordinate auf gueltigen Bereich.
|
||||||
|
*
|
||||||
|
* @param float $value
|
||||||
|
* @param float $min
|
||||||
|
* @param float $max
|
||||||
|
* @param int $precision
|
||||||
|
* @return float
|
||||||
|
*/
|
||||||
|
function normalizeSvgCoordinate(float $value, float $min, float $max, int $precision = 2): float
|
||||||
|
{
|
||||||
|
$normalized = max($min, min($max, $value));
|
||||||
|
return round($normalized, $precision);
|
||||||
|
}
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ if ($locationId <= 0) {
|
|||||||
|
|
||||||
if (!empty($errors)) {
|
if (!empty($errors)) {
|
||||||
$_SESSION['error'] = implode(', ', $errors);
|
$_SESSION['error'] = implode(', ', $errors);
|
||||||
|
$_SESSION['validation_errors'] = $errors;
|
||||||
$redirectUrl = $buildingId ? "?module=buildings&action=edit&id=$buildingId" : "?module=buildings&action=edit";
|
$redirectUrl = $buildingId ? "?module=buildings&action=edit&id=$buildingId" : "?module=buildings&action=edit";
|
||||||
header("Location: $redirectUrl");
|
header("Location: $redirectUrl");
|
||||||
exit;
|
exit;
|
||||||
|
|||||||
65
app/modules/connections/delete.php
Normal file
65
app/modules/connections/delete.php
Normal file
@@ -0,0 +1,65 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* app/modules/connections/delete.php
|
||||||
|
*
|
||||||
|
* Loescht eine Verbindung (AJAX-POST bevorzugt, GET-Fallback fuer Redirects).
|
||||||
|
*/
|
||||||
|
|
||||||
|
$isPost = ($_SERVER['REQUEST_METHOD'] ?? '') === 'POST';
|
||||||
|
$connectionId = (int)($_POST['id'] ?? $_GET['id'] ?? 0);
|
||||||
|
|
||||||
|
if ($connectionId <= 0) {
|
||||||
|
if ($isPost) {
|
||||||
|
header('Content-Type: application/json; charset=utf-8');
|
||||||
|
http_response_code(400);
|
||||||
|
echo json_encode(['success' => false, 'message' => 'Ungueltige Verbindungs-ID']);
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
$_SESSION['error'] = 'Ungueltige Verbindungs-ID';
|
||||||
|
header('Location: ?module=connections&action=list');
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
|
$connection = $sql->single(
|
||||||
|
"SELECT id FROM connections WHERE id = ?",
|
||||||
|
"i",
|
||||||
|
[$connectionId]
|
||||||
|
);
|
||||||
|
|
||||||
|
if (!$connection) {
|
||||||
|
if ($isPost) {
|
||||||
|
header('Content-Type: application/json; charset=utf-8');
|
||||||
|
http_response_code(404);
|
||||||
|
echo json_encode(['success' => false, 'message' => 'Verbindung nicht gefunden']);
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
$_SESSION['error'] = 'Verbindung nicht gefunden';
|
||||||
|
header('Location: ?module=connections&action=list');
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
|
$rows = $sql->set(
|
||||||
|
"DELETE FROM connections WHERE id = ?",
|
||||||
|
"i",
|
||||||
|
[$connectionId]
|
||||||
|
);
|
||||||
|
|
||||||
|
if ($isPost) {
|
||||||
|
header('Content-Type: application/json; charset=utf-8');
|
||||||
|
if ($rows > 0) {
|
||||||
|
echo json_encode(['success' => true, 'message' => 'Verbindung geloescht']);
|
||||||
|
} else {
|
||||||
|
http_response_code(500);
|
||||||
|
echo json_encode(['success' => false, 'message' => 'Verbindung konnte nicht geloescht werden']);
|
||||||
|
}
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
|
if ($rows > 0) {
|
||||||
|
$_SESSION['success'] = 'Verbindung geloescht';
|
||||||
|
} else {
|
||||||
|
$_SESSION['error'] = 'Verbindung konnte nicht geloescht werden';
|
||||||
|
}
|
||||||
|
|
||||||
|
header('Location: ?module=connections&action=list');
|
||||||
|
exit;
|
||||||
@@ -2,19 +2,13 @@
|
|||||||
/**
|
/**
|
||||||
* app/modules/connections/list.php
|
* app/modules/connections/list.php
|
||||||
*
|
*
|
||||||
* Übersicht der Netzwerkverbindungen
|
* Uebersicht der Netzwerkverbindungen
|
||||||
* - Tabellarische Liste aller Verbindungen
|
|
||||||
* - Filter nach Geräten, VLANs, Status
|
|
||||||
* - Später: Visuelle Netzwerk-Topologie
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// =========================
|
|
||||||
// Filter einlesen
|
|
||||||
// =========================
|
|
||||||
$search = trim($_GET['search'] ?? '');
|
$search = trim($_GET['search'] ?? '');
|
||||||
$deviceId = (int)($_GET['device_id'] ?? 0);
|
$deviceId = (int)($_GET['device_id'] ?? 0);
|
||||||
|
$selectedConnectionId = (int)($_GET['connection_id'] ?? 0);
|
||||||
|
|
||||||
// Einheitliche Endpunkt-Aufloesung fuer polymorphe Port-Typen.
|
|
||||||
$endpointUnionSql = "
|
$endpointUnionSql = "
|
||||||
SELECT
|
SELECT
|
||||||
'device' AS endpoint_type,
|
'device' AS endpoint_type,
|
||||||
@@ -60,16 +54,13 @@ $endpointUnionSql = "
|
|||||||
LEFT JOIN floors f ON f.id = fp.floor_id
|
LEFT JOIN floors f ON f.id = fp.floor_id
|
||||||
";
|
";
|
||||||
|
|
||||||
// =========================
|
|
||||||
// WHERE-Clause bauen
|
|
||||||
// =========================
|
|
||||||
$where = [];
|
$where = [];
|
||||||
$types = '';
|
$types = '';
|
||||||
$params = [];
|
$params = [];
|
||||||
|
|
||||||
if ($search !== '') {
|
if ($search !== '') {
|
||||||
$where[] = "(e1.owner_name LIKE ? OR e2.owner_name LIKE ? OR e1.port_name LIKE ? OR e2.port_name LIKE ?)";
|
$where[] = "(e1.owner_name LIKE ? OR e2.owner_name LIKE ? OR e1.port_name LIKE ? OR e2.port_name LIKE ?)";
|
||||||
$types .= "ssss";
|
$types .= 'ssss';
|
||||||
$params[] = "%$search%";
|
$params[] = "%$search%";
|
||||||
$params[] = "%$search%";
|
$params[] = "%$search%";
|
||||||
$params[] = "%$search%";
|
$params[] = "%$search%";
|
||||||
@@ -78,16 +69,13 @@ if ($search !== '') {
|
|||||||
|
|
||||||
if ($deviceId > 0) {
|
if ($deviceId > 0) {
|
||||||
$where[] = "(e1.owner_device_id = ? OR e2.owner_device_id = ?)";
|
$where[] = "(e1.owner_device_id = ? OR e2.owner_device_id = ?)";
|
||||||
$types .= "ii";
|
$types .= 'ii';
|
||||||
$params[] = $deviceId;
|
$params[] = $deviceId;
|
||||||
$params[] = $deviceId;
|
$params[] = $deviceId;
|
||||||
}
|
}
|
||||||
|
|
||||||
$whereSql = $where ? "WHERE " . implode(" AND ", $where) : "";
|
$whereSql = $where ? 'WHERE ' . implode(' AND ', $where) : '';
|
||||||
|
|
||||||
// =========================
|
|
||||||
// Verbindungen laden
|
|
||||||
// =========================
|
|
||||||
$connections = $sql->get(
|
$connections = $sql->get(
|
||||||
"SELECT
|
"SELECT
|
||||||
c.id,
|
c.id,
|
||||||
@@ -125,10 +113,22 @@ $connections = $sql->get(
|
|||||||
$params
|
$params
|
||||||
);
|
);
|
||||||
|
|
||||||
// =========================
|
$devices = $sql->get('SELECT id, name FROM devices ORDER BY name', '', []);
|
||||||
// Filter-Daten
|
|
||||||
// =========================
|
$selectedConnection = null;
|
||||||
$devices = $sql->get("SELECT id, name FROM devices ORDER BY name", "", []);
|
if ($selectedConnectionId > 0) {
|
||||||
|
foreach ((array)$connections as $entry) {
|
||||||
|
if ((int)($entry['id'] ?? 0) === $selectedConnectionId) {
|
||||||
|
$selectedConnection = $entry;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if ($selectedConnection === null && !empty($connections)) {
|
||||||
|
$selectedConnection = $connections[0];
|
||||||
|
$selectedConnectionId = (int)($selectedConnection['id'] ?? 0);
|
||||||
|
}
|
||||||
|
|
||||||
$selectedDevice = null;
|
$selectedDevice = null;
|
||||||
$selectedDevicePorts = [];
|
$selectedDevicePorts = [];
|
||||||
@@ -140,7 +140,7 @@ if ($deviceId > 0) {
|
|||||||
FROM devices d
|
FROM devices d
|
||||||
LEFT JOIN device_types dt ON d.device_type_id = dt.id
|
LEFT JOIN device_types dt ON d.device_type_id = dt.id
|
||||||
WHERE d.id = ?",
|
WHERE d.id = ?",
|
||||||
"i",
|
'i',
|
||||||
[$deviceId]
|
[$deviceId]
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -159,7 +159,7 @@ if ($deviceId > 0) {
|
|||||||
JOIN device_ports dp ON dp.id = dpm.device_port_id
|
JOIN device_ports dp ON dp.id = dpm.device_port_id
|
||||||
WHERE dp.device_id = ?
|
WHERE dp.device_id = ?
|
||||||
) p",
|
) p",
|
||||||
"ii",
|
'ii',
|
||||||
[$deviceId, $deviceId]
|
[$deviceId, $deviceId]
|
||||||
)['cnt'] ?? 0);
|
)['cnt'] ?? 0);
|
||||||
|
|
||||||
@@ -187,7 +187,7 @@ if ($deviceId > 0) {
|
|||||||
OR (c.port_b_type = 'patchpanel' AND e2.endpoint_type = 'floor_patchpanel')
|
OR (c.port_b_type = 'patchpanel' AND e2.endpoint_type = 'floor_patchpanel')
|
||||||
)
|
)
|
||||||
WHERE e1.owner_device_id = ? OR e2.owner_device_id = ?",
|
WHERE e1.owner_device_id = ? OR e2.owner_device_id = ?",
|
||||||
"ii",
|
'ii',
|
||||||
[$deviceId, $deviceId]
|
[$deviceId, $deviceId]
|
||||||
)['cnt'] ?? 0);
|
)['cnt'] ?? 0);
|
||||||
|
|
||||||
@@ -207,7 +207,7 @@ if ($deviceId > 0) {
|
|||||||
) p
|
) p
|
||||||
ORDER BY sort_id
|
ORDER BY sort_id
|
||||||
LIMIT 12",
|
LIMIT 12",
|
||||||
"ii",
|
'ii',
|
||||||
[$deviceId, $deviceId]
|
[$deviceId, $deviceId]
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -230,159 +230,285 @@ if ($deviceId > 0) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$buildListUrl = static function (array $extra = []) use ($search, $deviceId): string {
|
||||||
|
$query = ['module' => 'connections', 'action' => 'list'];
|
||||||
|
if ($search !== '') {
|
||||||
|
$query['search'] = $search;
|
||||||
|
}
|
||||||
|
if ($deviceId > 0) {
|
||||||
|
$query['device_id'] = $deviceId;
|
||||||
|
}
|
||||||
|
foreach ($extra as $key => $value) {
|
||||||
|
if ($value === null || $value === '') {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
$query[$key] = $value;
|
||||||
|
}
|
||||||
|
return '?' . http_build_query($query);
|
||||||
|
};
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="connections-container">
|
<div class="connections-layout">
|
||||||
<h1>Netzwerkverbindungen</h1>
|
<div class="connections-container">
|
||||||
|
<h1>Netzwerkverbindungen</h1>
|
||||||
|
|
||||||
<!-- =========================
|
<div class="filter-form">
|
||||||
Filter-Toolbar
|
<form method="GET">
|
||||||
========================= -->
|
<input type="hidden" name="module" value="connections">
|
||||||
<div class="filter-form">
|
<input type="hidden" name="action" value="list">
|
||||||
<form method="GET">
|
|
||||||
<input type="hidden" name="module" value="connections">
|
|
||||||
<input type="hidden" name="action" value="list">
|
|
||||||
|
|
||||||
<input type="text" name="search" placeholder="Suche nach Gerät oder Port…"
|
<input type="text" name="search" placeholder="Suche nach Geraet oder Port..."
|
||||||
value="<?php echo htmlspecialchars($search); ?>" class="search-input">
|
value="<?php echo htmlspecialchars($search); ?>" class="search-input">
|
||||||
|
|
||||||
<select name="device_id">
|
<select name="device_id">
|
||||||
<option value="">- Alle Geräte -</option>
|
<option value="">- Alle Geraete -</option>
|
||||||
<?php foreach ($devices as $device): ?>
|
<?php foreach ($devices as $device): ?>
|
||||||
<option value="<?php echo $device['id']; ?>"
|
<option value="<?php echo (int)$device['id']; ?>"
|
||||||
<?php echo $device['id'] === $deviceId ? 'selected' : ''; ?>>
|
<?php echo ((int)$device['id'] === $deviceId) ? 'selected' : ''; ?>>
|
||||||
<?php echo htmlspecialchars($device['name']); ?>
|
<?php echo htmlspecialchars((string)$device['name']); ?>
|
||||||
</option>
|
</option>
|
||||||
|
<?php endforeach; ?>
|
||||||
|
</select>
|
||||||
|
|
||||||
|
<button type="submit" class="button">Filter</button>
|
||||||
|
<a href="?module=connections&action=list" class="button">Reset</a>
|
||||||
|
<a href="?module=connections&action=edit" class="button button-primary">+ Neue Verbindung</a>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<?php if (!empty($connections)): ?>
|
||||||
|
<table class="connections-list">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Von (Geraet -> Port)</th>
|
||||||
|
<th>Nach (Geraet -> Port)</th>
|
||||||
|
<th>VLANs</th>
|
||||||
|
<th>Beschreibung</th>
|
||||||
|
<th>Status</th>
|
||||||
|
<th>Aktionen</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<?php foreach ($connections as $conn): ?>
|
||||||
|
<?php
|
||||||
|
$connId = (int)($conn['id'] ?? 0);
|
||||||
|
$comment = trim((string)($conn['comment'] ?? ''));
|
||||||
|
$hasMissingInfo = empty($conn['endpoint_a_name']) || empty($conn['endpoint_b_name'])
|
||||||
|
|| empty($conn['port_a_name']) || empty($conn['port_b_name']);
|
||||||
|
$commentLower = mb_strtolower($comment, 'UTF-8');
|
||||||
|
$warningFromComment = preg_match('/warn|achtung|critical/', $commentLower) === 1;
|
||||||
|
$hasWarning = $hasMissingInfo || $warningFromComment;
|
||||||
|
$rowClass = $connId === $selectedConnectionId ? 'connection-row-selected' : '';
|
||||||
|
$vlanList = [];
|
||||||
|
if (!empty($conn['vlan_config'])) {
|
||||||
|
$vlanList = (array)json_decode((string)$conn['vlan_config'], true);
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
<tr class="<?php echo $rowClass; ?>">
|
||||||
|
<td>
|
||||||
|
<strong><?php echo htmlspecialchars((string)($conn['endpoint_a_name'] ?? 'N/A')); ?></strong><br>
|
||||||
|
<small><?php echo htmlspecialchars((string)($conn['port_a_name'] ?? '-')); ?></small>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td>
|
||||||
|
<strong><?php echo htmlspecialchars((string)($conn['endpoint_b_name'] ?? 'N/A')); ?></strong><br>
|
||||||
|
<small><?php echo htmlspecialchars((string)($conn['port_b_name'] ?? '-')); ?></small>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td>
|
||||||
|
<small><?php echo !empty($vlanList) ? htmlspecialchars(implode(', ', $vlanList)) : '-'; ?></small>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td>
|
||||||
|
<small><?php echo htmlspecialchars($comment); ?></small>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td class="status-cell">
|
||||||
|
<?php if ($hasWarning): ?>
|
||||||
|
<span class="status-badge status-badge-warning" title="Unvollstaendige oder kritische Verbindung">Warnung</span>
|
||||||
|
<?php else: ?>
|
||||||
|
<span class="status-badge status-badge-ok" title="Verbindung vollstaendig">OK</span>
|
||||||
|
<?php endif; ?>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td class="actions">
|
||||||
|
<a href="<?php echo htmlspecialchars($buildListUrl(['connection_id' => $connId])); ?>" class="button button-small">Details</a>
|
||||||
|
<a href="?module=connections&action=edit&id=<?php echo $connId; ?>" class="button button-small">Bearbeiten</a>
|
||||||
|
<a href="?module=connections&action=swap&id=<?php echo $connId; ?>" class="button button-small" onclick="return confirm('Von/Nach fuer diese Verbindung vertauschen?');">Von/Nach tauschen</a>
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
class="button button-small button-danger js-connection-delete"
|
||||||
|
data-connection-id="<?php echo $connId; ?>">
|
||||||
|
Loeschen
|
||||||
|
</button>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</select>
|
</tbody>
|
||||||
|
</table>
|
||||||
<button type="submit" class="button">Filter</button>
|
<?php else: ?>
|
||||||
<a href="?module=connections&action=list" class="button">Reset</a>
|
<div class="empty-state">
|
||||||
<a href="?module=connections&action=edit" class="button button-primary">+ Neue Verbindung</a>
|
<p>Keine Verbindungen gefunden.</p>
|
||||||
</form>
|
<p>
|
||||||
|
<a href="?module=connections&action=edit" class="button button-primary">
|
||||||
|
Erste Verbindung anlegen
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<?php endif; ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- =========================
|
<aside class="connections-sidebar">
|
||||||
Verbindungs-Tabelle
|
<section class="sidebar-card">
|
||||||
========================= -->
|
<h3>Ausgewaehlte Verbindung</h3>
|
||||||
<?php if (!empty($connections)): ?>
|
<?php if ($selectedConnection): ?>
|
||||||
<table class="connections-list">
|
<?php
|
||||||
<thead>
|
$selectedConnId = (int)($selectedConnection['id'] ?? 0);
|
||||||
<tr>
|
$selectedVlans = [];
|
||||||
<th>Von (Gerät → Port)</th>
|
if (!empty($selectedConnection['vlan_config'])) {
|
||||||
<th>Nach (Gerät → Port)</th>
|
$selectedVlans = (array)json_decode((string)$selectedConnection['vlan_config'], true);
|
||||||
<th>VLANs</th>
|
}
|
||||||
<th>Beschreibung</th>
|
?>
|
||||||
<th>Status</th>
|
<p><strong>ID:</strong> #<?php echo $selectedConnId; ?></p>
|
||||||
<th>Aktionen</th>
|
<p><strong>Von:</strong><br>
|
||||||
</tr>
|
<?php echo htmlspecialchars((string)($selectedConnection['endpoint_a_name'] ?? 'N/A')); ?><br>
|
||||||
</thead>
|
<small><?php echo htmlspecialchars((string)($selectedConnection['port_a_name'] ?? '-')); ?></small>
|
||||||
<tbody>
|
</p>
|
||||||
<?php foreach ($connections as $conn): ?>
|
<p><strong>Nach:</strong><br>
|
||||||
<?php
|
<?php echo htmlspecialchars((string)($selectedConnection['endpoint_b_name'] ?? 'N/A')); ?><br>
|
||||||
$comment = trim($conn['comment'] ?? '');
|
<small><?php echo htmlspecialchars((string)($selectedConnection['port_b_name'] ?? '-')); ?></small>
|
||||||
$hasMissingInfo = empty($conn['endpoint_a_name']) || empty($conn['endpoint_b_name'])
|
</p>
|
||||||
|| empty($conn['port_a_name']) || empty($conn['port_b_name']);
|
<p><strong>VLANs:</strong> <?php echo !empty($selectedVlans) ? htmlspecialchars(implode(', ', $selectedVlans)) : '-'; ?></p>
|
||||||
$commentLower = mb_strtolower($comment, 'UTF-8');
|
<p><strong>Kommentar:</strong> <?php echo htmlspecialchars((string)($selectedConnection['comment'] ?? '-')); ?></p>
|
||||||
$warningFromComment = preg_match('/warn|achtung|critical/', $commentLower);
|
<div class="sidebar-actions">
|
||||||
$hasWarning = $hasMissingInfo || $warningFromComment;
|
<a href="?module=connections&action=edit&id=<?php echo $selectedConnId; ?>" class="button button-small">Bearbeiten</a>
|
||||||
?>
|
<a href="?module=connections&action=swap&id=<?php echo $selectedConnId; ?>" class="button button-small" onclick="return confirm('Von/Nach fuer diese Verbindung vertauschen?');">Tauschen</a>
|
||||||
<tr>
|
<button
|
||||||
<td>
|
type="button"
|
||||||
<strong><?php echo htmlspecialchars($conn['endpoint_a_name'] ?? 'N/A'); ?></strong><br>
|
class="button button-small button-danger js-connection-delete"
|
||||||
<small><?php echo htmlspecialchars($conn['port_a_name'] ?? '—'); ?></small>
|
data-connection-id="<?php echo $selectedConnId; ?>">
|
||||||
</td>
|
Loeschen
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
<?php else: ?>
|
||||||
|
<p><em>Keine Verbindung ausgewaehlt.</em></p>
|
||||||
|
<?php endif; ?>
|
||||||
|
</section>
|
||||||
|
|
||||||
<td>
|
<section class="sidebar-card">
|
||||||
<strong><?php echo htmlspecialchars($conn['endpoint_b_name'] ?? 'N/A'); ?></strong><br>
|
<?php if ($selectedDevice): ?>
|
||||||
<small><?php echo htmlspecialchars($conn['port_b_name'] ?? '—'); ?></small>
|
<h3>Ausgewaehltes Geraet</h3>
|
||||||
</td>
|
<p><strong><?php echo htmlspecialchars((string)$selectedDevice['name']); ?></strong></p>
|
||||||
|
<p>Typ: <?php echo htmlspecialchars((string)($selectedDevice['type_name'] ?? '-')); ?></p>
|
||||||
<td>
|
<p>Ports: <?php echo (int)$selectedDevice['port_count']; ?></p>
|
||||||
<small>
|
<p>Verbindungen: <?php echo (int)$selectedDevice['connection_count']; ?></p>
|
||||||
<?php
|
<p>
|
||||||
if ($conn['vlan_config']) {
|
VLANs:
|
||||||
$vlan = json_decode($conn['vlan_config'], true);
|
<?php if (!empty($selectedDeviceVlans)): ?>
|
||||||
echo htmlspecialchars(implode(', ', (array)$vlan));
|
<?php echo htmlspecialchars(implode(', ', $selectedDeviceVlans)); ?>
|
||||||
} else {
|
|
||||||
echo '—';
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
</small>
|
|
||||||
</td>
|
|
||||||
|
|
||||||
<td>
|
|
||||||
<small><?php echo htmlspecialchars($conn['comment'] ?? ''); ?></small>
|
|
||||||
</td>
|
|
||||||
<td class="status-cell">
|
|
||||||
<?php if ($hasWarning): ?>
|
|
||||||
<span class="status-badge status-badge-warning" title="Unvollständige oder kritische Verbindung">
|
|
||||||
⚠️ Warnung
|
|
||||||
</span>
|
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<span class="status-badge status-badge-ok" title="Verbindung vollständig">
|
-
|
||||||
✔️ OK
|
|
||||||
</span>
|
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</td>
|
</p>
|
||||||
|
<?php if (!empty($selectedDevicePorts)): ?>
|
||||||
<td class="actions">
|
<h4>Ports (max. 12)</h4>
|
||||||
<a href="?module=connections&action=edit&id=<?php echo $conn['id']; ?>" class="button button-small">Bearbeiten</a>
|
<ul>
|
||||||
<a href="?module=connections&action=swap&id=<?php echo $conn['id']; ?>" class="button button-small" onclick="return confirm('Von/Nach fuer diese Verbindung vertauschen?');">Von/Nach tauschen</a>
|
<?php foreach ($selectedDevicePorts as $port): ?>
|
||||||
<a href="#" class="button button-small button-danger"
|
<li><?php echo htmlspecialchars((string)$port['name']); ?></li>
|
||||||
data-confirm-delete="true"
|
<?php endforeach; ?>
|
||||||
data-confirm-message="Diese Verbindung wirklich löschen?"
|
</ul>
|
||||||
data-confirm-feedback="Löschen noch nicht implementiert">
|
<?php endif; ?>
|
||||||
Löschen
|
<?php else: ?>
|
||||||
</a>
|
<h3>Ausgewaehltes Geraet</h3>
|
||||||
</td>
|
<p><em>Bitte ein Geraet im Filter auswaehlen.</em></p>
|
||||||
</tr>
|
<?php endif; ?>
|
||||||
<?php endforeach; ?>
|
</section>
|
||||||
</tbody>
|
</aside>
|
||||||
</table>
|
|
||||||
|
|
||||||
<?php else: ?>
|
|
||||||
<div class="empty-state">
|
|
||||||
<p>Keine Verbindungen gefunden.</p>
|
|
||||||
<p>
|
|
||||||
<a href="?module=connections&action=edit" class="button button-primary">
|
|
||||||
Erste Verbindung anlegen
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- =========================
|
<style>
|
||||||
Sidebar / Details
|
.connections-layout {
|
||||||
========================= -->
|
display: grid;
|
||||||
|
grid-template-columns: minmax(0, 1fr) 320px;
|
||||||
|
gap: 20px;
|
||||||
|
align-items: start;
|
||||||
|
}
|
||||||
|
|
||||||
<aside class="sidebar">
|
.connections-sidebar {
|
||||||
<?php if ($selectedDevice): ?>
|
position: sticky;
|
||||||
<h3>Ausgewähltes Gerät</h3>
|
top: 92px;
|
||||||
<p><strong><?php echo htmlspecialchars($selectedDevice['name']); ?></strong></p>
|
display: grid;
|
||||||
<p>Typ: <?php echo htmlspecialchars($selectedDevice['type_name'] ?? '—'); ?></p>
|
gap: 12px;
|
||||||
<p>Ports: <?php echo (int)$selectedDevice['port_count']; ?></p>
|
}
|
||||||
<p>Verbindungen: <?php echo (int)$selectedDevice['connection_count']; ?></p>
|
|
||||||
<p>
|
|
||||||
VLANs:
|
|
||||||
<?php if (!empty($selectedDeviceVlans)): ?>
|
|
||||||
<?php echo htmlspecialchars(implode(', ', $selectedDeviceVlans)); ?>
|
|
||||||
<?php else: ?>
|
|
||||||
—
|
|
||||||
<?php endif; ?>
|
|
||||||
</p>
|
|
||||||
<?php if (!empty($selectedDevicePorts)): ?>
|
|
||||||
<h4>Ports (max. 12)</h4>
|
|
||||||
<ul>
|
|
||||||
<?php foreach ($selectedDevicePorts as $port): ?>
|
|
||||||
<li><?php echo htmlspecialchars($port['name']); ?></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ul>
|
|
||||||
<?php endif; ?>
|
|
||||||
<?php else: ?>
|
|
||||||
<p><em>Bitte ein Gerät im Filter auswählen.</em></p>
|
|
||||||
<?php endif; ?>
|
|
||||||
|
|
||||||
<!-- TODO: Verbindung bearbeiten / löschen -->
|
.sidebar-card {
|
||||||
</aside>
|
background: #fff;
|
||||||
|
border: 1px solid #e0e6ef;
|
||||||
|
border-radius: 12px;
|
||||||
|
padding: 14px;
|
||||||
|
box-shadow: 0 8px 24px rgba(15, 26, 45, 0.08);
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar-card h3,
|
||||||
|
.sidebar-card h4 {
|
||||||
|
margin: 0 0 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar-card p {
|
||||||
|
margin: 0 0 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar-actions {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
gap: 8px;
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.connection-row-selected {
|
||||||
|
background: #edf5ff;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1100px) {
|
||||||
|
.connections-layout {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
}
|
||||||
|
|
||||||
|
.connections-sidebar {
|
||||||
|
position: static;
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
document.addEventListener('DOMContentLoaded', () => {
|
||||||
|
document.querySelectorAll('.js-connection-delete').forEach((button) => {
|
||||||
|
button.addEventListener('click', () => {
|
||||||
|
const id = Number(button.dataset.connectionId || '0');
|
||||||
|
if (id <= 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!confirm('Diese Verbindung wirklich loeschen?')) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
fetch('?module=connections&action=delete', {
|
||||||
|
method: 'POST',
|
||||||
|
headers: { 'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8' },
|
||||||
|
body: 'id=' + encodeURIComponent(id)
|
||||||
|
})
|
||||||
|
.then((response) => response.json())
|
||||||
|
.then((data) => {
|
||||||
|
if (data && data.success) {
|
||||||
|
window.location.reload();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
alert((data && data.message) ? data.message : 'Loeschen fehlgeschlagen');
|
||||||
|
})
|
||||||
|
.catch(() => alert('Loeschen fehlgeschlagen'));
|
||||||
|
});
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|||||||
@@ -88,6 +88,7 @@ if ($isEndpointUsed($portBType, $portBId)) {
|
|||||||
|
|
||||||
if (!empty($errors)) {
|
if (!empty($errors)) {
|
||||||
$_SESSION['error'] = implode(', ', $errors);
|
$_SESSION['error'] = implode(', ', $errors);
|
||||||
|
$_SESSION['validation_errors'] = $errors;
|
||||||
$redirectUrl = $connId ? "?module=connections&action=edit&id=$connId" : "?module=connections&action=edit";
|
$redirectUrl = $connId ? "?module=connections&action=edit&id=$connId" : "?module=connections&action=edit";
|
||||||
header("Location: $redirectUrl");
|
header("Location: $redirectUrl");
|
||||||
exit;
|
exit;
|
||||||
@@ -123,6 +124,7 @@ if ($connId > 0) {
|
|||||||
|
|
||||||
if ($connectionTypeId <= 0) {
|
if ($connectionTypeId <= 0) {
|
||||||
$_SESSION['error'] = "Kein Verbindungstyp verfuegbar";
|
$_SESSION['error'] = "Kein Verbindungstyp verfuegbar";
|
||||||
|
$_SESSION['validation_errors'] = ["Kein Verbindungstyp verfuegbar"];
|
||||||
header("Location: ?module=connections&action=edit");
|
header("Location: ?module=connections&action=edit");
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -49,6 +49,7 @@ if (!in_array($category, ['switch', 'server', 'patchpanel', 'other'])) {
|
|||||||
// Falls Fehler: zurück zum Edit-Formular
|
// Falls Fehler: zurück zum Edit-Formular
|
||||||
if (!empty($errors)) {
|
if (!empty($errors)) {
|
||||||
$_SESSION['error'] = implode(', ', $errors);
|
$_SESSION['error'] = implode(', ', $errors);
|
||||||
|
$_SESSION['validation_errors'] = $errors;
|
||||||
header('Location: ?module=device_types&action=edit' . ($deviceTypeId ? "&id=$deviceTypeId" : ""));
|
header('Location: ?module=device_types&action=edit' . ($deviceTypeId ? "&id=$deviceTypeId" : ""));
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
@@ -67,6 +68,7 @@ if (!empty($_FILES['image']['name'])) {
|
|||||||
// Nur SVG, JPG, PNG erlaubt
|
// Nur SVG, JPG, PNG erlaubt
|
||||||
if (!in_array($fileExt, ['svg', 'jpg', 'jpeg', 'png'])) {
|
if (!in_array($fileExt, ['svg', 'jpg', 'jpeg', 'png'])) {
|
||||||
$_SESSION['error'] = "Nur SVG, JPG und PNG sind erlaubt";
|
$_SESSION['error'] = "Nur SVG, JPG und PNG sind erlaubt";
|
||||||
|
$_SESSION['validation_errors'] = ["Nur SVG, JPG und PNG sind erlaubt"];
|
||||||
header('Location: ?module=device_types&action=edit' . ($deviceTypeId ? "&id=$deviceTypeId" : ""));
|
header('Location: ?module=device_types&action=edit' . ($deviceTypeId ? "&id=$deviceTypeId" : ""));
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
@@ -86,6 +88,7 @@ if (!empty($_FILES['image']['name'])) {
|
|||||||
$imageType = $fileExt === 'svg' ? 'svg' : 'bitmap';
|
$imageType = $fileExt === 'svg' ? 'svg' : 'bitmap';
|
||||||
} else {
|
} else {
|
||||||
$_SESSION['error'] = "Datei-Upload fehlgeschlagen";
|
$_SESSION['error'] = "Datei-Upload fehlgeschlagen";
|
||||||
|
$_SESSION['validation_errors'] = ["Datei-Upload fehlgeschlagen"];
|
||||||
header('Location: ?module=device_types&action=edit' . ($deviceTypeId ? "&id=$deviceTypeId" : ""));
|
header('Location: ?module=device_types&action=edit' . ($deviceTypeId ? "&id=$deviceTypeId" : ""));
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,12 +3,20 @@
|
|||||||
* app/modules/devices/delete.php
|
* app/modules/devices/delete.php
|
||||||
*
|
*
|
||||||
* Loescht ein Geraet. Bei Abhaengigkeiten ist force=1 erforderlich.
|
* Loescht ein Geraet. Bei Abhaengigkeiten ist force=1 erforderlich.
|
||||||
|
* Unterstuetzt GET-Redirects und AJAX-POST.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$deviceId = (int)($_GET['id'] ?? 0);
|
$isPost = ($_SERVER['REQUEST_METHOD'] ?? '') === 'POST';
|
||||||
$forceDelete = (int)($_GET['force'] ?? 0) === 1;
|
$deviceId = (int)($_POST['id'] ?? $_GET['id'] ?? 0);
|
||||||
|
$forceDelete = (int)($_POST['force'] ?? $_GET['force'] ?? 0) === 1;
|
||||||
|
|
||||||
if ($deviceId <= 0) {
|
if ($deviceId <= 0) {
|
||||||
|
if ($isPost) {
|
||||||
|
header('Content-Type: application/json; charset=utf-8');
|
||||||
|
http_response_code(400);
|
||||||
|
echo json_encode(['success' => false, 'message' => 'Ungueltige Geraete-ID']);
|
||||||
|
exit;
|
||||||
|
}
|
||||||
$_SESSION['error'] = "Ungueltige Geraete-ID";
|
$_SESSION['error'] = "Ungueltige Geraete-ID";
|
||||||
header('Location: ?module=devices&action=list');
|
header('Location: ?module=devices&action=list');
|
||||||
exit;
|
exit;
|
||||||
@@ -21,6 +29,12 @@ $device = $sql->single(
|
|||||||
);
|
);
|
||||||
|
|
||||||
if (!$device) {
|
if (!$device) {
|
||||||
|
if ($isPost) {
|
||||||
|
header('Content-Type: application/json; charset=utf-8');
|
||||||
|
http_response_code(404);
|
||||||
|
echo json_encode(['success' => false, 'message' => 'Geraet nicht gefunden']);
|
||||||
|
exit;
|
||||||
|
}
|
||||||
$_SESSION['error'] = "Geraet nicht gefunden";
|
$_SESSION['error'] = "Geraet nicht gefunden";
|
||||||
header('Location: ?module=devices&action=list');
|
header('Location: ?module=devices&action=list');
|
||||||
exit;
|
exit;
|
||||||
@@ -70,7 +84,23 @@ if ($hasDependencies && !$forceDelete) {
|
|||||||
$parts[] = $moduleCount . ' Port-Module';
|
$parts[] = $moduleCount . ' Port-Module';
|
||||||
}
|
}
|
||||||
|
|
||||||
$_SESSION['error'] = "Geraet hat abhaengige Daten (" . implode(', ', $parts) . "). Loeschen bitte bestaetigen.";
|
$dependencyMessage = "Geraet hat abhaengige Daten (" . implode(', ', $parts) . "). Loeschen bitte bestaetigen.";
|
||||||
|
if ($isPost) {
|
||||||
|
header('Content-Type: application/json; charset=utf-8');
|
||||||
|
http_response_code(409);
|
||||||
|
echo json_encode([
|
||||||
|
'success' => false,
|
||||||
|
'requires_force' => true,
|
||||||
|
'message' => $dependencyMessage,
|
||||||
|
'dependencies' => [
|
||||||
|
'connections' => $connectionCount,
|
||||||
|
'ports' => $portCount,
|
||||||
|
'modules' => $moduleCount
|
||||||
|
]
|
||||||
|
]);
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
$_SESSION['error'] = $dependencyMessage;
|
||||||
header('Location: ?module=devices&action=edit&id=' . urlencode((string)$deviceId));
|
header('Location: ?module=devices&action=edit&id=' . urlencode((string)$deviceId));
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
@@ -91,8 +121,19 @@ $deleted = $sql->set(
|
|||||||
);
|
);
|
||||||
|
|
||||||
if ($deleted > 0) {
|
if ($deleted > 0) {
|
||||||
|
if ($isPost) {
|
||||||
|
header('Content-Type: application/json; charset=utf-8');
|
||||||
|
echo json_encode(['success' => true, 'message' => "Geraet geloescht: " . $device['name']]);
|
||||||
|
exit;
|
||||||
|
}
|
||||||
$_SESSION['success'] = "Geraet geloescht: " . $device['name'];
|
$_SESSION['success'] = "Geraet geloescht: " . $device['name'];
|
||||||
} else {
|
} else {
|
||||||
|
if ($isPost) {
|
||||||
|
header('Content-Type: application/json; charset=utf-8');
|
||||||
|
http_response_code(500);
|
||||||
|
echo json_encode(['success' => false, 'message' => 'Geraet konnte nicht geloescht werden']);
|
||||||
|
exit;
|
||||||
|
}
|
||||||
$_SESSION['error'] = "Geraet konnte nicht geloescht werden";
|
$_SESSION['error'] = "Geraet konnte nicht geloescht werden";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -64,6 +64,19 @@ if ($isEdit) {
|
|||||||
// =========================
|
// =========================
|
||||||
$deviceTypes = $sql->get("SELECT id, name, category FROM device_types ORDER BY name", "", []);
|
$deviceTypes = $sql->get("SELECT id, name, category FROM device_types ORDER BY name", "", []);
|
||||||
$racks = $sql->get("SELECT id, name FROM racks ORDER BY name", "", []);
|
$racks = $sql->get("SELECT id, name FROM racks ORDER BY name", "", []);
|
||||||
|
$devicePorts = [];
|
||||||
|
|
||||||
|
if ($isEdit) {
|
||||||
|
$devicePorts = $sql->get(
|
||||||
|
"SELECT dp.id, dp.name, dp.status, dp.mode, dp.vlan_config, pt.name AS port_type_name
|
||||||
|
FROM device_ports dp
|
||||||
|
LEFT JOIN port_types pt ON pt.id = dp.port_type_id
|
||||||
|
WHERE dp.device_id = ?
|
||||||
|
ORDER BY dp.id",
|
||||||
|
"i",
|
||||||
|
[$deviceId]
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
@@ -160,6 +173,67 @@ $racks = $sql->get("SELECT id, name FROM racks ORDER BY name", "", []);
|
|||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
|
<fieldset>
|
||||||
|
<legend>Ports</legend>
|
||||||
|
<?php if ($isEdit): ?>
|
||||||
|
<?php if (!empty($devicePorts)): ?>
|
||||||
|
<p><small>Portstatus und VLAN-Zuordnung koennen hier direkt gepflegt werden (VLANs kommagetrennt, z. B. 10,20,30).</small></p>
|
||||||
|
<table class="device-port-table">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Name</th>
|
||||||
|
<th>Port-Typ</th>
|
||||||
|
<th>Status</th>
|
||||||
|
<th>Modus</th>
|
||||||
|
<th>VLANs</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<?php foreach ($devicePorts as $port): ?>
|
||||||
|
<?php
|
||||||
|
$vlanValue = '';
|
||||||
|
if (!empty($port['vlan_config'])) {
|
||||||
|
$decodedVlans = json_decode((string)$port['vlan_config'], true);
|
||||||
|
if (is_array($decodedVlans)) {
|
||||||
|
$vlanValue = implode(', ', array_map('strval', $decodedVlans));
|
||||||
|
} else {
|
||||||
|
$vlanValue = (string)$port['vlan_config'];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
$statusValue = (string)($port['status'] ?? 'active');
|
||||||
|
if (!in_array($statusValue, ['active', 'disabled'], true)) {
|
||||||
|
$statusValue = 'active';
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<input type="text" name="device_ports[<?php echo (int)$port['id']; ?>][name]" value="<?php echo htmlspecialchars((string)$port['name']); ?>">
|
||||||
|
</td>
|
||||||
|
<td><?php echo htmlspecialchars((string)($port['port_type_name'] ?? '-')); ?></td>
|
||||||
|
<td>
|
||||||
|
<select name="device_ports[<?php echo (int)$port['id']; ?>][status]">
|
||||||
|
<option value="active" <?php echo $statusValue === 'active' ? 'selected' : ''; ?>>aktiv</option>
|
||||||
|
<option value="disabled" <?php echo $statusValue === 'disabled' ? 'selected' : ''; ?>>inaktiv</option>
|
||||||
|
</select>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<input type="text" name="device_ports[<?php echo (int)$port['id']; ?>][mode]" value="<?php echo htmlspecialchars((string)($port['mode'] ?? '')); ?>" placeholder="z. B. access/trunk">
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<input type="text" name="device_ports[<?php echo (int)$port['id']; ?>][vlan_config]" value="<?php echo htmlspecialchars($vlanValue); ?>" placeholder="10,20,30">
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<?php endforeach; ?>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<?php else: ?>
|
||||||
|
<p><small>Zu diesem Geraet sind aktuell keine Ports vorhanden.</small></p>
|
||||||
|
<?php endif; ?>
|
||||||
|
<?php else: ?>
|
||||||
|
<p><small>Ports werden nach dem ersten Speichern automatisch aus dem Geraetetyp erzeugt und koennen dann hier gepflegt werden.</small></p>
|
||||||
|
<?php endif; ?>
|
||||||
|
</fieldset>
|
||||||
|
|
||||||
<!-- =========================
|
<!-- =========================
|
||||||
Aktionen
|
Aktionen
|
||||||
========================= -->
|
========================= -->
|
||||||
@@ -264,34 +338,64 @@ $racks = $sql->get("SELECT id, name FROM racks ORDER BY name", "", []);
|
|||||||
.button:hover {
|
.button:hover {
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.device-port-table {
|
||||||
|
width: 100%;
|
||||||
|
border-collapse: collapse;
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.device-port-table th,
|
||||||
|
.device-port-table td {
|
||||||
|
border-bottom: 1px solid #ddd;
|
||||||
|
padding: 8px;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.device-port-table input,
|
||||||
|
.device-port-table select {
|
||||||
|
width: 100%;
|
||||||
|
min-width: 120px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
function confirmDelete(link, id, connectionCount, portCount, moduleCount) {
|
function confirmDelete(link, id, connectionCount, portCount, moduleCount) {
|
||||||
if (confirm('Dieses Gerät wirklich löschen?')) {
|
if (!confirm('Dieses Geraet wirklich loeschen?')) {
|
||||||
const hasDependencies = (connectionCount > 0) || (portCount > 0) || (moduleCount > 0);
|
return false;
|
||||||
if (hasDependencies) {
|
|
||||||
const details = [];
|
|
||||||
if (connectionCount > 0) {
|
|
||||||
details.push(connectionCount + ' Verbindungen');
|
|
||||||
}
|
|
||||||
if (portCount > 0) {
|
|
||||||
details.push(portCount + ' Ports');
|
|
||||||
}
|
|
||||||
if (moduleCount > 0) {
|
|
||||||
details.push(moduleCount + ' Port-Module');
|
|
||||||
}
|
|
||||||
const dependencyMessage = 'Es gibt abhängige Daten (' + details.join(', ') + '). Diese auch löschen?';
|
|
||||||
if (!confirm(dependencyMessage)) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
window.location.href = (link && link.href ? link.href : ('?module=devices&action=delete&id=' + encodeURIComponent(id))) + '&force=1';
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const requestDelete = (forceDelete) => {
|
||||||
|
const body = ['id=' + encodeURIComponent(id)];
|
||||||
|
if (forceDelete) {
|
||||||
|
body.push('force=1');
|
||||||
|
}
|
||||||
|
|
||||||
|
fetch('?module=devices&action=delete', {
|
||||||
|
method: 'POST',
|
||||||
|
headers: { 'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8' },
|
||||||
|
body: body.join('&')
|
||||||
|
})
|
||||||
|
.then((response) => response.json())
|
||||||
|
.then((data) => {
|
||||||
|
if (data && data.success) {
|
||||||
|
window.location.href = '?module=devices&action=list';
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (data && data.requires_force) {
|
||||||
|
if (confirm(data.message || 'Es gibt abhaengige Daten. Trotzdem loeschen?')) {
|
||||||
|
requestDelete(true);
|
||||||
|
}
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
alert((data && data.message) ? data.message : 'Loeschen fehlgeschlagen');
|
||||||
|
})
|
||||||
|
.catch(() => alert('Loeschen fehlgeschlagen'));
|
||||||
|
};
|
||||||
|
|
||||||
|
requestDelete(false);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* modules/devices/list.php
|
* modules/devices/list.php
|
||||||
* Vollständige Geräteübersicht mit Filter
|
* Vollstaendige Geraeteuebersicht mit Filter
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// =========================
|
// =========================
|
||||||
@@ -22,69 +22,88 @@ $params = [];
|
|||||||
|
|
||||||
if ($search !== '') {
|
if ($search !== '') {
|
||||||
$where[] = "(d.name LIKE ? OR d.serial_number LIKE ? OR dt.name LIKE ?)";
|
$where[] = "(d.name LIKE ? OR d.serial_number LIKE ? OR dt.name LIKE ?)";
|
||||||
$types .= "sss";
|
$types .= 'sss';
|
||||||
$params[] = "%$search%";
|
$params[] = "%$search%";
|
||||||
$params[] = "%$search%";
|
$params[] = "%$search%";
|
||||||
$params[] = "%$search%";
|
$params[] = "%$search%";
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($typeId > 0) {
|
if ($typeId > 0) {
|
||||||
$where[] = "d.device_type_id = ?";
|
$where[] = 'd.device_type_id = ?';
|
||||||
$types .= "i";
|
$types .= 'i';
|
||||||
$params[] = $typeId;
|
$params[] = $typeId;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($floorId > 0) {
|
if ($floorId > 0) {
|
||||||
$where[] = "f.id = ?";
|
$where[] = 'f.id = ?';
|
||||||
$types .= "i";
|
$types .= 'i';
|
||||||
$params[] = $floorId;
|
$params[] = $floorId;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($rackId > 0) {
|
if ($rackId > 0) {
|
||||||
$where[] = "d.rack_id = ?";
|
$where[] = 'd.rack_id = ?';
|
||||||
$types .= "i";
|
$types .= 'i';
|
||||||
$params[] = $rackId;
|
$params[] = $rackId;
|
||||||
}
|
}
|
||||||
|
|
||||||
$whereSql = $where ? 'WHERE ' . implode(' AND ', $where) : '';
|
$whereSql = $where ? 'WHERE ' . implode(' AND ', $where) : '';
|
||||||
|
|
||||||
// =========================
|
// =========================
|
||||||
// Geräte laden
|
// Geraete laden
|
||||||
// =========================
|
// =========================
|
||||||
$devices = $sql->get(
|
$devices = $sql->get(
|
||||||
"
|
"
|
||||||
SELECT
|
SELECT
|
||||||
d.id,
|
d.id,
|
||||||
d.name,
|
d.name,
|
||||||
d.serial_number,
|
d.serial_number,
|
||||||
d.rack_position_he,
|
d.rack_position_he,
|
||||||
d.rack_height_he,
|
d.rack_height_he,
|
||||||
d.web_config_url,
|
d.web_config_url,
|
||||||
dt.name AS device_type,
|
dt.name AS device_type,
|
||||||
dt.image_path,
|
dt.image_path,
|
||||||
f.name AS floor_name,
|
f.name AS floor_name,
|
||||||
r.name AS rack_name,
|
r.name AS rack_name,
|
||||||
(
|
(
|
||||||
SELECT COUNT(*)
|
SELECT COUNT(*)
|
||||||
FROM device_ports dp
|
FROM device_ports dp
|
||||||
WHERE dp.device_id = d.id
|
WHERE dp.device_id = d.id
|
||||||
) AS port_count,
|
) AS port_count,
|
||||||
(
|
(
|
||||||
SELECT COUNT(*)
|
SELECT COUNT(*)
|
||||||
FROM device_port_modules dpm
|
FROM device_ports dp
|
||||||
JOIN device_ports dp2 ON dp2.id = dpm.device_port_id
|
WHERE dp.device_id = d.id
|
||||||
WHERE dp2.device_id = d.id
|
AND dp.status = 'active'
|
||||||
) AS module_count,
|
) AS active_port_count,
|
||||||
(
|
(
|
||||||
SELECT COUNT(*)
|
SELECT COUNT(*)
|
||||||
FROM connections c
|
FROM device_ports dp
|
||||||
WHERE (c.port_a_type = 'device' AND c.port_a_id IN (
|
WHERE dp.device_id = d.id
|
||||||
SELECT dp3.id FROM device_ports dp3 WHERE dp3.device_id = d.id
|
AND dp.status = 'disabled'
|
||||||
))
|
) AS disabled_port_count,
|
||||||
OR (c.port_b_type = 'device' AND c.port_b_id IN (
|
(
|
||||||
SELECT dp4.id FROM device_ports dp4 WHERE dp4.device_id = d.id
|
SELECT COUNT(*)
|
||||||
))
|
FROM device_ports dp
|
||||||
) AS connection_count
|
WHERE dp.device_id = d.id
|
||||||
|
AND dp.vlan_config IS NOT NULL
|
||||||
|
AND dp.vlan_config <> '[]'
|
||||||
|
) AS vlan_port_count,
|
||||||
|
(
|
||||||
|
SELECT COUNT(*)
|
||||||
|
FROM device_port_modules dpm
|
||||||
|
JOIN device_ports dp2 ON dp2.id = dpm.device_port_id
|
||||||
|
WHERE dp2.device_id = d.id
|
||||||
|
) AS module_count,
|
||||||
|
(
|
||||||
|
SELECT COUNT(*)
|
||||||
|
FROM connections c
|
||||||
|
WHERE (c.port_a_type = 'device' AND c.port_a_id IN (
|
||||||
|
SELECT dp3.id FROM device_ports dp3 WHERE dp3.device_id = d.id
|
||||||
|
))
|
||||||
|
OR (c.port_b_type = 'device' AND c.port_b_id IN (
|
||||||
|
SELECT dp4.id FROM device_ports dp4 WHERE dp4.device_id = d.id
|
||||||
|
))
|
||||||
|
) AS connection_count
|
||||||
FROM devices d
|
FROM devices d
|
||||||
JOIN device_types dt ON dt.id = d.device_type_id
|
JOIN device_types dt ON dt.id = d.device_type_id
|
||||||
LEFT JOIN racks r ON r.id = d.rack_id
|
LEFT JOIN racks r ON r.id = d.rack_id
|
||||||
@@ -99,22 +118,19 @@ $whereSql = $where ? 'WHERE ' . implode(' AND ', $where) : '';
|
|||||||
// =========================
|
// =========================
|
||||||
// Filter-Daten laden
|
// Filter-Daten laden
|
||||||
// =========================
|
// =========================
|
||||||
$deviceTypes = $sql->get("SELECT id, name FROM device_types ORDER BY name", "", []);
|
$deviceTypes = $sql->get('SELECT id, name FROM device_types ORDER BY name', '', []);
|
||||||
$floors = $sql->get("SELECT id, name FROM floors ORDER BY name", "", []);
|
$floors = $sql->get('SELECT id, name FROM floors ORDER BY name', '', []);
|
||||||
$racks = $sql->get("SELECT id, name FROM racks ORDER BY name", "", []);
|
$racks = $sql->get('SELECT id, name FROM racks ORDER BY name', '', []);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="devices-container">
|
<div class="devices-container">
|
||||||
<h1>Geräte</h1>
|
<h1>Geraete</h1>
|
||||||
|
|
||||||
<!-- =========================
|
|
||||||
Filter-Toolbar
|
|
||||||
========================= -->
|
|
||||||
<form method="get" class="filter-form">
|
<form method="get" class="filter-form">
|
||||||
<input type="hidden" name="module" value="devices">
|
<input type="hidden" name="module" value="devices">
|
||||||
<input type="hidden" name="action" value="list">
|
<input type="hidden" name="action" value="list">
|
||||||
|
|
||||||
<input type="text" name="search" placeholder="Suche nach Name oder Seriennummer…"
|
<input type="text" name="search" placeholder="Suche nach Name oder Seriennummer..."
|
||||||
value="<?php echo htmlspecialchars($search); ?>" class="search-input">
|
value="<?php echo htmlspecialchars($search); ?>" class="search-input">
|
||||||
|
|
||||||
<select name="type_id">
|
<select name="type_id">
|
||||||
@@ -149,16 +165,13 @@ $racks = $sql->get("SELECT id, name FROM racks ORDER BY name", "", []);
|
|||||||
<a href="?module=devices&action=list" class="button">Reset</a>
|
<a href="?module=devices&action=list" class="button">Reset</a>
|
||||||
|
|
||||||
<a href="?module=devices&action=edit" class="button button-primary" style="margin-left: auto;">
|
<a href="?module=devices&action=edit" class="button button-primary" style="margin-left: auto;">
|
||||||
+ Neues Gerät
|
+ Neues Geraet
|
||||||
</a>
|
</a>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<!-- =========================
|
|
||||||
Geräte-Liste
|
|
||||||
========================= -->
|
|
||||||
<?php if (!empty($devices)): ?>
|
<?php if (!empty($devices)): ?>
|
||||||
<div class="device-stats">
|
<div class="device-stats">
|
||||||
<p>Gefundene Geräte: <strong><?php echo count($devices); ?></strong></p>
|
<p>Gefundene Geraete: <strong><?php echo count($devices); ?></strong></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class="device-list">
|
<table class="device-list">
|
||||||
@@ -169,6 +182,7 @@ $racks = $sql->get("SELECT id, name FROM racks ORDER BY name", "", []);
|
|||||||
<th>Stockwerk</th>
|
<th>Stockwerk</th>
|
||||||
<th>Rack</th>
|
<th>Rack</th>
|
||||||
<th>Position (HE)</th>
|
<th>Position (HE)</th>
|
||||||
|
<th>Ports</th>
|
||||||
<th>Seriennummer</th>
|
<th>Seriennummer</th>
|
||||||
<th>Webconfig</th>
|
<th>Webconfig</th>
|
||||||
<th>Aktionen</th>
|
<th>Aktionen</th>
|
||||||
@@ -186,28 +200,37 @@ $racks = $sql->get("SELECT id, name FROM racks ORDER BY name", "", []);
|
|||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
<?php echo htmlspecialchars($d['floor_name'] ?? '—'); ?>
|
<?php echo htmlspecialchars($d['floor_name'] ?? '-'); ?>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
<?php echo htmlspecialchars($d['rack_name'] ?? '—'); ?>
|
<?php echo htmlspecialchars($d['rack_name'] ?? '-'); ?>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
<?php
|
<?php
|
||||||
if ($d['rack_position_he']) {
|
if ($d['rack_position_he']) {
|
||||||
echo $d['rack_position_he'];
|
echo (int)$d['rack_position_he'];
|
||||||
if ($d['rack_height_he']) {
|
if ($d['rack_height_he']) {
|
||||||
echo "–" . ($d['rack_position_he'] + $d['rack_height_he'] - 1);
|
echo '-' . ((int)$d['rack_position_he'] + (int)$d['rack_height_he'] - 1);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
echo "—";
|
echo '-';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
<small><?php echo htmlspecialchars($d['serial_number'] ?? '—'); ?></small>
|
<small>
|
||||||
|
<?php echo (int)$d['port_count']; ?> gesamt<br>
|
||||||
|
<?php echo (int)$d['active_port_count']; ?> aktiv /
|
||||||
|
<?php echo (int)$d['disabled_port_count']; ?> inaktiv<br>
|
||||||
|
VLAN gesetzt: <?php echo (int)$d['vlan_port_count']; ?>
|
||||||
|
</small>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td>
|
||||||
|
<small><?php echo htmlspecialchars($d['serial_number'] ?? '-'); ?></small>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
@@ -216,13 +239,13 @@ $racks = $sql->get("SELECT id, name FROM racks ORDER BY name", "", []);
|
|||||||
Webconfig
|
Webconfig
|
||||||
</a>
|
</a>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
—
|
-
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td class="actions">
|
<td class="actions">
|
||||||
<a href="?module=devices&action=edit&id=<?php echo $d['id']; ?>" class="button button-small">Bearbeiten</a>
|
<a href="?module=devices&action=edit&id=<?php echo $d['id']; ?>" class="button button-small">Bearbeiten</a>
|
||||||
<a href="?module=devices&action=delete&id=<?php echo (int)$d['id']; ?>" class="button button-small button-danger" onclick="return confirmDelete(this, <?php echo (int)$d['id']; ?>, <?php echo (int)$d['connection_count']; ?>, <?php echo (int)$d['port_count']; ?>, <?php echo (int)$d['module_count']; ?>)">Löschen</a>
|
<a href="?module=devices&action=delete&id=<?php echo (int)$d['id']; ?>" class="button button-small button-danger" onclick="return confirmDelete(this, <?php echo (int)$d['id']; ?>, <?php echo (int)$d['connection_count']; ?>, <?php echo (int)$d['port_count']; ?>, <?php echo (int)$d['module_count']; ?>)">Loeschen</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
@@ -231,10 +254,10 @@ $racks = $sql->get("SELECT id, name FROM racks ORDER BY name", "", []);
|
|||||||
|
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<div class="empty-state">
|
<div class="empty-state">
|
||||||
<p>Keine Geräte gefunden.</p>
|
<p>Keine Geraete gefunden.</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="?module=devices&action=edit" class="button button-primary">
|
<a href="?module=devices&action=edit" class="button button-primary">
|
||||||
Erstes Gerät anlegen
|
Erstes Geraet anlegen
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@@ -351,33 +374,41 @@ $racks = $sql->get("SELECT id, name FROM racks ORDER BY name", "", []);
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
function confirmDelete(link, id, connectionCount, portCount, moduleCount) {
|
function confirmDelete(link, id, connectionCount, portCount, moduleCount) {
|
||||||
if (confirm('Dieses Gerät wirklich löschen?')) {
|
if (!confirm('Dieses Geraet wirklich loeschen?')) {
|
||||||
const hasDependencies = (connectionCount > 0) || (portCount > 0) || (moduleCount > 0);
|
return false;
|
||||||
if (hasDependencies) {
|
|
||||||
const details = [];
|
|
||||||
if (connectionCount > 0) {
|
|
||||||
details.push(connectionCount + ' Verbindungen');
|
|
||||||
}
|
|
||||||
if (portCount > 0) {
|
|
||||||
details.push(portCount + ' Ports');
|
|
||||||
}
|
|
||||||
if (moduleCount > 0) {
|
|
||||||
details.push(moduleCount + ' Port-Module');
|
|
||||||
}
|
|
||||||
const dependencyMessage = 'Es gibt abhängige Daten (' + details.join(', ') + '). Diese auch löschen?';
|
|
||||||
if (!confirm(dependencyMessage)) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
window.location.href = (link && link.href ? link.href : ('?module=devices&action=delete&id=' + encodeURIComponent(id))) + '&force=1';
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const requestDelete = (forceDelete) => {
|
||||||
|
const body = ['id=' + encodeURIComponent(id)];
|
||||||
|
if (forceDelete) {
|
||||||
|
body.push('force=1');
|
||||||
|
}
|
||||||
|
|
||||||
|
fetch('?module=devices&action=delete', {
|
||||||
|
method: 'POST',
|
||||||
|
headers: { 'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8' },
|
||||||
|
body: body.join('&')
|
||||||
|
})
|
||||||
|
.then((response) => response.json())
|
||||||
|
.then((data) => {
|
||||||
|
if (data && data.success) {
|
||||||
|
window.location.reload();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (data && data.requires_force) {
|
||||||
|
if (confirm(data.message || 'Es gibt abhaengige Daten. Trotzdem loeschen?')) {
|
||||||
|
requestDelete(true);
|
||||||
|
}
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
alert((data && data.message) ? data.message : 'Loeschen fehlgeschlagen');
|
||||||
|
})
|
||||||
|
.catch(() => alert('Loeschen fehlgeschlagen'));
|
||||||
|
};
|
||||||
|
|
||||||
|
requestDelete(false);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ $rackHeightHe = (int)($_POST['rack_height_he'] ?? 1);
|
|||||||
$serialNumber = trim($_POST['serial_number'] ?? '');
|
$serialNumber = trim($_POST['serial_number'] ?? '');
|
||||||
$comment = trim($_POST['comment'] ?? '');
|
$comment = trim($_POST['comment'] ?? '');
|
||||||
$webConfigUrl = trim($_POST['web_config_url'] ?? '');
|
$webConfigUrl = trim($_POST['web_config_url'] ?? '');
|
||||||
|
$devicePortRows = is_array($_POST['device_ports'] ?? null) ? $_POST['device_ports'] : [];
|
||||||
if ($webConfigUrl === '') {
|
if ($webConfigUrl === '') {
|
||||||
$webConfigUrl = null;
|
$webConfigUrl = null;
|
||||||
}
|
}
|
||||||
@@ -57,6 +58,7 @@ if ($rackHeightHe < 1) {
|
|||||||
// Falls Fehler: zurück zum Edit-Formular
|
// Falls Fehler: zurück zum Edit-Formular
|
||||||
if (!empty($errors)) {
|
if (!empty($errors)) {
|
||||||
$_SESSION['error'] = implode(', ', $errors);
|
$_SESSION['error'] = implode(', ', $errors);
|
||||||
|
$_SESSION['validation_errors'] = $errors;
|
||||||
$redirectUrl = $deviceId ? "?module=devices&action=edit&id=$deviceId" : "?module=devices&action=edit";
|
$redirectUrl = $deviceId ? "?module=devices&action=edit&id=$deviceId" : "?module=devices&action=edit";
|
||||||
header("Location: $redirectUrl");
|
header("Location: $redirectUrl");
|
||||||
exit;
|
exit;
|
||||||
@@ -87,6 +89,9 @@ if ($isNewDevice) {
|
|||||||
if ($isNewDevice && $deviceId > 0) {
|
if ($isNewDevice && $deviceId > 0) {
|
||||||
copyDevicePortsFromType($sql, $deviceId, $deviceTypeId);
|
copyDevicePortsFromType($sql, $deviceId, $deviceTypeId);
|
||||||
}
|
}
|
||||||
|
if ($deviceId > 0 && !$isNewDevice && !empty($devicePortRows)) {
|
||||||
|
syncDevicePorts($sql, $deviceId, $devicePortRows);
|
||||||
|
}
|
||||||
|
|
||||||
$_SESSION['success'] = "Gerät gespeichert";
|
$_SESSION['success'] = "Gerät gespeichert";
|
||||||
|
|
||||||
@@ -138,3 +143,105 @@ function copyDevicePortsFromType($sql, $deviceId, $deviceTypeId)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function syncDevicePorts($sql, $deviceId, array $rows)
|
||||||
|
{
|
||||||
|
$ports = $sql->get(
|
||||||
|
"SELECT id, name FROM device_ports WHERE device_id = ?",
|
||||||
|
"i",
|
||||||
|
[$deviceId]
|
||||||
|
);
|
||||||
|
if (empty($ports)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
$allowedIds = [];
|
||||||
|
$currentNames = [];
|
||||||
|
foreach ($ports as $port) {
|
||||||
|
$portId = (int)($port['id'] ?? 0);
|
||||||
|
if ($portId <= 0) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
$allowedIds[$portId] = true;
|
||||||
|
$currentNames[$portId] = (string)($port['name'] ?? '');
|
||||||
|
}
|
||||||
|
|
||||||
|
foreach ($rows as $portIdRaw => $row) {
|
||||||
|
$portId = (int)$portIdRaw;
|
||||||
|
if ($portId <= 0 || !isset($allowedIds[$portId]) || !is_array($row)) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
$name = trim((string)($row['name'] ?? ''));
|
||||||
|
if ($name === '') {
|
||||||
|
$name = $currentNames[$portId] ?? ('Port ' . $portId);
|
||||||
|
}
|
||||||
|
|
||||||
|
$status = trim((string)($row['status'] ?? 'active'));
|
||||||
|
if (!in_array($status, ['active', 'disabled'], true)) {
|
||||||
|
$status = 'active';
|
||||||
|
}
|
||||||
|
|
||||||
|
$mode = trim((string)($row['mode'] ?? ''));
|
||||||
|
$mode = $mode !== '' ? $mode : null;
|
||||||
|
$vlanJson = normalizeVlanConfig($row['vlan_config'] ?? '');
|
||||||
|
|
||||||
|
if ($mode !== null && $vlanJson !== null) {
|
||||||
|
$sql->set(
|
||||||
|
"UPDATE device_ports
|
||||||
|
SET name = ?, status = ?, mode = ?, vlan_config = ?
|
||||||
|
WHERE id = ? AND device_id = ?",
|
||||||
|
"ssssii",
|
||||||
|
[$name, $status, $mode, $vlanJson, $portId, $deviceId]
|
||||||
|
);
|
||||||
|
} elseif ($mode !== null) {
|
||||||
|
$sql->set(
|
||||||
|
"UPDATE device_ports
|
||||||
|
SET name = ?, status = ?, mode = ?, vlan_config = NULL
|
||||||
|
WHERE id = ? AND device_id = ?",
|
||||||
|
"sssii",
|
||||||
|
[$name, $status, $mode, $portId, $deviceId]
|
||||||
|
);
|
||||||
|
} elseif ($vlanJson !== null) {
|
||||||
|
$sql->set(
|
||||||
|
"UPDATE device_ports
|
||||||
|
SET name = ?, status = ?, mode = NULL, vlan_config = ?
|
||||||
|
WHERE id = ? AND device_id = ?",
|
||||||
|
"sssii",
|
||||||
|
[$name, $status, $vlanJson, $portId, $deviceId]
|
||||||
|
);
|
||||||
|
} else {
|
||||||
|
$sql->set(
|
||||||
|
"UPDATE device_ports
|
||||||
|
SET name = ?, status = ?, mode = NULL, vlan_config = NULL
|
||||||
|
WHERE id = ? AND device_id = ?",
|
||||||
|
"ssii",
|
||||||
|
[$name, $status, $portId, $deviceId]
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function normalizeVlanConfig($raw)
|
||||||
|
{
|
||||||
|
$value = trim((string)$raw);
|
||||||
|
if ($value === '') {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
$parts = preg_split('/[\s,;]+/', $value);
|
||||||
|
$normalized = [];
|
||||||
|
foreach ((array)$parts as $part) {
|
||||||
|
$entry = trim((string)$part);
|
||||||
|
if ($entry === '') {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
$normalized[$entry] = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (empty($normalized)) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
return json_encode(array_keys($normalized), JSON_UNESCAPED_UNICODE);
|
||||||
|
}
|
||||||
|
|||||||
@@ -2,30 +2,48 @@
|
|||||||
/**
|
/**
|
||||||
* app/modules/floor_infrastructure/delete.php
|
* app/modules/floor_infrastructure/delete.php
|
||||||
*
|
*
|
||||||
* Loescht Patchpanels oder Wandbuchsen.
|
* Loescht Patchpanels oder Wandbuchsen (AJAX-POST bevorzugt).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$type = strtolower(trim((string)($_GET['type'] ?? '')));
|
$isPost = ($_SERVER['REQUEST_METHOD'] ?? '') === 'POST';
|
||||||
$id = (int)($_GET['id'] ?? 0);
|
$type = strtolower(trim((string)($_POST['type'] ?? $_GET['type'] ?? '')));
|
||||||
|
$id = (int)($_POST['id'] ?? $_GET['id'] ?? 0);
|
||||||
|
|
||||||
if ($id <= 0 || !in_array($type, ['patchpanel', 'outlet'], true)) {
|
if ($id <= 0 || !in_array($type, ['patchpanel', 'outlet'], true)) {
|
||||||
|
if ($isPost) {
|
||||||
|
header('Content-Type: application/json; charset=utf-8');
|
||||||
|
http_response_code(400);
|
||||||
|
echo json_encode(['success' => false, 'message' => 'Ungueltige Anfrage']);
|
||||||
|
exit;
|
||||||
|
}
|
||||||
header('Location: ?module=floor_infrastructure&action=list');
|
header('Location: ?module=floor_infrastructure&action=list');
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($type === 'patchpanel') {
|
if ($type === 'patchpanel') {
|
||||||
$sql->set(
|
$rows = $sql->set(
|
||||||
"DELETE FROM floor_patchpanels WHERE id = ?",
|
"DELETE FROM floor_patchpanels WHERE id = ?",
|
||||||
"i",
|
"i",
|
||||||
[$id]
|
[$id]
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
$sql->set(
|
$rows = $sql->set(
|
||||||
"DELETE FROM network_outlets WHERE id = ?",
|
"DELETE FROM network_outlets WHERE id = ?",
|
||||||
"i",
|
"i",
|
||||||
[$id]
|
[$id]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($isPost) {
|
||||||
|
header('Content-Type: application/json; charset=utf-8');
|
||||||
|
if ($rows > 0) {
|
||||||
|
echo json_encode(['success' => true, 'message' => 'Infrastrukturobjekt geloescht']);
|
||||||
|
} else {
|
||||||
|
http_response_code(404);
|
||||||
|
echo json_encode(['success' => false, 'message' => 'Infrastrukturobjekt nicht gefunden oder bereits geloescht']);
|
||||||
|
}
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
header('Location: ?module=floor_infrastructure&action=list');
|
header('Location: ?module=floor_infrastructure&action=list');
|
||||||
exit;
|
exit;
|
||||||
|
|||||||
@@ -180,7 +180,14 @@ if ($editorFloor) {
|
|||||||
<td><?php echo (int)$panel['port_count']; ?></td>
|
<td><?php echo (int)$panel['port_count']; ?></td>
|
||||||
<td class="actions">
|
<td class="actions">
|
||||||
<a href="?module=floor_infrastructure&action=edit&type=patchpanel&id=<?php echo (int)$panel['id']; ?>" class="button button-small">Bearbeiten</a>
|
<a href="?module=floor_infrastructure&action=edit&type=patchpanel&id=<?php echo (int)$panel['id']; ?>" class="button button-small">Bearbeiten</a>
|
||||||
<a href="?module=floor_infrastructure&action=delete&type=patchpanel&id=<?php echo (int)$panel['id']; ?>" class="button button-small button-danger" onclick="return confirm('Patchpanel wirklich loeschen?');">Loeschen</a>
|
<button
|
||||||
|
type="button"
|
||||||
|
class="button button-small button-danger js-floor-infra-delete"
|
||||||
|
data-delete-id="<?php echo (int)$panel['id']; ?>"
|
||||||
|
data-delete-type="patchpanel"
|
||||||
|
data-delete-label="<?php echo htmlspecialchars((string)$panel['name'], ENT_QUOTES, 'UTF-8'); ?>">
|
||||||
|
Loeschen
|
||||||
|
</button>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
@@ -226,7 +233,14 @@ if ($editorFloor) {
|
|||||||
<td><?php echo htmlspecialchars((string)($outlet['comment'] ?? '')); ?></td>
|
<td><?php echo htmlspecialchars((string)($outlet['comment'] ?? '')); ?></td>
|
||||||
<td class="actions">
|
<td class="actions">
|
||||||
<a href="?module=floor_infrastructure&action=edit&type=outlet&id=<?php echo (int)$outlet['id']; ?>" class="button button-small">Bearbeiten</a>
|
<a href="?module=floor_infrastructure&action=edit&type=outlet&id=<?php echo (int)$outlet['id']; ?>" class="button button-small">Bearbeiten</a>
|
||||||
<a href="?module=floor_infrastructure&action=delete&type=outlet&id=<?php echo (int)$outlet['id']; ?>" class="button button-small button-danger" onclick="return confirm('Wandbuchse wirklich loeschen?');">Loeschen</a>
|
<button
|
||||||
|
type="button"
|
||||||
|
class="button button-small button-danger js-floor-infra-delete"
|
||||||
|
data-delete-id="<?php echo (int)$outlet['id']; ?>"
|
||||||
|
data-delete-type="outlet"
|
||||||
|
data-delete-label="<?php echo htmlspecialchars((string)$outlet['name'], ENT_QUOTES, 'UTF-8'); ?>">
|
||||||
|
Loeschen
|
||||||
|
</button>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
@@ -237,3 +251,38 @@ if ($editorFloor) {
|
|||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
document.addEventListener('DOMContentLoaded', () => {
|
||||||
|
document.querySelectorAll('.js-floor-infra-delete').forEach((button) => {
|
||||||
|
button.addEventListener('click', () => {
|
||||||
|
const id = Number(button.dataset.deleteId || '0');
|
||||||
|
const type = (button.dataset.deleteType || '').trim();
|
||||||
|
const label = button.dataset.deleteLabel || 'Objekt';
|
||||||
|
if (id <= 0 || (type !== 'patchpanel' && type !== 'outlet')) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const entityLabel = type === 'patchpanel' ? 'Patchpanel' : 'Wandbuchse';
|
||||||
|
if (!confirm(entityLabel + ' "' + label + '" wirklich loeschen?')) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
fetch('?module=floor_infrastructure&action=delete', {
|
||||||
|
method: 'POST',
|
||||||
|
headers: { 'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8' },
|
||||||
|
body: 'id=' + encodeURIComponent(id) + '&type=' + encodeURIComponent(type)
|
||||||
|
})
|
||||||
|
.then((response) => response.json())
|
||||||
|
.then((data) => {
|
||||||
|
if (data && data.success) {
|
||||||
|
window.location.reload();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
alert((data && data.message) ? data.message : 'Loeschen fehlgeschlagen');
|
||||||
|
})
|
||||||
|
.catch(() => alert('Loeschen fehlgeschlagen'));
|
||||||
|
});
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|||||||
@@ -20,6 +20,24 @@ if ($type === 'patchpanel') {
|
|||||||
$height = $fixedPanelHeight;
|
$height = $fixedPanelHeight;
|
||||||
$portCount = (int)($_POST['port_count'] ?? 0);
|
$portCount = (int)($_POST['port_count'] ?? 0);
|
||||||
$comment = trim($_POST['comment'] ?? '');
|
$comment = trim($_POST['comment'] ?? '');
|
||||||
|
$errors = [];
|
||||||
|
|
||||||
|
if ($name === '') {
|
||||||
|
$errors[] = 'Name ist erforderlich';
|
||||||
|
}
|
||||||
|
if ($floorId <= 0) {
|
||||||
|
$errors[] = 'Stockwerk ist erforderlich';
|
||||||
|
}
|
||||||
|
if ($portCount < 0) {
|
||||||
|
$errors[] = 'Port-Anzahl darf nicht negativ sein';
|
||||||
|
}
|
||||||
|
if (!empty($errors)) {
|
||||||
|
$_SESSION['error'] = implode(', ', $errors);
|
||||||
|
$_SESSION['validation_errors'] = $errors;
|
||||||
|
$redirectUrl = $id > 0 ? "?module=floor_infrastructure&action=edit&type=patchpanel&id=$id" : "?module=floor_infrastructure&action=edit&type=patchpanel";
|
||||||
|
header("Location: $redirectUrl");
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
$panelId = $id;
|
$panelId = $id;
|
||||||
|
|
||||||
@@ -55,6 +73,7 @@ if ($type === 'patchpanel') {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
$_SESSION['success'] = $id > 0 ? 'Patchpanel gespeichert' : 'Patchpanel erstellt';
|
||||||
} elseif ($type === 'outlet') {
|
} elseif ($type === 'outlet') {
|
||||||
$name = trim($_POST['name'] ?? '');
|
$name = trim($_POST['name'] ?? '');
|
||||||
$roomId = (int)($_POST['room_id'] ?? 0);
|
$roomId = (int)($_POST['room_id'] ?? 0);
|
||||||
@@ -62,6 +81,21 @@ if ($type === 'patchpanel') {
|
|||||||
$y = (int)($_POST['y'] ?? 0);
|
$y = (int)($_POST['y'] ?? 0);
|
||||||
$comment = trim($_POST['comment'] ?? '');
|
$comment = trim($_POST['comment'] ?? '');
|
||||||
$outletId = $id;
|
$outletId = $id;
|
||||||
|
$errors = [];
|
||||||
|
|
||||||
|
if ($name === '') {
|
||||||
|
$errors[] = 'Name ist erforderlich';
|
||||||
|
}
|
||||||
|
if ($roomId <= 0) {
|
||||||
|
$errors[] = 'Raum ist erforderlich';
|
||||||
|
}
|
||||||
|
if (!empty($errors)) {
|
||||||
|
$_SESSION['error'] = implode(', ', $errors);
|
||||||
|
$_SESSION['validation_errors'] = $errors;
|
||||||
|
$redirectUrl = $id > 0 ? "?module=floor_infrastructure&action=edit&type=outlet&id=$id" : "?module=floor_infrastructure&action=edit&type=outlet";
|
||||||
|
header("Location: $redirectUrl");
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
if ($id > 0) {
|
if ($id > 0) {
|
||||||
$sql->set(
|
$sql->set(
|
||||||
@@ -93,6 +127,10 @@ if ($type === 'patchpanel') {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
$_SESSION['success'] = $id > 0 ? 'Wandbuchse gespeichert' : 'Wandbuchse erstellt';
|
||||||
|
} else {
|
||||||
|
$_SESSION['error'] = 'Ungueltiger Infrastrukturobjekt-Typ';
|
||||||
|
$_SESSION['validation_errors'] = ['Ungueltiger Infrastrukturobjekt-Typ'];
|
||||||
}
|
}
|
||||||
|
|
||||||
header('Location: ?module=floor_infrastructure&action=list');
|
header('Location: ?module=floor_infrastructure&action=list');
|
||||||
|
|||||||
@@ -25,6 +25,47 @@ if (!$exists) {
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$forceDelete = (int)($_POST['force'] ?? $_GET['force'] ?? 0) === 1;
|
||||||
|
$dependencyCounts = $sql->single(
|
||||||
|
"SELECT
|
||||||
|
(SELECT COUNT(*) FROM rooms WHERE floor_id = ?) AS room_count,
|
||||||
|
(SELECT COUNT(*) FROM racks WHERE floor_id = ?) AS rack_count,
|
||||||
|
(SELECT COUNT(*) FROM floor_patchpanels WHERE floor_id = ?) AS patchpanel_count",
|
||||||
|
"iii",
|
||||||
|
[$id, $id, $id]
|
||||||
|
);
|
||||||
|
|
||||||
|
$roomCount = (int)($dependencyCounts['room_count'] ?? 0);
|
||||||
|
$rackCount = (int)($dependencyCounts['rack_count'] ?? 0);
|
||||||
|
$patchpanelCount = (int)($dependencyCounts['patchpanel_count'] ?? 0);
|
||||||
|
$hasDependencies = $roomCount > 0 || $rackCount > 0 || $patchpanelCount > 0;
|
||||||
|
|
||||||
|
if ($hasDependencies && !$forceDelete) {
|
||||||
|
$parts = [];
|
||||||
|
if ($roomCount > 0) {
|
||||||
|
$parts[] = $roomCount . ' Raeume';
|
||||||
|
}
|
||||||
|
if ($rackCount > 0) {
|
||||||
|
$parts[] = $rackCount . ' Racks';
|
||||||
|
}
|
||||||
|
if ($patchpanelCount > 0) {
|
||||||
|
$parts[] = $patchpanelCount . ' Patchpanels';
|
||||||
|
}
|
||||||
|
|
||||||
|
http_response_code(409);
|
||||||
|
echo json_encode([
|
||||||
|
'success' => false,
|
||||||
|
'requires_force' => true,
|
||||||
|
'message' => 'Beim Loeschen werden abhaengige Daten entfernt (' . implode(', ', $parts) . '). Fortfahren?',
|
||||||
|
'dependencies' => [
|
||||||
|
'rooms' => $roomCount,
|
||||||
|
'racks' => $rackCount,
|
||||||
|
'patchpanels' => $patchpanelCount
|
||||||
|
]
|
||||||
|
]);
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
$rows = $sql->set("DELETE FROM floors WHERE id = ?", "i", [$id]);
|
$rows = $sql->set("DELETE FROM floors WHERE id = ?", "i", [$id]);
|
||||||
if ($rows === false) {
|
if ($rows === false) {
|
||||||
http_response_code(500);
|
http_response_code(500);
|
||||||
@@ -32,5 +73,13 @@ if ($rows === false) {
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
echo json_encode(['success' => true, 'message' => 'Stockwerk geloescht']);
|
echo json_encode([
|
||||||
|
'success' => true,
|
||||||
|
'message' => 'Stockwerk geloescht',
|
||||||
|
'dependencies' => [
|
||||||
|
'rooms' => $roomCount,
|
||||||
|
'racks' => $rackCount,
|
||||||
|
'patchpanels' => $patchpanelCount
|
||||||
|
]
|
||||||
|
]);
|
||||||
|
|
||||||
|
|||||||
@@ -233,11 +233,20 @@ $buildings = $sql->get("SELECT id, name FROM buildings ORDER BY name", "", []);
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
function confirmDelete(id) {
|
function confirmDelete(id) {
|
||||||
if (confirm('Dieses Stockwerk wirklich loeschen? Alle Raeume und Racks werden geloescht.')) {
|
if (!confirm('Dieses Stockwerk wirklich loeschen?')) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const requestDelete = (forceDelete) => {
|
||||||
|
const body = ['id=' + encodeURIComponent(id)];
|
||||||
|
if (forceDelete) {
|
||||||
|
body.push('force=1');
|
||||||
|
}
|
||||||
|
|
||||||
fetch('?module=floors&action=delete', {
|
fetch('?module=floors&action=delete', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: { 'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8' },
|
headers: { 'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8' },
|
||||||
body: 'id=' + encodeURIComponent(id)
|
body: body.join('&')
|
||||||
})
|
})
|
||||||
.then((res) => res.json())
|
.then((res) => res.json())
|
||||||
.then((data) => {
|
.then((data) => {
|
||||||
@@ -245,12 +254,22 @@ function confirmDelete(id) {
|
|||||||
window.location.reload();
|
window.location.reload();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (data && data.requires_force) {
|
||||||
|
if (confirm(data.message || 'Abhaengige Daten ebenfalls loeschen?')) {
|
||||||
|
requestDelete(true);
|
||||||
|
}
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
alert((data && data.message) ? data.message : 'Loeschen fehlgeschlagen');
|
alert((data && data.message) ? data.message : 'Loeschen fehlgeschlagen');
|
||||||
})
|
})
|
||||||
.catch(() => {
|
.catch(() => {
|
||||||
alert('Loeschen fehlgeschlagen');
|
alert('Loeschen fehlgeschlagen');
|
||||||
});
|
});
|
||||||
}
|
};
|
||||||
|
|
||||||
|
requestDelete(false);
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ if ($buildingId <= 0) {
|
|||||||
// Falls Fehler: zurück zum Edit-Formular
|
// Falls Fehler: zurück zum Edit-Formular
|
||||||
if (!empty($errors)) {
|
if (!empty($errors)) {
|
||||||
$_SESSION['error'] = implode(', ', $errors);
|
$_SESSION['error'] = implode(', ', $errors);
|
||||||
|
$_SESSION['validation_errors'] = $errors;
|
||||||
$redirectUrl = $floorId ? "?module=floors&action=edit&id=$floorId" : "?module=floors&action=edit";
|
$redirectUrl = $floorId ? "?module=floors&action=edit&id=$floorId" : "?module=floors&action=edit";
|
||||||
header("Location: $redirectUrl");
|
header("Location: $redirectUrl");
|
||||||
exit;
|
exit;
|
||||||
@@ -50,6 +51,7 @@ if ($floorSvgContent !== '') {
|
|||||||
$storedSvgPath = storeSvgEditorContent($sql, $floorId, $floorSvgContent);
|
$storedSvgPath = storeSvgEditorContent($sql, $floorId, $floorSvgContent);
|
||||||
if ($storedSvgPath === false) {
|
if ($storedSvgPath === false) {
|
||||||
$_SESSION['error'] = "SVG aus dem Editor konnte nicht gespeichert werden";
|
$_SESSION['error'] = "SVG aus dem Editor konnte nicht gespeichert werden";
|
||||||
|
$_SESSION['validation_errors'] = ["SVG aus dem Editor konnte nicht gespeichert werden"];
|
||||||
$redirectUrl = $floorId ? "?module=floors&action=edit&id=$floorId" : "?module=floors&action=edit";
|
$redirectUrl = $floorId ? "?module=floors&action=edit&id=$floorId" : "?module=floors&action=edit";
|
||||||
header("Location: $redirectUrl");
|
header("Location: $redirectUrl");
|
||||||
exit;
|
exit;
|
||||||
|
|||||||
@@ -7,6 +7,16 @@
|
|||||||
|
|
||||||
header('Content-Type: application/json; charset=utf-8');
|
header('Content-Type: application/json; charset=utf-8');
|
||||||
|
|
||||||
|
$method = $_SERVER['REQUEST_METHOD'] ?? 'GET';
|
||||||
|
if ($method !== 'POST') {
|
||||||
|
http_response_code(405);
|
||||||
|
echo json_encode([
|
||||||
|
'success' => false,
|
||||||
|
'message' => 'Methode nicht erlaubt'
|
||||||
|
]);
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
$locationId = (int)($_POST['id'] ?? $_GET['id'] ?? 0);
|
$locationId = (int)($_POST['id'] ?? $_GET['id'] ?? 0);
|
||||||
|
|
||||||
if ($locationId <= 0) {
|
if ($locationId <= 0) {
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ if (empty($name)) {
|
|||||||
|
|
||||||
if (!empty($errors)) {
|
if (!empty($errors)) {
|
||||||
$_SESSION['error'] = implode(', ', $errors);
|
$_SESSION['error'] = implode(', ', $errors);
|
||||||
|
$_SESSION['validation_errors'] = $errors;
|
||||||
$redirectUrl = $locationId ? "?module=locations&action=edit&id=$locationId" : "?module=locations&action=edit";
|
$redirectUrl = $locationId ? "?module=locations&action=edit&id=$locationId" : "?module=locations&action=edit";
|
||||||
header("Location: $redirectUrl");
|
header("Location: $redirectUrl");
|
||||||
exit;
|
exit;
|
||||||
|
|||||||
84
app/modules/port_types/delete.php
Normal file
84
app/modules/port_types/delete.php
Normal file
@@ -0,0 +1,84 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* app/modules/port_types/delete.php
|
||||||
|
*
|
||||||
|
* Loescht einen Porttyp per AJAX (POST).
|
||||||
|
*/
|
||||||
|
|
||||||
|
header('Content-Type: application/json; charset=utf-8');
|
||||||
|
|
||||||
|
if ($_SERVER['REQUEST_METHOD'] !== 'POST') {
|
||||||
|
http_response_code(405);
|
||||||
|
echo json_encode(['success' => false, 'message' => 'Methode nicht erlaubt']);
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
|
$portTypeId = (int)($_POST['id'] ?? 0);
|
||||||
|
if ($portTypeId <= 0) {
|
||||||
|
http_response_code(400);
|
||||||
|
echo json_encode(['success' => false, 'message' => 'Ungueltige Porttyp-ID']);
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
|
$portType = $sql->single(
|
||||||
|
"SELECT id, name FROM port_types WHERE id = ?",
|
||||||
|
"i",
|
||||||
|
[$portTypeId]
|
||||||
|
);
|
||||||
|
|
||||||
|
if (!$portType) {
|
||||||
|
http_response_code(404);
|
||||||
|
echo json_encode(['success' => false, 'message' => 'Porttyp nicht gefunden']);
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
|
$usage = $sql->single(
|
||||||
|
"SELECT
|
||||||
|
(SELECT COUNT(*) FROM device_type_ports WHERE port_type_id = ?) AS device_type_ports_count,
|
||||||
|
(SELECT COUNT(*) FROM device_ports WHERE port_type_id = ?) AS device_ports_count,
|
||||||
|
(SELECT COUNT(*) FROM module_ports WHERE port_type_id = ?) AS module_ports_count,
|
||||||
|
(SELECT COUNT(*) FROM network_outlet_ports WHERE port_type_id = ?) AS outlet_ports_count,
|
||||||
|
(SELECT COUNT(*) FROM floor_patchpanel_ports WHERE port_type_id = ?) AS patchpanel_ports_count",
|
||||||
|
"iiiii",
|
||||||
|
[$portTypeId, $portTypeId, $portTypeId, $portTypeId, $portTypeId]
|
||||||
|
);
|
||||||
|
|
||||||
|
$references = [
|
||||||
|
'Geraetetyp-Ports' => (int)($usage['device_type_ports_count'] ?? 0),
|
||||||
|
'Geraete-Ports' => (int)($usage['device_ports_count'] ?? 0),
|
||||||
|
'Modul-Ports' => (int)($usage['module_ports_count'] ?? 0),
|
||||||
|
'Netzwerkdosen-Ports' => (int)($usage['outlet_ports_count'] ?? 0),
|
||||||
|
'Patchpanel-Ports' => (int)($usage['patchpanel_ports_count'] ?? 0),
|
||||||
|
];
|
||||||
|
|
||||||
|
$inUse = array_filter($references, static fn ($count) => $count > 0);
|
||||||
|
if (!empty($inUse)) {
|
||||||
|
$parts = [];
|
||||||
|
foreach ($inUse as $label => $count) {
|
||||||
|
$parts[] = $label . ': ' . $count;
|
||||||
|
}
|
||||||
|
http_response_code(409);
|
||||||
|
echo json_encode([
|
||||||
|
'success' => false,
|
||||||
|
'message' => 'Porttyp wird noch verwendet (' . implode(', ', $parts) . ')'
|
||||||
|
]);
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
|
$deleted = $sql->set(
|
||||||
|
"DELETE FROM port_types WHERE id = ?",
|
||||||
|
"i",
|
||||||
|
[$portTypeId]
|
||||||
|
);
|
||||||
|
|
||||||
|
if ($deleted <= 0) {
|
||||||
|
http_response_code(500);
|
||||||
|
echo json_encode(['success' => false, 'message' => 'Porttyp konnte nicht geloescht werden']);
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
|
echo json_encode([
|
||||||
|
'success' => true,
|
||||||
|
'message' => 'Porttyp geloescht: ' . (string)$portType['name']
|
||||||
|
]);
|
||||||
|
exit;
|
||||||
@@ -23,20 +23,11 @@ $isEdit = !empty($portType);
|
|||||||
$pageTitle = $isEdit ? "Porttyp bearbeiten: " . htmlspecialchars($portType['name']) : "Neuen Porttyp anlegen";
|
$pageTitle = $isEdit ? "Porttyp bearbeiten: " . htmlspecialchars($portType['name']) : "Neuen Porttyp anlegen";
|
||||||
$mediaOptions = ['copper' => 'Kupfer', 'fiber' => 'Lichtwelle', 'coax' => 'Koax', 'other' => 'Sonstiges'];
|
$mediaOptions = ['copper' => 'Kupfer', 'fiber' => 'Lichtwelle', 'coax' => 'Koax', 'other' => 'Sonstiges'];
|
||||||
|
|
||||||
$error = $_SESSION['error'] ?? '';
|
|
||||||
unset($_SESSION['error']);
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="port-type-edit">
|
<div class="port-type-edit">
|
||||||
<h1><?php echo $pageTitle; ?></h1>
|
<h1><?php echo $pageTitle; ?></h1>
|
||||||
|
|
||||||
<?php if ($error): ?>
|
|
||||||
<div class="error-message">
|
|
||||||
<?php echo htmlspecialchars($error); ?>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
|
|
||||||
<form method="post" action="?module=port_types&action=save" class="edit-form">
|
<form method="post" action="?module=port_types&action=save" class="edit-form">
|
||||||
|
|
||||||
<?php if ($isEdit): ?>
|
<?php if ($isEdit): ?>
|
||||||
@@ -157,12 +148,4 @@ unset($_SESSION['error']);
|
|||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.error-message {
|
|
||||||
background: #ffe3e3;
|
|
||||||
color: #a73737;
|
|
||||||
border: 1px solid #f5c2c2;
|
|
||||||
padding: 10px;
|
|
||||||
border-radius: 4px;
|
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -34,20 +34,11 @@ $portTypes = $sql->get(
|
|||||||
$params
|
$params
|
||||||
);
|
);
|
||||||
|
|
||||||
$success = $_SESSION['success'] ?? '';
|
|
||||||
unset($_SESSION['success']);
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="port-types-container">
|
<div class="port-types-container">
|
||||||
<h1>Porttypen</h1>
|
<h1>Porttypen</h1>
|
||||||
|
|
||||||
<?php if ($success): ?>
|
|
||||||
<div class="success-message">
|
|
||||||
<?php echo htmlspecialchars($success); ?>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
|
|
||||||
<div class="toolbar">
|
<div class="toolbar">
|
||||||
<form method="GET" class="filter-form">
|
<form method="GET" class="filter-form">
|
||||||
<input type="hidden" name="module" value="port_types">
|
<input type="hidden" name="module" value="port_types">
|
||||||
@@ -78,6 +69,13 @@ unset($_SESSION['success']);
|
|||||||
<td><small><?php echo htmlspecialchars($pt['comment'] ?? ''); ?></small></td>
|
<td><small><?php echo htmlspecialchars($pt['comment'] ?? ''); ?></small></td>
|
||||||
<td class="actions">
|
<td class="actions">
|
||||||
<a href="?module=port_types&action=edit&id=<?php echo (int)$pt['id']; ?>" class="button button-small">Bearbeiten</a>
|
<a href="?module=port_types&action=edit&id=<?php echo (int)$pt['id']; ?>" class="button button-small">Bearbeiten</a>
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
class="button button-small button-danger js-port-type-delete"
|
||||||
|
data-port-type-id="<?php echo (int)$pt['id']; ?>"
|
||||||
|
data-port-type-name="<?php echo htmlspecialchars((string)$pt['name'], ENT_QUOTES, 'UTF-8'); ?>">
|
||||||
|
Loeschen
|
||||||
|
</button>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
@@ -164,8 +162,7 @@ unset($_SESSION['success']);
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.empty-state,
|
.empty-state {
|
||||||
.success-message {
|
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
@@ -177,13 +174,40 @@ unset($_SESSION['success']);
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.success-message {
|
|
||||||
background: #e9f8f1;
|
|
||||||
border: 1px solid #c7eedc;
|
|
||||||
color: #2c7d59;
|
|
||||||
}
|
|
||||||
|
|
||||||
.actions {
|
.actions {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
document.addEventListener('DOMContentLoaded', () => {
|
||||||
|
document.querySelectorAll('.js-port-type-delete').forEach((button) => {
|
||||||
|
button.addEventListener('click', () => {
|
||||||
|
const id = Number(button.dataset.portTypeId || '0');
|
||||||
|
const name = button.dataset.portTypeName || 'Porttyp';
|
||||||
|
if (id <= 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!confirm('Porttyp "' + name + '" wirklich loeschen?')) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
fetch('?module=port_types&action=delete', {
|
||||||
|
method: 'POST',
|
||||||
|
headers: { 'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8' },
|
||||||
|
body: 'id=' + encodeURIComponent(id)
|
||||||
|
})
|
||||||
|
.then((response) => response.json())
|
||||||
|
.then((data) => {
|
||||||
|
if (data && data.success) {
|
||||||
|
window.location.reload();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
alert((data && data.message) ? data.message : 'Loeschen fehlgeschlagen');
|
||||||
|
})
|
||||||
|
.catch(() => alert('Loeschen fehlgeschlagen'));
|
||||||
|
});
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ if (!in_array($medium, $allowedMediums, true)) {
|
|||||||
|
|
||||||
if (!empty($errors)) {
|
if (!empty($errors)) {
|
||||||
$_SESSION['error'] = implode(', ', $errors);
|
$_SESSION['error'] = implode(', ', $errors);
|
||||||
|
$_SESSION['validation_errors'] = $errors;
|
||||||
$redirect = $portTypeId ? "?module=port_types&action=edit&id=$portTypeId" : "?module=port_types&action=edit";
|
$redirect = $portTypeId ? "?module=port_types&action=edit&id=$portTypeId" : "?module=port_types&action=edit";
|
||||||
header("Location: $redirect");
|
header("Location: $redirect");
|
||||||
exit;
|
exit;
|
||||||
|
|||||||
@@ -40,6 +40,7 @@ if ($heightHe < 1) {
|
|||||||
// Falls Fehler: zurück zum Edit-Formular
|
// Falls Fehler: zurück zum Edit-Formular
|
||||||
if (!empty($errors)) {
|
if (!empty($errors)) {
|
||||||
$_SESSION['error'] = implode(', ', $errors);
|
$_SESSION['error'] = implode(', ', $errors);
|
||||||
|
$_SESSION['validation_errors'] = $errors;
|
||||||
$redirectUrl = $rackId ? "?module=racks&action=edit&id=$rackId" : "?module=racks&action=edit";
|
$redirectUrl = $rackId ? "?module=racks&action=edit&id=$rackId" : "?module=racks&action=edit";
|
||||||
header("Location: $redirectUrl");
|
header("Location: $redirectUrl");
|
||||||
exit;
|
exit;
|
||||||
|
|||||||
@@ -18,6 +18,15 @@ $comment = trim((string)($_POST['comment'] ?? ''));
|
|||||||
$rawPolygon = trim((string)($_POST['polygon_points'] ?? ''));
|
$rawPolygon = trim((string)($_POST['polygon_points'] ?? ''));
|
||||||
|
|
||||||
if ($name === '' || $floorId <= 0) {
|
if ($name === '' || $floorId <= 0) {
|
||||||
|
$errors = [];
|
||||||
|
if ($name === '') {
|
||||||
|
$errors[] = 'Name ist erforderlich';
|
||||||
|
}
|
||||||
|
if ($floorId <= 0) {
|
||||||
|
$errors[] = 'Stockwerk ist erforderlich';
|
||||||
|
}
|
||||||
|
$_SESSION['error'] = implode(', ', $errors);
|
||||||
|
$_SESSION['validation_errors'] = $errors;
|
||||||
$redirect = $roomId > 0 ? "?module=rooms&action=edit&id=$roomId" : "?module=rooms&action=edit&floor_id=$floorId";
|
$redirect = $roomId > 0 ? "?module=rooms&action=edit&id=$roomId" : "?module=rooms&action=edit&floor_id=$floorId";
|
||||||
header("Location: $redirect");
|
header("Location: $redirect");
|
||||||
exit;
|
exit;
|
||||||
@@ -100,6 +109,7 @@ if (roomsHasPolygonColumn($sql)) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$_SESSION['success'] = $roomId > 0 ? 'Raum gespeichert' : 'Raum erstellt';
|
||||||
header('Location: ?module=locations&action=list');
|
header('Location: ?module=locations&action=list');
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
|
|||||||
@@ -12,21 +12,5 @@
|
|||||||
| Session: <?php echo session_id() !== '' ? 'aktiv' : 'inaktiv'; ?>
|
| Session: <?php echo session_id() !== '' ? 'aktiv' : 'inaktiv'; ?>
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<?php if (!empty($_SESSION['success']) || !empty($_SESSION['error'])): ?>
|
|
||||||
<script>
|
|
||||||
(function () {
|
|
||||||
const success = <?php echo json_encode($_SESSION['success'] ?? '', JSON_UNESCAPED_UNICODE); ?>;
|
|
||||||
const error = <?php echo json_encode($_SESSION['error'] ?? '', JSON_UNESCAPED_UNICODE); ?>;
|
|
||||||
if (success) {
|
|
||||||
alert(success);
|
|
||||||
}
|
|
||||||
if (error) {
|
|
||||||
alert(error);
|
|
||||||
}
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
<?php unset($_SESSION['success'], $_SESSION['error']); ?>
|
|
||||||
<?php endif; ?>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
|
|
||||||
<!-- JS -->
|
<!-- JS -->
|
||||||
<script src="/assets/js/app.js" defer></script>
|
<script src="/assets/js/app.js" defer></script>
|
||||||
|
<script src="/assets/js/dashboard.js" defer></script>
|
||||||
<script src="/assets/js/svg-editor.js" defer></script>
|
<script src="/assets/js/svg-editor.js" defer></script>
|
||||||
<script src="/assets/js/network-view.js" defer></script>
|
<script src="/assets/js/network-view.js" defer></script>
|
||||||
|
|
||||||
@@ -63,4 +64,60 @@
|
|||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
$flashMessages = [];
|
||||||
|
|
||||||
|
$successMessage = trim((string)($_SESSION['success'] ?? ''));
|
||||||
|
if ($successMessage !== '') {
|
||||||
|
$flashMessages[] = [
|
||||||
|
'type' => 'success',
|
||||||
|
'text' => $successMessage,
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
|
$errorMessage = trim((string)($_SESSION['error'] ?? ''));
|
||||||
|
if ($errorMessage !== '') {
|
||||||
|
$flashMessages[] = [
|
||||||
|
'type' => 'error',
|
||||||
|
'text' => $errorMessage,
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
|
$validationErrors = $_SESSION['validation_errors'] ?? [];
|
||||||
|
if (!is_array($validationErrors)) {
|
||||||
|
$validationErrors = [];
|
||||||
|
}
|
||||||
|
$validationErrors = array_values(array_filter(array_map(static function ($entry) {
|
||||||
|
return trim((string)$entry);
|
||||||
|
}, $validationErrors), static function ($entry) {
|
||||||
|
return $entry !== '';
|
||||||
|
}));
|
||||||
|
|
||||||
|
if (!empty($validationErrors)) {
|
||||||
|
$flashMessages[] = [
|
||||||
|
'type' => 'error',
|
||||||
|
'text' => 'Bitte pruefe die Eingaben:',
|
||||||
|
'details' => $validationErrors,
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
|
unset($_SESSION['success'], $_SESSION['error'], $_SESSION['validation_errors']);
|
||||||
|
?>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
<?php if (!empty($flashMessages)): ?>
|
||||||
|
<section class="flash-stack" aria-live="polite">
|
||||||
|
<?php foreach ($flashMessages as $message): ?>
|
||||||
|
<article class="flash-message flash-message--<?php echo htmlspecialchars((string)$message['type']); ?>">
|
||||||
|
<p class="flash-message__text"><?php echo htmlspecialchars((string)($message['text'] ?? '')); ?></p>
|
||||||
|
<?php if (!empty($message['details']) && is_array($message['details'])): ?>
|
||||||
|
<ul class="flash-message__list">
|
||||||
|
<?php foreach ($message['details'] as $detail): ?>
|
||||||
|
<li><?php echo htmlspecialchars((string)$detail); ?></li>
|
||||||
|
<?php endforeach; ?>
|
||||||
|
</ul>
|
||||||
|
<?php endif; ?>
|
||||||
|
</article>
|
||||||
|
<?php endforeach; ?>
|
||||||
|
</section>
|
||||||
|
<?php endif; ?>
|
||||||
|
|||||||
@@ -124,10 +124,10 @@ Die Bühne für Patchpanel-Objekte auf dem Stockwerkplan.
|
|||||||
- Attributes: Panel-Referenz, `name`, `port_type_id`, optionale VLAN- bzw. Status-Attribute.
|
- Attributes: Panel-Referenz, `name`, `port_type_id`, optionale VLAN- bzw. Status-Attribute.
|
||||||
- Ports werden über `connections` sowohl mit anderen Patchpanels als auch mit Netzwerkbuchsen (`network_outlet_ports`) oder Gerätports verbunden; dadurch lassen sich Router-Kabel grafisch darstellen.
|
- Ports werden über `connections` sowohl mit anderen Patchpanels als auch mit Netzwerkbuchsen (`network_outlet_ports`) oder Gerätports verbunden; dadurch lassen sich Router-Kabel grafisch darstellen.
|
||||||
|
|
||||||
**TODO**
|
**Status (18. Februar 2026)**
|
||||||
- [ ] Floorplan- und CRUD-Module so erweitern, dass Patchpanels als Floor-Objekte verwaltet und deren Ports gepflegt werden können (`floor_patchpanels`, `floor_patchpanel_ports`).
|
- [x] Floorplan- und CRUD-Module wurden für Patchpanels als Floor-Objekte inkl. Port-Pflege erweitert (`floor_patchpanels`, `floor_patchpanel_ports`).
|
||||||
- [ ] Verbindungen zwischen Patchpanel ↔ Patchpanel und Patchpanel ↔ Netzwerkbuchse standardisiert in der `connections`-Logik abbilden.
|
- [x] Verbindungen zwischen Patchpanel ↔ Patchpanel und Patchpanel ↔ Netzwerkbuchse sind in der `connections`-Logik abbildbar.
|
||||||
- [ ] UI/CSV/Export/Dokumentation nachziehen, damit Planer sofort sehen, wo die permanent installierten Kabel verlaufen.
|
- [ ] UI/CSV/Export-Dokumentation weiter ausbauen, damit Planer Kabelverläufe direkt auswerten können.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
5
init.sql
5
init.sql
@@ -376,7 +376,10 @@ CREATE TABLE `floor_patchpanel_ports` (
|
|||||||
`comment` text DEFAULT NULL
|
`comment` text DEFAULT NULL
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_uca1400_ai_ci;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_uca1400_ai_ci;
|
||||||
|
|
||||||
-- TODO: Port-Konfiguration (Patchpanel ↔ Patchpanel, Patchpanel ↔ Netzwerkbuchse) wird über die `connections`-Tabelle geregelt.
|
-- Port-Regeln fuer Patchpanel-Verbindungen:
|
||||||
|
-- 1) `connections.port_a_type` / `connections.port_b_type` nutzen den Wert `patchpanel` fuer IDs aus `floor_patchpanel_ports`.
|
||||||
|
-- 2) Patchpanel-Ports duerfen mit Patchpanel-Ports, Netzwerkbuchsen-Ports (`outlet`) oder Geraete-/Modulports verbunden werden.
|
||||||
|
-- 3) Die fachliche Validierung erfolgt in den Save-Handlern der Verbindungs-Module; das Schema bleibt polymorph.
|
||||||
|
|
||||||
-- --------------------------------------------------------
|
-- --------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user