Skip to content

Commit

Permalink
simpole-write
Browse files Browse the repository at this point in the history
ref #539
  • Loading branch information
wibeasley committed Oct 11, 2024
1 parent 8447591 commit 14dc92e
Show file tree
Hide file tree
Showing 4 changed files with 527 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inst/misc/dev-2.credentials
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
redcap_uri,username,project_id,token,comment
"https://redcap-dev-2.ouhsc.edu/redcap/api/","myusername","33","9A068C425B1341D69E83064A2D273A70","simple static (read-only) test project"
"https://redcap-dev-2.ouhsc.edu/redcap/api/","myusername","34","DA6F2BB23146BD5A7EA3408C1A44A556","longitudinal (read-only) ARM test project"
"https://redcap-dev-2.ouhsc.edu/redcap/api/","myusername","","","simple write data"
"https://redcap-dev-2.ouhsc.edu/redcap/api/","myusername","36","F9CBFFF78C3D78F641BAE9623F6B7E6A","simple write data"
"https://redcap-dev-2.ouhsc.edu/redcap/api/","myusername","","","Russian Characters"
"https://redcap-dev-2.ouhsc.edu/redcap/api/","myusername","","","Empty rows"
"https://redcap-dev-2.ouhsc.edu/redcap/api/","myusername","","","Single column"
Expand Down
4 changes: 2 additions & 2 deletions inst/misc/project-redirection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
credential_file: "misc/example.credentials"
projects:
- simple: 33
- longitudinal: 0
- simple-write: 0
- longitudinal: 34
- simple-write: 36
- russian: 0
- empty-rows: 0
- single-column: 0
Expand Down
5 changes: 5 additions & 0 deletions inst/test-data/projects/simple-write/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
simple-write
===========

The **simple-write** project is the same as **simple**,
but the Import API privilege is turned on for the "unittestphifree" user.
Loading

0 comments on commit 14dc92e

Please sign in to comment.