We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Today a question may be shared between two question sets. For example "thé ou café" may be related to TheodoFR and TheodoUS. But actually this question is duplicated in two questions :
- {id: 1, option1: "thé", option2: "café"} - {id: 2, option1: "tea", option2: "coffee"}
Which is quite painful for two reasons :
question
option1EN
option2EN
{id: 1, option1: "thé", option2: "café", option1EN: "tea", option2EN: "coffee"}
questions/all
questions/asaskai
getLocale
EN
option1
option2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Request
Today a question may be shared between two question sets.
For example "thé ou café" may be related to TheodoFR and TheodoUS.
But actually this question is duplicated in two questions :
Which is quite painful for two reasons :
Possible solution
question
entityoption1EN
,option2EN
questions/all
,questions/asaskai
endpoint (+ bonus : admin)getLocale
results toEN
andoption1EN
/option2EN
are defined, display them, otherwise displayoption1
/option2
option1EN
,option2EN
The text was updated successfully, but these errors were encountered: