Commit graph

1668 commits

Author SHA1 Message Date
Luis Aleixo
c4541b6d5b refactor the get_lunch_mins and get_coffee_mins 2022-08-22 08:54:44 +01:00
Luis Aleixo
b528a9ba7c refactor validation on lunch time 2022-08-22 08:54:44 +01:00
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
d93e76d264 Handled the diff error on templates 2022-08-10 15:21:42 +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
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
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
Andre Henriques
a7ff64bd02 Merge branch 'feature/API_doc' into 'master'
Added external API reference to README

See merge request cara/cara!370
2022-06-28 23:09:41 +02:00
Luis Aleixo
d6d65c178a Added section title to expernal api reference 2022-06-27 16:31:05 +01:00
Luis Aleixo
1dd8d21cb7 Added external API reference to README 2022-06-27 16:31:05 +01:00
Andre Henriques
5ddc7b6bd4 Merge branch 'feature/r0_fix' into 'master'
Handled reproduction number error, and added close X button

See merge request cara/cara!373
2022-06-27 16:56:08 +02:00
Andre Henriques
379b5091a8 Merge branch 'feature/github_issues' into 'master'
Added current scenario for the alternative scenarios & GitHub issues

See merge request cara/cara!367
2022-06-27 16:45:32 +02:00
Luis Aleixo
2fc7b1cfa7 Handled reproduction number error, and added close X button 2022-06-24 14:46:42 +01:00
Luis Aleixo
4fb9f93753 Merge branch 'feature/timeout' into 'master'
Increased timeout error and handled numpy version

See merge request cara/cara!372
2022-06-24 11:53:25 +02:00
Luis Aleixo
ba2e1a07c0 test 2022-06-24 10:29:45 +01:00
Andre Henriques
d8e1e19e49 Merge branch 'feature/Germain' into 'master'
Added Germain as code contributor

See merge request cara/cara!368
2022-06-20 18:47:19 +02:00
Luis Aleixo
c57e468686 Added Germain as code contributor 2022-06-17 11:20:42 +02:00
Luis Aleixo
1d0182c152 Added limits as variables in cern applicable rules 2022-06-16 14:40:08 +02:00
Luis Aleixo
27237c4103 Bug on alternative scenario width 2022-06-14 17:33:44 +02:00
Luis Aleixo
ba10c23727 Added current scenario for the alternative scenarios (from current scenario data, to avoid the re-calculation) 2022-06-14 16:55:14 +02:00
Luis Aleixo
e777a71d2a Added missing conditions to alternative scenarios and. bug fix 2022-06-14 16:16:26 +02:00
Luis Aleixo
d0b5e9b2a7 Added colors to printable report 2022-06-14 14:48:55 +02:00