Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Unassigned
UnassignedReporter
Brandon Bowersox-Johnson
Brandon Bowersox-JohnsonComponents
Priority
Time Assistant
Time Assistant
Created January 17, 2017 at 11:34 PM
Updated June 29, 2017 at 3:39 PM
As an Implementor, I can configure a set of languages that are available to users of this OpenLMIS implementation. This is a configuration setting that would be specified in a config file (perhaps .env file) or in the ReferenceData service. This setting would be exposed as an endpoint or as a file available over HTTP for use by the UI app and by other services (Configurable Notification Service needs it for https://openlmis.atlassian.net/browse/OLMIS-1658#icft=OLMIS-1658).
EG:
English
Español
Français
Português
See https://openlmis.atlassian.net/browse/OLMIS-1658#icft=OLMIS-1658 TBD on following ISO-639
Please examine v2 for the tech specs; such as:
how do we store this--in strings using an ISO standard language code string, eg "en_us", "fr", "sp"?
is the setting stored in a file or in the database (if in the DB, it would be within the ReferenceData service repository and have an endpoint there to configure it)?
can we re-use lots of the code from v2 to make this ticket quick and easy?