1. 27 Jun, 2025 2 commits
    • Gezer's avatar
      Refactor backend and stream processing structure · da0dc0bb
      Gezer authored
      - Updated Dockerfile in backend to set PYTHONPATH and modify CMD for Django server.
      - Changed permissions for multiple Python files in backend to make them executable.
      - Adjusted import paths in influxdb_service.py and views.py to reflect new structure.
      - Removed unused utils and loggingFactory files from stream_processing.
      - Added new utils for logging and flux query building.
      - Enhanced error handling and logging in mQTTClientHandler.py.
      - Updated docker-compose.yaml to include utils directory for both backend and stream processing services.
      - Improved JSON handling in jsonhandler.py with better exception management.
      da0dc0bb
    • Patrick Ade's avatar
      added comment · 398db1f0
      Patrick Ade authored
      398db1f0
  2. 25 Jun, 2025 1 commit
  3. 03 Jun, 2025 2 commits
  4. 02 Jun, 2025 1 commit
    • Patrick Ade's avatar
      Implement authentication store using Pinia; create auth store with login,... · e6e9197f
      Patrick Ade authored
      Implement authentication store using Pinia; create auth store with login, logout, and user fetching functionalities.
      
      Update main entry point to reflect new store structure; change import path for auth store.
      
      Add TypeScript support for Vue components; create shims-vue.d.ts for .vue file declarations.
      
      Create Login and Register views with authentication logic; implement user login and registration forms with error handling.
      
      Refactor HomeView to utilize authentication store; display user information and logout functionality based on authentication state.
      e6e9197f
  5. 01 Jun, 2025 3 commits
  6. 22 Apr, 2025 1 commit
  7. 19 Apr, 2025 3 commits
  8. 13 Apr, 2025 1 commit