Commit Graph

15 Commits

Author SHA1 Message Date
4a23713d31 verbings administration 2026-02-16 14:43:15 +01:00
510a248edb div TODOs 2026-02-16 13:56:01 +01:00
2a1732323d #13 räume definieren 2026-02-16 10:59:29 +01:00
2891f52f84 defekter floorplan 2026-02-13 12:51:09 +01:00
3507024bc3 . 2026-02-13 11:23:28 +01:00
8ee3252c51 fehlerseiten 2026-02-13 11:03:51 +01:00
52746508fa . 2026-02-13 10:59:23 +01:00
e58ee6f41b TODOs 2026-02-13 10:58:37 +01:00
24b2980d76 infrastruktur 2026-02-13 10:00:57 +01:00
365b1a7da4 closes #3 2026-02-12 09:27:42 +01:00
Troy Grunt
88ff04aa01 löschen 2026-02-11 21:59:13 +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
4f32bf68ca feat: Dockerfile und Dashboard-Modul hinzugefügt, .htaccess angepasst und SQL-Initialisierung optimiert 2026-02-07 16:28:05 +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