Commit graph

1911 commits

Author SHA1 Message Date
Luis Aleixo
e9f7417001 parametrization of some lunch presence validation tests 2022-08-22 08:54:44 +01:00
Luis Aleixo
833ed39e57 updated the validation condition for lunch break 2022-08-22 08:54:44 +01:00
Luis Aleixo
a6454987f2 Update on validation string error 2022-08-22 08:54:44 +01:00
Luis Aleixo
fc20bc9e9d Added validation for number of infected people <= number of total people 2022-08-22 08:54:44 +01:00
Luis Aleixo
814f1dc625 added validation for window venting duration < window venting frequency 2022-08-22 08:54:44 +01:00
Luis Aleixo
a16e1f1fc9 Added validation for length of breaks <= length of activity 2022-08-22 08:54:44 +01:00
Luis Aleixo
3baaa02ff8 Server-side validation in lunch break times within the activity times 2022-08-22 08:54:44 +01:00
Luis Aleixo
1f439cf22f Merge branch 'feature/numpy_version' into 'master'
Numpy version update

See merge request cara/cara!385
2022-08-15 22:03:56 +02:00
Luis Aleixo
067c4d4a66 update numpy version 2022-08-15 20:57:53 +01:00
Andre Henriques
ded152d6c9 Merge branch 'feature/openshift_diff' into 'master'
Handled the diff error on templates

Closes #268

See merge request cara/cara!376
2022-08-15 14:43:46 +02:00
Andre Henriques
80573a585a Merge branch 'feature/UI_feedback' into 'master'
UI modifications

See merge request cara/cara!366
2022-08-15 12:07:57 +02:00
Luis Aleixo
6ead1a0998 updated image path 2022-08-11 14:43:29 +01:00
Luis Aleixo
d836314bba Fixed static image error on expert app 2022-08-11 11:20:17 +01:00
Luis Aleixo
d93e76d264 Handled the diff error on templates 2022-08-10 15:21:42 +02:00
Luis Aleixo
5574c29206 added readthedocs configfile 2022-08-02 16:52:09 +02:00
Luis Aleixo
33c5531ccf Added references 2022-08-02 10:16:09 +02:00
Nicolas Mounet
9af9833a33 Some more typos and rephrasing 2022-07-29 10:27:34 +02:00
Luis Aleixo
9cbf1fce88 Parameterized the link to the production expert app 2022-07-28 14:53:45 +02:00
Luis Aleixo
6519172f31 Merge branch 'master' into feature/documentation 2022-07-28 12:21:04 +02:00
Luis Aleixo
180c621657 typos 2022-07-28 12:11:12 +02:00
Nicolas Mounet
f8397ad5cc Some doc rephrasing + typo corrections 2022-07-27 17:59:36 +02:00
Luis Aleixo
9c9c9210c7 Adapted userguide on windows openings 2022-07-20 15:39:00 +02:00
CERN\Andrejh
6e86ab17ea minor update in readme 2022-07-20 15:39:00 +02:00
Luis Aleixo
d9e48c7b66 Added default values for baseline model 2022-07-20 15:39:00 +02:00
Luis Aleixo
35b74c7bcf Typo and added default UI value for duration and frequency 2022-07-20 15:39:00 +02:00
Luis Aleixo
0f5a38a4c1 tweaks on calculator layout 2022-07-20 15:39:00 +02:00
Luis Aleixo
7796fad183 Reverted the windows opening change 2022-07-20 15:39:00 +02:00
Luis Aleixo
c4b6324070 Short range interaction - changed "shouting" to "shouting/singing" UI 2022-07-20 15:38:59 +02:00
Luis Aleixo
624ea51e48 Typo in docstring 2022-07-20 15:38:59 +02:00
Luis Aleixo
ee7e00c9a2 Removed units from input placeholders 2022-07-20 15:38:59 +02:00
Luis Aleixo
f5ef650cea Added default frequency of 1 hour for window opening 2022-07-20 15:38:59 +02:00
Luis Aleixo
0fc28f129b Input fields with units (and respective resizing adjustments) 2022-07-20 15:38:59 +02:00
Andre Henriques
1426097c56 Merge branch 'feature/openshift_resources' into 'master'
Openshift object resources

Closes #269

See merge request cara/cara!375
2022-07-20 10:19:26 +02:00
Luis Aleixo
0c03765ad7 Handled numpy version update 2022-07-11 13:55:18 +02:00
Luis Aleixo
e0e913a19d Added needed resources for calculator-open in deploymentconfig.yaml file 2022-07-11 13:55:04 +02:00
Luis Aleixo
1054490112 Added UML diagram to CARA documentation 2022-07-07 17:17:15 +02:00
Luis Aleixo
6ac3392282 Merge branch 'master' into feature/documentation 2022-07-07 15:49:30 +02:00
Luis Aleixo
997f225405 Updated section titles 2022-07-07 15:45:43 +02:00
Luis Aleixo
0a984381f0 Updated text and some typos 2022-07-07 15:13:11 +02:00
Luis Aleixo
1df90375fa Merge branch 'feature/report_error_pi_short_range' into 'master'
Fixed bug with short-range interactions

See merge request cara/cara!374
2022-07-05 13:50:40 +02:00
Luis Aleixo
cb485b175a added margin top to the alternative scenarios plots 2022-07-05 13:46:29 +02:00
Luis Aleixo
d04b011e52 Merge branch 'feature/repr_model' into 'master'
Added code repr to input data

Closes #76

See merge request cara/cara!363
2022-07-05 13:33:42 +02:00
Luis Aleixo
668920da9b Added note to model representation 2022-07-05 12:00:55 +02:00
Luis Aleixo
89724c504c Format issues 2022-07-05 10:14:02 +02:00
Luis Aleixo
07a9f9c60e Changed code representation block to be HTML comment 2022-07-04 16:12:12 +02:00
Luis Aleixo
3eb890d1a2 Added code repr to input data 2022-07-04 16:12:12 +02:00
Luis Aleixo
e95b1479bf Fixed bug with short-range interactions 2022-07-04 12:14:54 +02:00
CERN\Andrejh
92ad420252 final updates 2022-06-30 17:34:57 +02:00
CERN\Andrejh
d48809f4e8 reinstate the 100 μm reference 2022-06-30 14:13:29 +02:00
CERN\Andrejh
957973bd39 update 2022-06-30 10:50:23 +02:00