NCIOCPL / clinical-trials-listing-api

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

Implement the OverrideController GetAll method #3

Closed blairlearn closed 3 years ago

blairlearn commented 3 years ago

As a content creator, I want the ability to retrieve all OverrideRecord documents, so that I can easily find what overrides already exist.

ESTIMATE TBD

Acceptance Criteria

Scenario: Get all override records
  Given path '/override-name'
    And params {from: <from>, size 5}
  When  method get
  Then  status 200
    And match response == read( expected )

Examples:
    | from | expected                      |
    | 0    | get-all-first-five.json |
    | 200  | get-all-offset-200.json |

Resources:

Notes


Solution

Prerequisites

Tasks

Technical Notes

blairlearn commented 3 years ago

Obsoleted by design changes. (Plus, we don't have a good use case for a GetAll anyhow....)