- 27 Jun, 2025 3 commits
-
-
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.
-
22stmo1bif authored
-
Patrick Ade authored
-
- 26 Jun, 2025 1 commit
-
-
22stmo1bif authored
Refactor sensor schemas for improved data structure; update RoomDataRangeResponse to use nested dictionaries Add authentication handling and logout functionality in NavBar component Enhance AboutView with additional project details and links Revamp ChartView for better data loading and display; implement default time window and improved styling Update HomeView styles for better readability; remove deprecated HomeViewOLD component
-
- 25 Jun, 2025 7 commits
-
-
Patrick Ade authored
-
Gezer authored
Refactor sensor availability endpoint and schemas; update response to include detailed sensor availability data
-
Patrick Ade authored
Add axios for API requests and refactor authentication store to use axios; remove old auth store, witched to JWT
-
Patrick Ade authored
-
Patrick Ade authored
-
Patrick Ade authored
- Added JWT authentication with login and registration endpoints. - Created sensor data retrieval endpoints for room and sensor availability. - Integrated InfluxDB for data handling and added necessary routes. - Updated project dependencies to include django-ninja and pyjwt.
-
Gezer authored
-
- 03 Jun, 2025 2 commits
- 02 Jun, 2025 2 commits
-
-
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.
-
Mele authored
Added funktion for cookies, Fixed path in app/urls.py added something to settings.py imported inMount updated package-lock.json and package.json
-
- 01 Jun, 2025 3 commits
- 20 May, 2025 2 commits
- 15 May, 2025 3 commits
- 09 May, 2025 1 commit
-
-
Gezer authored
on other pcs
-
- 08 May, 2025 3 commits
- 30 Apr, 2025 1 commit
-
-
Gezer authored
needs to be finished
-
- 24 Apr, 2025 1 commit
-
-
Gezer authored
-
- 22 Apr, 2025 1 commit
-
-
Gezer authored
-
- 21 Apr, 2025 2 commits
- 20 Apr, 2025 1 commit
-
-
Mele authored
Frontend is now working and gets startet by the docker compose.yaml
-
- 19 Apr, 2025 3 commits
- 13 Apr, 2025 1 commit
-
-
Patrick Ade authored
backend in django python manged by uv frontend in vue.js managed by npm and vite
-