Evaluate all hard-coded values for possible refactoring to configuration

Created on 20 September 2023, about 1 year ago
Updated 31 January 2024, 10 months ago

Problem/Motivation

There are areas in the code where the API url is hardcoded to a const value. Instead, it should respect the value set on the Server configuration:

If "PROD" is used, all prod endpoints (API, Fields, Admin) should be used. There are areas where HIPAA are sprinkled through and cause failures.

I am not familiar enough with different implementations of Coveo or where those would all be mixed around, but it seems like it should be uniform.

Proposed resolution

Update the code to use the correct endpoints based on the Server connection configuration.

Also evaluate all other hard-coded values for refactoring to configuration.

Update the configuration schema as needed.

πŸ“Œ Task
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States kevinquillen

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024