Commit graph

1890 commits

Author SHA1 Message Date
Luis Aleixo
f907a6d897 modified UI text 2022-10-14 15:48:41 +02:00
Luis Aleixo
d63a6f2cf1 updated headers submenu and and mobile responsiveness 2022-10-14 11:01:14 +02:00
Luis Aleixo
e13c96faa2 added icons and sections for documentation, apps, git and about 2022-10-14 11:01:13 +02:00
Andre Henriques
49ed8d0bfb Merge branch 'feature/cloth_mask' into 'master'
New mask type

See merge request cara/caimira!394
2022-10-12 09:41:46 +02:00
Luis Aleixo
6ed1282b27 Fixed typo in documentation 2022-10-11 12:07:23 +02:00
Luis Aleixo
beea8a800b updated inhalation and exhalation values 2022-10-11 10:39:21 +02:00
Luis Aleixo
b1b0c07098 Added new icon for cloth mask 2022-10-10 14:13:31 +02:00
Luis Aleixo
fa3190f6fb added test for cloth mask and missing reference 2022-10-10 14:13:31 +02:00
Luis Aleixo
3ea0d83e21 Added cloth mask to backend 2022-10-10 14:13:31 +02:00
Andre Henriques
6c0d334270 Merge branch 'feature/p_one_infected' into 'master'
Probability that one individual is infected

See merge request cara/caimira!316
2022-10-10 11:32:55 +02:00
Luis Aleixo
12b7b57593 moved default infectiousness_days value to SARSCoV2 class and added another test scenario 2022-10-10 11:15:05 +02:00
Luis Aleixo
d50d63d710 UI adjustments 2022-10-07 10:35:44 +02:00
Luis Aleixo
a91ef8f953 updated short range message for P(I) one infected 2022-10-07 09:25:04 +02:00
Luis Aleixo
52615b1cfb updated based on test excel results 2022-10-07 09:03:24 +02:00
Luis Aleixo
f7b63decc3 Modified total probability rule formula 2022-10-05 17:36:07 +02:00
Luis Aleixo
7a9401a6fa added number of incubation days as property of the virus and adapted tests 2022-10-05 15:10:50 +02:00
Luis Aleixo
9032a8815d changed variable name in report_generator and added a retry decorator in test 2022-10-04 17:31:17 +02:00
Luis Aleixo
a61b88ce1b Changed variable names 2022-10-04 11:47:25 +02:00
Luis Aleixo
c9134679fd added default number of infected population and made few UI changes 2022-10-04 11:14:34 +02:00
Luis Aleixo
10d743c149 UI changes for probabilistic approach 2022-10-03 14:42:45 +01:00
Luis Aleixo
1b3ef45b00 changes to user guide 2022-10-03 14:42:44 +01:00
Luis Aleixo
9f1155540c added new activity type conference/training 2022-10-03 14:42:44 +01:00
Luis Aleixo
6b8f438a48 added Cases() for each test scenario and added tests for the test_exposure_model 2022-10-03 14:42:44 +01:00
Luis Aleixo
8936b0db48 added UI input fields and updated report for the new P(I) 2022-10-03 14:42:44 +01:00
Luis Aleixo
5b578c15ef backend model changes 2022-10-03 14:42:44 +01:00
Andre Henriques
70ccfaa978 Merge branch 'feature/ARVE_authentication_verification' into 'master'
Added verifications for the ARVE API

See merge request cara/caimira!400
2022-09-28 19:22:44 +02:00
Luis Aleixo
7dd45aa2bb re-defined the environment variables to be none instead of <undefined> 2022-09-28 16:18:24 +02:00
Luis Aleixo
3ff35f849b added DOM element for ARVE API authentication error 2022-09-28 16:18:24 +02:00
Luis Aleixo
93f09508ac handled 401 errors when credentials are not provided 2022-09-28 16:18:24 +02:00
Luis Aleixo
ba956bc045 Added verification when sensors are offline 2022-09-28 16:18:23 +02:00
Luis Aleixo
b487f5272f Added verification when the ARVE credentials are or not defined 2022-09-28 16:18:23 +02:00
Andre Henriques
2730a50d0f Merge branch 'feature/mypy_update' into 'master'
handled mypy newer release errors

See merge request cara/caimira!403
2022-09-28 16:13:11 +02:00
Luis Aleixo
810c3384e4 handled mypy newer release errors 2022-09-28 11:36:38 +02:00
Andre Henriques
e062b21441 Merge branch 'feature/new_zenodo_reference' into 'master'
Updated Zenodo DOI

See merge request cara/caimira!402
2022-09-23 14:51:47 +02:00
Luis Aleixo
91c5585149 Updated Zenodo DOI 2022-09-23 10:54:02 +02:00
Andre Henriques
1624f855a5 Merge branch 'feature/infected_people_max' into 'master'
Total number of infected people limit

Closes #286

See merge request cara/caimira!399
2022-09-22 10:44:06 +02:00
Luis Aleixo
6a5524a8b8 added validation tests and removed span error message 2022-09-21 11:53:19 +02:00
Luis Aleixo
c98261503e added server side validation 2022-09-21 11:42:39 +02:00
Luis Aleixo
01e3bf8ca5 Added UI validation for the total number of infected people 2022-09-21 11:42:39 +02:00
Andre Henriques
6aeadc2797 Merge branch 'feature/sensors_credentials' into 'master'
Added ARVE credentials to OKD

See merge request cara/caimira!398
2022-09-19 11:14:00 +02:00
Andre Henriques
00e483a705 Merge branch 'feature/window_frequency_hide' into 'master'
Hide window parameters

See merge request cara/caimira!389
2022-09-19 10:04:44 +02:00
Luis Aleixo
862f65e5a0 hide window parameters 2022-09-19 10:00:26 +02:00
Luis Aleixo
ad154be913 defined secrets 2022-09-19 09:52:47 +02:00
Luis Aleixo
37d022a1ef added env variables 2022-09-19 09:45:18 +02:00
Andre Henriques
139e7ac91d Merge branch 'feature/sensors_fetch' into 'master'
ARVE sensors data API

See merge request cara/caimira!371
2022-09-19 09:13:53 +02:00
Luis Aleixo
8da4e7fc25 Changed alert message for authentication errors 2022-09-19 09:05:38 +02:00
Luis Aleixo
3081031d12 Updated readme on the API references 2022-09-19 09:05:38 +02:00
Luis Aleixo
d90e03446b Completely removed ARVE sensors on base theme 2022-09-19 09:05:37 +02:00
Luis Aleixo
7af00de5d4 added inside_temp and humidity as floats with "_NO_DEFAULT" default value 2022-09-19 09:05:37 +02:00
Luis Aleixo
ee794ec9b7 Added reference for external api call for humidity and inside temperature 2022-09-19 09:05:37 +02:00