Commit Graph

63 Commits

Author SHA1 Message Date
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
aae7237420 WIP: db versuch, leider ERR500 2026-02-07 00:08:26 +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