Commit Graph

84 Commits

Author SHA1 Message Date
core 83d3ca5e28 🔧 Update: Database and Log Enhancements
**Änderungen:**
-  Aktualisierte Datenbankdateien (myp.db, myp.db-shm, myp.db-wal) zur Verbesserung der Datenintegrität und Performance.
-  Erweiterte Protokollierung in verschiedenen Log-Dateien (admin.log, admin_api.log, api.log, app.log, etc.) zur besseren Nachverfolgbarkeit von Systemereignissen und Fehlern.
-  Hinzugefügte Informationen zu Tapo-Steckdosen-Status und Fehlerbehandlung in den Protokollen.

**Ergebnis:**
- Verbesserte Datenbankleistung und -stabilität.
- Erhöhte Transparenz und Nachvollziehbarkeit durch detaillierte Log-Einträge.

🤖 Generated with [Claude Code](https://claude.ai/code)
2025-06-16 01:08:51 +02:00
core ed1b0e9125 🔧 Update: Enhance error handling in API responses
**Änderungen:**
-  admin_unified.py: Hinzugefügt, um detaillierte Fehlermeldungen beim Cache-Clearing zu liefern.
-  jobs.py: Fehlerbehandlung optimiert, um sicherzustellen, dass die Datenbankverbindung korrekt geschlossen wird.
-  printers.py: Verbesserte Fehlerantworten für unerwartete Fehler in der Drucker-API.

**Ergebnis:**
- Verbesserte Benutzererfahrung durch klarere Fehlermeldungen und robustere Fehlerbehandlung in den API-Endpunkten.

🤖 Generated with [Claude Code](https://claude.ai/code)
2025-06-16 01:04:23 +02:00
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 eaf415c80f 📝 "Refactor session handling 2025-06-13 07:32:57 +02:00
core 691a4f2d41 Die Dateien wurden geändert oder hinzugefügt: 2025-06-13 07:17:00 +02:00
core b519e72932 🎉 Added '.cursorrules' and 'backend/utils/audit_logger.py' 🎉 2025-06-12 07:21:31 +02:00
core 9fdf7b7d35 📚 Improved log file management in Backend 🖥️🔍 2025-06-11 11:08:22 +02:00
Tomczak 4587433fe4 📚 Improved logging structure & added new logs in backend/logs directory 🎉 2025-06-11 10:51:44 +02:00
Tomczak f32d84acb8 📚 Improved logging structure & efficiency 🖼️ 2025-06-11 10:39:29 +02:00
core 4b18bcaf0d 📚 Improved logging structure & efficiency across backend logs 🎉 2025-06-11 10:04:54 +02:00
core 6fe5882e7d 📚 Improved backend structure & logs management 🎉 2025-06-11 09:29:15 +02:00
core 4813e6cc70 It appears you've made several updates to your project files, primarily in the JavaScript and CSS directories. Here's a summary of the changes: 2025-06-11 09:18:44 +02:00
core 6d6aa954dd It appears you have a well-structured Git repository with various files, including SVG icons and HTML documents. Here's a brief overview: 2025-06-11 09:05:15 +02:00
core 23d6a8c6d0 📚 Improved log file structure & organization 🚀 2025-06-11 08:42:54 +02:00
core b2174224ec 🎉 Added IHK_Projektdokumentation/Gamma_AI_Präsentations_Prompt.md & updated related files 📚 🔧 2025-06-10 13:33:51 +02:00
core 7e4bfbd4d7 It appears that the repository has undergone several changes and renamings: 2025-06-10 13:23:37 +02:00
core af7838e77b 📚 Improved backend structure & logs organization 🎉 2025-06-10 10:03:25 +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 0a1b24c4ef 🔧 Aktualisierung der Tapo-Steckdosen-Integration: Umstellung auf zentralen tapo_controller für Statusprüfungen und Verbindungs-Tests. Verbesserung der Fehlerbehandlung und Protokollierung. Anpassungen in der Dokumentation und Umbenennung von Funktionen zur besseren Lesbarkeit. 🛠️ 2025-06-05 11:13:43 +02:00
core 502d63bc20 🎉 Improved IHK Project Documentation with Screenshots & Videos 📚 2025-06-05 11:05:23 +02:00
core 375c48d72f ich geh behindert 2025-06-05 01:34:10 +02:00
core 4099b1de24 📚 Reorganized documentation files and logs → Improved project structure & clarity 🎉 2025-06-04 09:33:21 +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 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 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 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 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 5b76b8e96b 🎉 Feature: Backend Performance Optimization 🌟 2025-06-03 14:15:33 +02:00
core b9913627be 📚 Improved log file management system across various components 🎉 2025-06-03 13:34:40 +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 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