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"]}}