Commit Graph

114 Commits

Author SHA1 Message Date
core 124953049b Title: Enhanced Data Management and Job Queue System Integration
🎉 New Feature: Integrated advanced data management capabilities with improved job queue system for seamless workflow.

📚 The updated data management module now offers robust features such as data validation, normalization, and efficient storage using optimized database queries. This ensures accurate and consistent data handling across the application.

💄 Additionally, the job queue system has been upgraded to handle complex tasks more efficiently, reducing latency and improving overall
2025-06-16 00:58:43 +02:00
core 81cd0e8feb 🔧 Update: Enhance printer deletion API documentation and success messaging
**Änderungen:**
-  admin_unified.py: Aktualisierte Dokumentation der delete_printer_api-Funktion, um die Löschung von Druckern mit allen Abhängigkeiten zu verdeutlichen.
-  Erfolgsnachricht angepasst, um gelöschte Abhängigkeiten in der Rückgabe zu inkludieren.

**Ergebnis:**
- Verbesserte Klarheit und Nachvollziehbarkeit bei der Nutzung der API zur Drucker-Löschung.
- Detailliertere Rückmeldungen für Benutzer über erfolgreich gelöschte Drucker und deren Abhängigkeiten.

🤖 Generated with [Claude Code](https://claude.ai/code)
2025-06-16 00:43:19 +02:00
core 442d6d82dd 🔧 Update: Enhance user settings API to support PATCH method
**Änderungen:**
-  user_management.py: Erweitert die API zur Aktualisierung von Benutzereinstellungen, um sowohl POST- als auch PATCH-Anfragen zu unterstützen.

**Ergebnis:**
- Verbesserte Flexibilität bei der Aktualisierung von Benutzereinstellungen durch Unterstützung von PATCH-Anfragen.

🤖 Generated with [Claude Code](https://claude.ai/code)
2025-06-16 00:34:56 +02:00
core fcefbef49d 🔧 Update: Enhance printer deletion API and logging
**Änderungen:**
-  admin_unified.py: Implemented detailed logging for printer deletion actions, including success and error messages.
-  printers.html: Updated delete button functionality to utilize the PrinterManager class for improved code organization and error handling.

**Ergebnis:**
- Verbesserte Nachverfolgbarkeit und Fehlerdiagnose bei Drucker-Löschvorgängen.
- Optimierte Benutzerinteraktion durch verbesserte Fehlerbehandlung im Frontend.

🤖 Generated with [Claude Code](https://claude.ai/code)
2025-06-16 00:33:20 +02:00
core e98f273cad 🔄 Update: Log files and database enhancements
**Änderungen:**
-  Aktualisierte app.log mit erweiterten Debug- und Informationsmeldungen zur Entwicklungsumgebung.
-  calendar.log: Hinzugefügt, um Kalender-Events für den Zeitraum korrekt abzurufen.
-  data_management.log: Mehrere Initialisierungen und Konsolidierungen protokolliert.
-  energy_monitoring.log: Verbesserte Protokollierung für Energiestatistiken und Dashboard-Daten.
-  hardware_integration.log: Erweiterte Protokollierung für Tapo-Steckdosen und Energiestatistiken.
-  job_queue_system.log: Verbesserte Protokollierung für Job-Management und Konsolidierungen.
-  jobs.log: Protokollierung von Job-Abfragen für Benutzer.
-  monitoring_analytics.log: Konsolidierungen und Initialisierungen protokolliert.
-  permissions.log: Korrekturen für Admin-Berechtigungen protokolliert.
-  scheduler.log: Fehlerprotokollierung bei der Überprüfung von Jobs.
-  tapo_controller.log: Erweiterte Protokollierung für Tapo-Steckdosen-Status und Fehler.
-  tapo_status_manager.log: Initialisierungen protokolliert.
-  utilities_collection.log: Konsolidierungen und Initialisierungen protokolliert.
-  dark-light-unified.css: Optimierte Übergänge für das Design.
-  base.html: HTMX-Skript nur bei Bedarf geladen.

**Ergebnis:**
- Verbesserte Nachverfolgbarkeit und Fehlerdiagnose in den Protokolldateien.
- Optimierte Benutzererfahrung durch verbesserte UI-Elemente und Skriptmanagement.
2025-06-16 00:15:40 +02:00
core c4e65a07a9 🗑️ Refactor: Remove obsolete printer check scripts and update app logic
**Änderungen:**
-  check_printer_ips.py und check_printers.py: Entfernt nicht mehr benötigte Skripte zur Überprüfung von Drucker-IP-Adressen.
-  DRUCKER_STATUS_REQUIREMENTS.md: Veraltete Anforderungen entfernt.
-  setup_standard_printers.py: Anpassungen zur Vereinheitlichung der Drucker-IP.
-  app.py: Logik zur Filterung offline/unreachable Drucker aktualisiert.

**Ergebnis:**
- Bereinigung des Codes durch Entfernen nicht mehr benötigter Dateien.
- Optimierte Logik zur Handhabung von Druckerstatus in der Anwendung.

🤖 Generated with [Claude Code](https://claude.ai/code)
2025-06-15 23:59:39 +02:00
core 956c24d8ca 🔧 Update: Enhanced error handling and logging across various modules
**Änderungen:**
-  app.py: Hinzugefügt, um CSRF-Fehler zu behandeln
-  models.py: Fehlerprotokollierung bei der Suche nach Gastanfragen per OTP
-  api.py: Fehlerprotokollierung beim Markieren von Benachrichtigungen als gelesen
-  calendar.py: Fallback-Daten zurückgeben, wenn keine Kalenderereignisse vorhanden sind
-  guest.py: Status-Check-Seite für Gäste aktualisiert
-  hardware_integration.py: Debugging-Informationen für erweiterte Geräteinformationen hinzugefügt
-  tapo_status_manager.py: Rückgabewert für Statusabfrage hinzugefügt

**Ergebnis:**
- Verbesserte Fehlerbehandlung und Protokollierung für eine robustere Anwendung
- Bessere Nachverfolgbarkeit von Fehlern und Systemverhalten

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-15 22:45:20 +02:00
Tomczak 822e3c542a 🎉 Improved database structure in backend/database/myp.* files and removed outdated backups. 🛠️ Added numerous activity session pickle files to backend/instance/sessions directories. 🖥️ Updated various log files for better monitoring and debugging: app/app.log, core_system/core_system.log, data_management/data_management.log, energy_monitoring/energy_monitoring.log, hardware_integration/hardware_integration.log, job_ 2025-06-13 12:47:06 +02:00
core 173d8e83d5 🎉 Refactor Backend Database Files & Add Session Logs 📚💄 2025-06-13 12:36:46 +02:00
core 455ccf59b6 🎉 Improved cursor rules and expanded logging system across backend files. 🖥️📝 2025-06-12 07:36:37 +02:00
core c7f9738bbe 🎉 Refactored backend structure: Removed unused files including app_cleaned.py, admin_api.py, admin.py, user.py, and others. Updated settings.local.json to include additional Bash commands. Enhanced admin templates for better navigation and functionality. Improved logging and error handling across various modules. 2025-06-09 19:33:06 +02:00
core 375c48d72f ich geh behindert 2025-06-05 01:34:10 +02:00
core 7297c656e7 📚 Added EvilTwin.md.pdf 2025-06-04 09:43:51 +02:00
core 4099b1de24 📚 Reorganized documentation files and logs → Improved project structure & clarity 🎉 2025-06-04 09:33:21 +02:00
core 33a6ea7ae8 🎉 Fixed database connection issue in myp.db-wal & scheduler.log, ensuring logs are updated accurately. 📝🔐💻📈 2025-06-04 09:23:22 +02:00
core cbdb457b3c 📚 Improved log file management system 🎉 2025-06-04 09:23:13 +02:00
core 8b663aa7f4 📚 Improved documentation and log file maintenance 🚀 2025-06-04 07:27:39 +02:00
core 6b473afe43 🎉 Improved documentation and logs structure in Backend 🖥️📊 2025-06-04 01:00:16 +02:00
core dc007a9172 🎉📚 Improved documentation and log management system in backend #123 2025-06-04 00:49:16 +02:00
core f83ad09b46 🎉 Updated IHK Projektdokumentation to Markdown format & optimized database files 🎇 2025-06-04 00:35:44 +02:00
core f81da17648 📚 Improved database optimization & CSS refinements 🎉 2025-06-04 00:15:15 +02:00
core 0802c2b175 📚 Improved database structure & log files organization in backend #123 2025-06-04 00:00:13 +02:00
core 4c8b159c1c 📚 Improved logging structure in backend logs 🎉 2025-06-03 23:49:45 +02:00
core 6bfa31905c 🎉 Kiosk-Modus optimiert: Integration von Waitress für verbesserte Stabilität, IPv4-Bindung zur Vermeidung von Timeout-Problemen und automatische Bereinigung hängender Prozesse. Dokumentation aktualisiert und nicht mehr benötigte Skripte entfernt. 🛠️📈 2025-06-03 23:43:17 +02:00
core 56baed71ea 🎉 Refactor Backend Logs: Reorganized and optimized log files for improved performance and maintenance. 🧱📈🔍 2025-06-03 23:31:02 +02:00
core ee1583c4ec 📚 Improved database structure with myp.db-shm & myp.db-wal additions and updated documentation on frontend optimization completion. 🥳⚙️📖🔧 2025-06-03 23:20:12 +02:00
core 9f29705daf 🎉 Updated various log files and added new scripts for kiosk start in backend directory 📚🔧💻📝 2025-06-03 23:15:06 +02:00
core 31d1a3eaf6 🎉 Update project documentation and conversion scripts to Markdown format, optimize logs directory structure. 🐛 2025-06-03 23:04:37 +02:00
core a27b978fc5 🎉 Improved frontend performance by optimizing CSS & JS files, streamlining templates, and enhancing documentation. 🖥️📈💻📚🔍 2025-06-03 23:04:09 +02:00
core d92f4e0cc4 🎉 Improved documentation and log files structure in backend logs 🛠️📚 2025-06-03 22:19:13 +02:00
core dcca70962a 🎉 Improved database logs & cleanup (#123) 2025-06-03 22:15:43 +02:00
core 8db2c842a8 🎉 Improved IHK Project Documentation & Database Optimization 🖥️ 2025-06-03 22:08:06 +02:00
core dfb519cbe6 📚 Improved log file management system across various components 🎉 2025-06-03 22:05:29 +02:00
core e4ca757d4f 📚 Improved IHK Project Documentation and Database Optimization 2025-06-03 20:57:12 +02:00
core b5a2eb913b 📚 Improved IHK Projektdokumentation: Updated Markdown files & database logs for better clarity and organization. 🖊️🔍 2025-06-03 20:50:38 +02:00
core 0c4ee77648 📚 Improved documentation and log management in backend 🖥️🔍 2025-06-03 20:45:45 +02:00
core f1094bb125 📚 Improved documentation and log files across backend logs 🎉 2025-06-03 15:29:54 +02:00
core f4c164e8df 🎉 Added database shm and WAL tables, improved log file monitoring in backend/database & logs respectively. 🦋🔌📈 2025-06-03 15:19:34 +02:00
core 5b76b8e96b 🎉 Feature: Backend Performance Optimization 🌟 2025-06-03 14:15:33 +02:00
core 1e475cdd84 📚 Improved database logs and setup files 🎉 2025-06-03 13:45:48 +02:00
core b9913627be 📚 Improved log file management system across various components 🎉 2025-06-03 13:34:40 +02:00
core 45547a8da6 🎉 Feat/DB: Enhanced database logging & WAL management for improved stability and performance in backend/database/myp.db-wal 2025-06-03 13:23:58 +02:00
core b29219ce4c 📚 Improved logging structure across various logs files in the backend. 🖥️🔍 2025-06-03 13:20:36 +02:00
core 55d8ee39cc 📚 Improved backend logs and CSS styling 🎉 2025-06-02 15:32:03 +02:00
core e44c7fa7fd 📚 Improved log file organization and structure in backend logs 2025-06-02 15:21:24 +02:00
core eb65210083 🎉 Improved database files and logs structure in backend 🌐📊 2025-06-02 15:18:24 +02:00
core 6ff407a895 🎉 Refactor and optimize database files, enhance error handling with new utility scripts 📚, and update documentation on fault tolerance and unattended operation. 🚀 2025-06-02 14:57:58 +02:00
core 7bea427bd6 🎉 Improved database structure with new files 'myp.db-shm' and 'myp.db-wal', updated documentation to 'STECKDOSENSCHALTZEITEN.md'. Also, refactored logs for better organization. 📝🔍📈 2025-06-02 14:47:37 +02:00
core 7ee6ce5cae 🎉 Refactor Backend Logs and Utilities 🖥️📚 2025-06-02 14:37:04 +02:00
core 74367497af 📚 Improved database and log management in backend 2025-06-02 10:57:13 +02:00