-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update Translation Information #311
Comments
The corresponding PR in the backend is #384 |
The values of the translation object and the original should be an array of strings following the same pattern as in the Dataselection
|
Furthermore the json response from (http://localhost:8090/api/v4/terminology/entry/0ccb8c32-7081-3595-8d53-263abf90e1ad/relations should return a json object with the display object for the parents and children
|
Furthermore the response of the endpoint http://localhost:8090/api/v4/terminology/systems also needs a translation. Current state:
Expected with translation
|
The Backend and ontology generator have been updated to provide translations for all criteria in German and English.
Use backend develop branch to implement against: https://github.com/medizininformatik-initiative/feasibility-backend/tree/develop
The language information should be displayed in the language chosen in the ui (German or English).
Displaying the search results criteria
The search call (e.g. http://localhost:8090/api/v4/terminology/entry/search?searchterm=718-7&availability=&contexts=&kds-modules=&terminologies=) now returns the following items, with the display information encapsulated in the display attribute.
The UI should use this information to display the name of the criterion on the language selected in the UI.
en-US if english is selected
de-DE if german is seleted
e.g UI in German:
Displaying the information of the criteria as part of the query
the criteria-profile call (e.g. http://localhost:8090/api/v4/terminology/criteria-profile-data?ids=c27f29a5-ccf5-3ff7-b6c7-73f4a243f1a5) now returns:
The UI should use this information to display the name of the criterion on the language selected in the UI.
en-US if english is selected
de-DE if german is seleted
The text was updated successfully, but these errors were encountered: