From de98723934c1b7702567e266f53ada68b8971510 Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Fri, 30 Nov 2018 19:20:18 -0500 Subject: [PATCH] Commit --- notes.txt | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 notes.txt diff --git a/notes.txt b/notes.txt deleted file mode 100644 index 5b655e2..0000000 --- a/notes.txt +++ /dev/null @@ -1,36 +0,0 @@ -German Office Testing Ideas - - With the Syndication Keywords, we could make packages of keywords such as "Complete Multiple Choice Screen" etc - Graph traversal from the spec generated from Study Designer - -Data Loader Improvement - Wrapping/Editing codebase to make it better -Data Loader automation - Do an LPA Style, how feasible? - - -{"method": "DeviceService.getSubjects", - "params": { - "protocol": "GSK_COPDGeneStudy", - "user": "acicchetti", - "pass": "Il0vePht?" - } -} - - -Study Designer: http://designer-stg.phtstudy.com/ - -Horizon: http://hzn-dev-4.phtstudy.com:3006/ - -We don't have any API docs on the designer side currently, but here's a quick overview: - -collection types: studies, questionnaires, screens, questions - -POST: /api/v2/:collection -GET: /api/v2/:collection\?((\w|.)*) -GET: /api/v2/:collection/:id -PUT: /api/v2/:collection/:id -DELETE: /api/v2/:collection/:id -PUT: /api/v2/:collection/:id/checkout -PUT: /api/v2/:collection/:id/checkin - -and for getting the questionnaires it's: http://designer-stg.phtstudy.com/api/v2/questionnaires?query=%7B%22_id%22%3A%7B%22%24in%22%3A%5B%2258c5dcb781ae97a80f7a9561%22%5D%7D%7D - -which is just url eoncoded query for this: {"_id":{"$in":["58c5dcb781ae97a80f7a9561"]}}