You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer it would be helpful to be integrated with a documentation or copy based repository so that copy string changes can be made independent of the UI code.
Describe the solution you'd like
Option 1: NPM build package reference to a copy repository. Updated strings get checked in to the project manually.
Option 2: Full CI integration of the NPM build package. Jenkins would run an additional step where the appropriate copy build script would generate the copy strings. This process would possibly require a baseline or fallback set of strings.
Acceptance Criteria
Verify the strings currently (before this update) within the copy repo are being used in ui repo.
Verify README or CONTRIBUTION in the UI and copy repos have been updated to explain this process
Additional context
Copy strings would be held with JSON resource. The resource could be either loaded through an Ajax request (local files with the ability to expand to an external service in the future), or created as an import module within the app.
Feature description
As a developer it would be helpful to be integrated with a documentation or copy based repository so that copy string changes can be made independent of the UI code.
Describe the solution you'd like
Acceptance Criteria
Additional context
The text was updated successfully, but these errors were encountered: