Commit Graph

49 Commits

Author SHA1 Message Date
9ece132df5 Enforce topology rules and fix device deletion flow 2026-02-19 09:13:03 +01:00
d9be0e1482 Update prioritized NEXT tasks and related UI behavior 2026-02-19 08:12:25 +01:00
9b8dc17d20 Dashboard-SVG um klickbare Ports/Verbindungen und Aktions-Overlay erweitert; closes #5 2026-02-18 11:48:30 +01:00
4dc1530402 Dashboard-Topologie um Hierarchie und Rack-Verbindungen erweitert; closes #10 2026-02-18 11:43:45 +01:00
77758f71d3 feat: complete package 2 delete flows and package 3 port management 2026-02-18 10:16:24 +01:00
f4ce7f360d feat: implement package 1 session and validation feedback
- add session validation_errors bootstrap initialization

- render global flash + validation messages in header

- remove footer alert-based flash handling

- persist structured validation errors across save handlers

- mark NEXT_STEPS package 1 tasks as done
2026-02-18 09:40:59 +01:00
c8fb5b140c feat: improve dashboard and connection workflows
- add connection delete endpoint and update connection list handling

- expand dashboard visualization behavior

- update helpers/header and project TODO tracking
2026-02-18 09:23:11 +01:00
4a23713d31 verbings administration 2026-02-16 14:43:15 +01:00
510a248edb div TODOs 2026-02-16 13:56:01 +01:00
12141485ae infrastruktur karte 2026-02-16 11:57:24 +01:00
d1d89dd4e3 location list fix 2026-02-16 11:11:56 +01:00
2a1732323d #13 räume definieren 2026-02-16 10:59:29 +01:00
f80ab4aaa9 wandbuchsen editieren ungetestet 2026-02-16 10:14:41 +01:00
3bc5a2ca04 Verhalten im Infrastruktur-Modul ist jetzt wie gewünscht:
Nur das aktiv bearbeitete Objekt ist verschiebbar.
Alle anderen Objekte auf derselben Etage werden als halbtransparente Referenz angezeigt.
In der Listenansicht sind Marker nur noch Vorschau (nicht verschiebbar).
Geänderte Dateien:

edit.php

Referenzdaten für Patchpanels und Wandbuchsen geladen.
Diese Daten als data-* am Canvas hinterlegt.
Hinweise im UI angepasst.
Styles ergänzt:
.floor-plan-marker.is-active
.floor-plan-reference (+ Varianten für Panel/Outlet)
Inline-Script entfernt und auf externe JS-Datei umgestellt (CSP-sicher):
<script src="/assets/js/floor-infrastructure-edit.js" defer></script>
floor-infrastructure-edit.js (neu)

Drag/Drop nur für den aktiven Marker.
Referenzmarker je Stockwerk rendern (halbtransparent, nicht interaktiv).
Aktiven Marker aus Referenzmenge ausschließen.
Referenzen bei Stockwerk-/Raumwechsel neu rendern.
list.php

Kartenansicht auf reine Vorschau umgestellt.
Drag/Save-Logik entfernt.
Marker per CSS nicht interaktiv (pointer-events: none, cursor: default).
Hinweistext entsprechend angepasst.
2026-02-16 10:04:12 +01:00
4efd54613a connection edit bugfix 2026-02-16 09:53:35 +01:00
f14f92fdd8 links liste 2026-02-16 09:35:42 +01:00
3f1e5aacc9 connections admin 2026-02-16 09:33:38 +01:00
63e60cbfcf bugfix device type list js bug 2026-02-16 09:19:11 +01:00
092811fda8 closes #6 2026-02-16 09:16:54 +01:00
87ba23cf57 location design 2026-02-13 13:09:12 +01:00
2891f52f84 defekter floorplan 2026-02-13 12:51:09 +01:00
2c90ff8ddf WIP: #8 2026-02-13 12:06:46 +01:00
39f7f9b733 WIP: device löschen 2026-02-13 11:55:18 +01:00
0a7505416e svg upload in floors ausgebaut 2026-02-13 11:27:48 +01:00
3507024bc3 . 2026-02-13 11:23:28 +01:00
d3ae285aba TODOs 2026-02-13 10:43:06 +01:00
444c802756 todos 2026-02-13 10:21:52 +01:00
24b2980d76 infrastruktur 2026-02-13 10:00:57 +01:00
9054dffdd5 floot plan editor 2026-02-12 14:38:55 +01:00
be3bbf01f2 design update, div TODOs added 2026-02-12 10:15:46 +01:00
985fc05aa1 cleanup 2026-02-12 09:55:27 +01:00
88c8a3fd58 fehler in connections 2026-02-12 09:45:00 +01:00
365b1a7da4 closes #3 2026-02-12 09:27:42 +01:00
98fac55ffd svg editor gut 2026-02-12 09:05:36 +01:00
d9abde7bac closes #1 2026-02-12 08:44:49 +01:00
b469a7ab33 css aufgeräumt 2026-02-12 08:35:53 +01:00
Troy Grunt
fb4ee93b17 drag drop update 2026-02-11 22:30:55 +01:00
Troy Grunt
c31e1a308d WIP svg editor 2026-02-11 22:09:47 +01:00
Troy Grunt
88ff04aa01 löschen 2026-02-11 21:59:13 +01:00
23b687c7a2 WIP: device type zeichner, 2026-02-11 15:54:11 +01:00
699ffe3d6b devices anlegen 2026-02-11 15:46:50 +01:00
a6b56ffd75 ports beim erstellen des types erstellen 2026-02-11 15:25:52 +01:00
0d3c6e1ae7 feat: Implement floors, locations, and racks management
- Added list, edit, and save functionalities for floors, locations, and racks.
- Enhanced UI with search and filter options for better usability.
- Implemented SVG upload for floor plans in the floors module.
- Added validation for required fields in the save processes.
- Improved navigation in the header to reflect new modules.
- Styled forms and tables for a consistent look and feel across modules.
2026-02-11 14:34:07 +01:00
Troy Grunt
2f341bff9f feat: Formular-URLs in edit.php und save.php aktualisiert, Filter- und Validierungslogik in list.php hinzugefügt 2026-02-07 23:16:40 +01:00
Troy Grunt
de352e0335 feat: Navigation hinzugefügt und URL-Struktur in .htaccess optimiert 2026-02-07 22:22:03 +01:00
Troy Grunt
4f32bf68ca feat: Dockerfile und Dashboard-Modul hinzugefügt, .htaccess angepasst und SQL-Initialisierung optimiert 2026-02-07 16:28:05 +01:00
Troy Grunt
98a3f4d5b6 feat: Erweiterung der Module für Geräte, Stockwerke und Racks mit grundlegenden Funktionen und Strukturen 2026-02-06 18:47:25 +01:00
Troy Grunt
3ec3ad7fa5 feat: Implement API for managing network connections, device types, and uploads 2026-02-06 17:56:57 +01:00
Troy Grunt
5066262fca feat: Implement initial application structure with network view and SVG editor
- Added network-view.js for visualizing network topology with devices and connections.
- Introduced svg-editor.js for managing ports on device types with drag-and-drop functionality.
- Created bootstrap.php for application initialization, including configuration and database connection.
- Established config.php for centralized configuration settings.
- Developed index.php as the main entry point with module-based routing.
- Integrated _sql.php for database abstraction.
- Added auth.php for single-user authentication handling.
- Included helpers.php for utility functions.
- Created modules for managing connections, device types, devices, and floors.
- Implemented database schema in init.sql for locations, buildings, floors, rooms, network outlets, devices, and connections.
- Added Docker support with docker-compose.yml for web and database services.
- Documented database structure and UI/UX concepts in respective markdown files.
2026-02-05 23:41:54 +01:00