Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 532 Bytes

File metadata and controls

18 lines (14 loc) · 532 Bytes

#Services 1.

BulkConfigurationProviderService

  1. Accept hierarchy environment / application to environment / application / scope
  2. return all settings for the request
  3. use settings as the base URI => /settings/:environment/:application/:scope

General Code Cleanup

  1. Parameterize CcrList so it does not use jQuery select statements directly. (provide select or options object in ctor).

Testing

  1. jMeter tests for performance.
  2. Unit tests around CcrList.
  3. Unit Tests around CcrServiceClient

Clients

  1. .Net client