Projekt

Obecné

Profil

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

# Datum Autor Komentář
c4f90f7b 2021-05-14 12:31 Štěpán Červenka

Re #8914 - Opravit zobrazení grafů pro endpoint analytics

  • analytics working for sensor charts
  • analytics for unit charts trigger dummy multiline analytics chart
05d4a2a9 2021-05-13 09:40 Jakub Hlaváč

Re #XXXX - Podpora

  • fixing merge
e9e1e315 2021-05-13 08:42 Štěpán Červenka

Merge branch 'feature/sensor-graphs' into dev

66c042f1 2021-05-13 08:31 Štěpán Červenka

Re #8775 - Agregovat grafy se stejným typem sensoru

  • bugs fixed
  • sensors and units sending request to new methods
  • ready for observation data
04c72a8d 2021-05-12 23:18 Lukáš Moučka

Merge remote-tracking branch 'origin/dev' into feature/coding_dashboard

  1. Conflicts:
  2. src/app/dashboard/components/sensor-insert-popup/sensor-insert-popup.component.html
  3. src/app/shared/nav-bar/components/unit-insert-popup/unit-insert-popup.component.html
9d5c8063 2021-05-12 23:10 Lukáš Moučka

Re #8874 - Stylování popup oken
+ Add styles for next popup windows

8cca41c0 2021-05-12 07:39 Štěpán Červenka

Re #8775 - Agregovat grafy se stejným typem sensoru

  • graph loading decomposition
  • some bugs fixed
a4bcc9e4 2021-05-10 13:22 Lukáš Moučka

Re #8874 - Stylování popup oken
+ Add styles for popup windows

e7b16d72 2021-05-07 16:35 Štěpán Červenka

Re #8775 - Agregovat grafy se stejným typem sensoru

  • fix chart definitions
ec939478 2021-05-07 12:31 Štěpán Červenka

Re #8775 - Agregovat grafy se stejným typem sensoru

+ add definiton of multiline graph
+ add graph loader methods for handling multiline

c64ba540 2021-05-06 21:49 Jakub Hlaváč

Re #8870 - Edit sensor, insert unit - enum na sensorType

  • 500 error static message because BE returns HTML exception
    + sensorType as dropdown
    + removing sensors from form in insertion of unit and insertion of sensor
21b94ebf 2021-05-06 10:24 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
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

c3e17dae 2021-05-04 16:39 Jakub Hlaváč

Re #8787 - Přidat unit - úprava formuláře

  • add unit is now in the nav-bar
25c55833 2021-05-04 14:06 Lukáš Moučka

Re #8801 - Stylování dashboardu
+ Add styles for dashboard

4b76cfa7 2021-05-03 21:37 Jakub Hlaváč

Re #8787 - Přidat unit - úprava formuláře

  • shows popups based on backend response
b887ecc3 2021-05-03 20:12 Jakub Hlaváč

Re #8792 - Sensor page - tweak

+ adding error catchup on requests
+ toast message upon request

b4b32b0e 2021-05-03 13:28 Štěpán Červenka

Re #8807 - Opravy

+ add observations support

11efc186 2021-05-03 10:48 Jakub Hlaváč

Re #8792 - Sensor page - tweak

+ form and to input fields
  • show aggregation input for analytics endpoint
a29cfd21 2021-05-03 09:36 Jakub Hlaváč

Merge remote-tracking branch 'origin/feature/sensor-graphs' into dev

  1. Conflicts:
  2. package-lock.json
  3. src/app/sensor/components/sensor.component.ts
  4. src/app/unit/components/unit.component.ts
b6006ff4 2021-05-02 21:35 Jakub Hlaváč

Re #8786 - Přidání uživatele - formulář, endpoint

+ OpenAPI definition for adding user
+ new popup form for adding user

a3d61638 2021-05-02 20:24 Jakub Hlaváč

Re #8790 - Úprava sensoru - formulář, endpoint

+ OpenAPI definition for editing sensor
+ form for sensor edition

03d22047 2021-05-02 18:59 Jakub Hlaváč

Re #8791 - Odstranění sensor - endpoint

+ OpenAPI definition for deleting sensor
+ adding button to delete sensor
+ adding confirm dialog if deleting sensor

ea0e5344 2021-05-02 18:36 Jakub Hlaváč

Re #8788 - Odstranění unit - endpoint

+ OpenAPI definition for deleting unit
+ adding button to delete unit
+ adding confirm dialog if deleting unit

72effbbe 2021-05-02 18:31 Štěpán Červenka

Re #8774 - Implementovat pracovní verzi grafů pro jednotku

  • moved graph loading to separate class
  • change range for line charts
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
41dca01f 2021-04-21 17:39 Jakub Hlaváč

Merge remote-tracking branch 'origin/feature/coding_dashboard' into dev

  1. Conflicts:
  2. src/app/dashboard/components/dashboard.component.html
9d2007f1 2021-04-20 16:45 Lukáš Moučka

Re #8694 - Kódování dashboardu
+ add styles for login and dashboad

a7285540 2021-04-19 14:25 Jakub Hlaváč

Re #8676 - Definovat analytics API

+ new API endpoints (analytics)
  • changing getting sensor observation data from analytics endpoint
f86d42a9 2021-04-18 22:22 Jakub Hlaváč

Re #8673 - Rozchození aplikace na serveru

  • dockerfile fixing
  • fixing sending requests from httpclient
9c85f0ec 2021-03-30 21:05 Jakub Hlaváč

Re #8467 - Definice Open API 3.0

+ new Open API endpoints definitions

8c28e5ab 2021-03-30 21:05 Jakub Hlaváč

Re #8519 - Obrazovka 'Dashboard' - implementace

+ new view Dashboard with url /dashboard

db9d0213 2021-03-30 21:04 Jakub Hlaváč

Re #8467 - Definice Open API 3.0

+ new Open API endpoints definitions

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
5231600c 2021-03-29 21:21 Jakub Hlaváč

Re #8468 - Implementovat login formulář

  • cleanup
675bbb8c 2021-03-29 21:16 Jakub Hlaváč

Re #8468 - Implementovat login formulář

  • implementation of login form on separate page
    + new dashboard
1d6ec56f 2021-03-29 21:13 Jakub Hlaváč

Re #8467 - Definice Open API 3.0

+ new Open API endpoints definitions

464309d9 2021-03-21 19:37 Jakub Hlaváč

#8364 - Implementace loginu

+ first version of login form
+ requesting API and setting user to state

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

#8365 - Implementace interceptoru

+ first implementation of interceptor

6b3c455c 2021-03-20 17:23 Jakub Hlaváč

#8367 - Specifikace Open API 3.0 - login

+ definition of API endpoints needed for login