From 357c6f6cf1e155c630d0dd76acfbd583603de5b6 Mon Sep 17 00:00:00 2001 From: Tobias Bengfort Date: Tue, 11 Jan 2022 11:51:27 +0100 Subject: [PATCH 1/2] extend documentation on general domains --- docs/pseudonyms.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/pseudonyms.md b/docs/pseudonyms.md index 43e793f21..9703e79c2 100644 --- a/docs/pseudonyms.md +++ b/docs/pseudonyms.md @@ -15,9 +15,15 @@ anything in Castellum. These can be useful to provide pseudonyms for external databases that are used accross studies, e.g. for blood samples or IQ scores. -General domains can be created in the admin UI by creating a domain that -has a blank `content_type` and `object_id`. Study coordinators can then -select which general domain they need to access in their study. +In order to use a general domain you need to perform these steps: + +- In the admin UI, create a domains that has a blank `content_type` + and `object_id`. There you can also select which attributes need to + be accessible for this domain via the API. +- Also in the admin UI, add the domain to the "available general + domains" for relevant users. +- Study coordinators can then select which general domain they need to + access in their study. ## Legacy pseudonyms -- GitLab From c03a5646d136e117f681482aa09c90d94c078e1b Mon Sep 17 00:00:00 2001 From: Tobias Bengfort Date: Wed, 12 Jan 2022 11:20:22 +0100 Subject: [PATCH 2/2] typo --- docs/pseudonyms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pseudonyms.md b/docs/pseudonyms.md index 9703e79c2..11c068485 100644 --- a/docs/pseudonyms.md +++ b/docs/pseudonyms.md @@ -17,7 +17,7 @@ or IQ scores. In order to use a general domain you need to perform these steps: -- In the admin UI, create a domains that has a blank `content_type` +- In the admin UI, create a domain that has a blank `content_type` and `object_id`. There you can also select which attributes need to be accessible for this domain via the API. - Also in the admin UI, add the domain to the "available general -- GitLab