Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Locale Support #261

Open
mfriesen opened this issue Aug 15, 2024 · 0 comments
Open

Locale Support #261

mfriesen opened this issue Aug 15, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@mfriesen
Copy link
Member

add API endpoint such as

POST /sites/{siteId}/locales to support different locals.

So GET /attributes/{attributeKey}/allowedValues

can expand the results to also return locale information such as
{
"allowedValues":[
"A","B", "C"
],
"locale":{
"en":{
"A":"AAAAA",
"B":"BBBBB",
"C":"CCCCC"
}
}
}

DynamoDB

PK: locale#default
SK: attr#documentType#allowedValue#A
value: "AAAAA"

PK: locale#fr
SK: attr#documentType#allowedValue#A
VALUE: "BBBB"

@mfriesen mfriesen self-assigned this Aug 15, 2024
@reganwolfrom reganwolfrom added the enhancement New feature or request label Dec 10, 2024
@reganwolfrom reganwolfrom added this to the v1.17.0 milestone Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants