Commit Graph

13 Commits

Author SHA1 Message Date
b973d2857b Bearbeite Issues #22 bis #24
closes #22

closes #23

closes #24
2026-02-19 10:31:53 +01:00
0642a3b6ef Behebe Dashboard-, Loesch- und Infrastruktur-Issues
closes #20

closes #19

closes #18

closes #17
2026-02-19 10:20:04 +01:00
346cf33eb7 Unify connections styling and complete NEXT tasks
closes #15
2026-02-19 09:35:51 +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
12141485ae infrastruktur karte 2026-02-16 11:57:24 +01:00
d1d89dd4e3 location list fix 2026-02-16 11:11:56 +01:00
63e60cbfcf bugfix device type list js bug 2026-02-16 09:19:11 +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
2c1a8c2a1f closes #2 2026-02-12 09:34:34 +01:00
78455ca1e6 . 2026-02-12 08:51:39 +01:00
b469a7ab33 css aufgeräumt 2026-02-12 08:35:53 +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