- 27 Jun, 2025 2 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.
-
Patrick Ade authored
-
- 25 Jun, 2025 1 commit
-
-
Gezer authored
-
- 03 Jun, 2025 2 commits
- 02 Jun, 2025 1 commit
-
-
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.
-
- 01 Jun, 2025 3 commits
- 22 Apr, 2025 1 commit
-
-
Gezer authored
-
- 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
-