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, I want to be able to get a list of content for a particular language instead of having to read the entire catalog.json.
Notes
The d43-catalog needs to start outputting a JSON file that just lists the resources that are in the catalog.json endpoint by language.
This process should happen whenever the main catalog.json file is updated.
The format of the JSON files should be the same as the catalog.json, excepting the catalogs array. Hence, only languages should be seen as a top level array in the output files.
Acceptance Criteria
Every unique language in catalog.json has a corresponding endpoint at /v3/languages/{identifier}.json, for example:
A list of English resources are found at /v3/languages/en.json
A list of Hindi resources are found at /v3/languages/hi.json
A list of Brazilian Portuguese resources are found at /v3/languages/pt-br.json
Story
As a developer, I want to be able to get a list of content for a particular language instead of having to read the entire
catalog.json
.Notes
The d43-catalog needs to start outputting a JSON file that just lists the resources that are in the
catalog.json
endpoint bylanguage
.This process should happen whenever the main
catalog.json
file is updated.The format of the JSON files should be the same as the
catalog.json
, excepting thecatalogs
array. Hence, onlylanguages
should be seen as a top level array in the output files.Acceptance Criteria
catalog.json
has a corresponding endpoint at /v3/languages/{identifier}.json, for example:The text was updated successfully, but these errors were encountered: