From c22b151a4edbbc3a39f0ad1dbe8ea1ab6aebdda8 Mon Sep 17 00:00:00 2001 From: Tobias Bengfort Date: Tue, 30 Nov 2021 11:31:55 +0100 Subject: [PATCH 1/2] fix: appointments from other studies in recruitment calendar --- source/guides/recruitment.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/guides/recruitment.rst b/source/guides/recruitment.rst index 9611be6..a9b037b 100644 --- a/source/guides/recruitment.rst +++ b/source/guides/recruitment.rst @@ -109,8 +109,6 @@ you to set up appointments for the participants: 3. The **Calendar** button in the **Appointments** tab opens a new window and allows you to have a look at all already appointed sessions of the study. - This calendar will also show appointments of resources if they are connected - to a study session (see :ref:`study-sessions`). .. warning:: -- GitLab From 0aee36bc092c6c9a506a78128dd3f91ec879c298 Mon Sep 17 00:00:00 2001 From: Tobias Bengfort Date: Tue, 30 Nov 2021 11:33:05 +0100 Subject: [PATCH 2/2] update warning on appointment validation See https://git.mpib-berlin.mpg.de/castellum/castellum/-/merge_requests/2135 --- source/guides/recruitment.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/guides/recruitment.rst b/source/guides/recruitment.rst index a9b037b..3293ba7 100644 --- a/source/guides/recruitment.rst +++ b/source/guides/recruitment.rst @@ -112,9 +112,10 @@ you to set up appointments for the participants: .. warning:: - Castellum only detects appointment collisions for connected resources! In - other words Castellum allows you to save various concurrent appointments if - the session doesn't have a resource connected. + There are cases in which for example two subjects will be tested at the + same time. For that reason castellum does not prevent you from booking + overlapping appointments. You have to make sure that the requied staff and + resources are available yourself. .. _recruitment-cleanup: -- GitLab