1. 27 Jun, 2025 1 commit
  2. 25 Jun, 2025 1 commit
    • Patrick Ade's avatar
      Implement user authentication and sensor data APIs · 667b5b56
      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.
      667b5b56
  3. 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
  4. 20 May, 2025 1 commit
  5. 22 Apr, 2025 1 commit
  6. 21 Apr, 2025 2 commits
  7. 19 Apr, 2025 1 commit
  8. 13 Apr, 2025 1 commit