Projekt

Obecné

Profil

Statistiky
| Větev: | Tag: | Revize:

# Datum Autor Komentář
cbb91c90 2021-05-13 21:27 Jakub Hlaváč

Re #8915 - Zapracování požadavků ze schůzky

+ sensor edit under edit button in menu
  • request for sensor data only for first time, then after button click
    + sensor group names
    + adding information to unit and sensor
    + commenting
    + code refactor
b5525aef 2021-05-06 09:39 Jakub Hlaváč

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
cd2a65f3 2021-05-04 21:24 Jakub Hlaváč

Re #8793 - Unit page - implementace

+ implementation of unit page graphs
+ multiple graphs on one page from one request

b887ecc3 2021-05-03 20:12 Jakub Hlaváč

Re #8792 - Sensor page - tweak

+ adding error catchup on requests
+ toast message upon request

a3ae1cab 2021-05-02 15:21 Jakub Hlaváč

Re #8794 - Přidat unit - formulář, endpoint

+ new form for adding unit
+ new endpoint in OpenAPI

87c1bdd1 2021-04-26 12:42 Jakub Hlaváč

Re #8728 - Implemetace autorizace přes nové API endpointy

  • login with nes endpoints
    + getting user info from endpoint
    + defining new endpoints to OpenAPI
32a05165 2021-03-30 21:01 Jakub Hlaváč

Re #8469 - Improvment security - implementace

  • admin = 0, group_admin = 1, user = 2
3c274ade 2021-03-30 20:54 Jakub Hlaváč

Re #8469 - Improvment security - implementace

  • username 'kiv' = admin
  • others are users
2c5da396 2021-03-30 18:16 Jakub Hlaváč

Re #8469 - Improvment security - implementace

  • authGuard and roleGuard final version
    + usage of localStorage for fields
    + loading properties form cookies to state
3db487e2 2021-03-29 21:17 Jakub Hlaváč

Re #8469 - Improvment security - implementace

  • security enhancements
  • usage of session storage
2ddd52c9 2021-03-21 19:54 Jakub Hlaváč

#8366 - Implementace authguardu

+ implementation of guards (not used now)
+ resolving problems with Set-Cookie response from backend

f8b9a3a2 2021-03-21 19:34 Jakub Hlaváč

#8365 - Implementace interceptoru

+ first implementation of interceptor