From 0be141f070045f56bc347ddc3923e230f25b4800 Mon Sep 17 00:00:00 2001 From: Will Beasley Date: Tue, 5 Nov 2024 13:32:21 -0600 Subject: [PATCH] dag & dag-write readmes ref #552 --- inst/test-data/projects/dag-write/README.md | 3 +++ inst/test-data/projects/dag/README.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/inst/test-data/projects/dag-write/README.md b/inst/test-data/projects/dag-write/README.md index 10299839..fe576c3d 100644 --- a/inst/test-data/projects/dag-write/README.md +++ b/inst/test-data/projects/dag-write/README.md @@ -7,3 +7,6 @@ Follow the typical steps to import & establish project, plus 1. "unittestphifree": not assigned to a dag 1. "unittestphifree-dag1": assigned to "dag-a" dag. 1. Create tokens for each user (and copy to the server's credential file) + +1. Make sure the plugin on your test server is updated to the correct `project_id` value in the delete sql. + The sql is in [wipe-project-redcapr-dag-write.php](../../../../utility/plugins/wipe-project-redcapr-dag-write.php). diff --git a/inst/test-data/projects/dag/README.md b/inst/test-data/projects/dag/README.md index aea702ef..768bb320 100644 --- a/inst/test-data/projects/dag/README.md +++ b/inst/test-data/projects/dag/README.md @@ -1,8 +1,8 @@ dag ======== -Manual Instructions: +In addition to the typical steps to establish a project, -* Assign the API user (eg, "unttestphifree") to the DAG called "dag-a", +1. Assign the API user (eg, "unttestphifree") to the DAG called "dag-a", in addition to the "api" role. This has to manual because DAGs are assigned at the user-level, not the role-level.