Commit Graph

8 Commits

Author SHA1 Message Date
ec20fa2f96 docs: update open TODO status and patchpanel documentation
- refresh TODO.md section for bugs/docs/status files

- align implementation status for delete/auth progress

- mark patchpanel infrastructure and floor SVG editor status in README

- finalize database patchpanel status notes and init.sql connection rules
2026-02-18 09:29:57 +01:00
2a1732323d #13 räume definieren 2026-02-16 10:59:29 +01:00
24b2980d76 infrastruktur 2026-02-13 10:00:57 +01:00
b469a7ab33 css aufgeräumt 2026-02-12 08:35:53 +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
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