NCIOCPL / clinical-trials-listing-api

API for Clinical Trial (Dynamic) Listing Pages
2 stars 2 forks source link

Implement the OverrideController GetByIds method #5

Closed blairlearn closed 3 years ago

blairlearn commented 3 years ago

As an application developer, I want to retrieve an override document by specifying its concept IDs, so that I can lookup the pretty url name.

ESTIMATE TBD

Acceptance Criteria

Scenario: Get override records with full concept ID list in random order
  Given path '/override-name', 'get'
    And param  ccode = 'C114967', 'C114964', 'C114972', 'C114963'
  When  method get
  Then  status 200
    And match response == read ('expected result file')

Scenario: Get override records with only partial concept ID list.
  Given path '/override-name', 'get'
    And param  ccode = 'C114967', 'C114964'
  When  method get
  Then  status 404

Resources:

*

Notes


Solution

Prerequisites

Tasks

Technical Notes

blairlearn commented 3 years ago

Obsoleted by design changes.