Projekt

Obecné

Profil

« Předchozí | Další » 

Revize b5525aef

Přidáno uživatelem Jakub Hlaváč před více než 3 roky(ů)

Re #8850 - Ověření funkčnosti - implementované enpointy

+ new use case add position to unit
  • tweaking all calls to operations with units and sensors
    + adding sensor type enum from backend endpoint
    + some form validation :)
    - removing all endpoints from /senslog1

Zobrazit rozdíly:

src/app/auth/services/auth.service.ts
84 84
    localStorage.setItem(GlobalVariable.RIGHTS, userCookie.rightsID.toString());
85 85
    this.cookieService.set('user', username);
86 86
  }
87

  
88
  redirectToDashboard() {
89
    this.router.navigate(['/dashboard']);
90
  }
87 91
}

Také k dispozici: Unified diff