-
Notifications
You must be signed in to change notification settings - Fork 59
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
(feat) O3-3050: add support for rendering select-concept-answers #214
(feat) O3-3050: add support for rendering select-concept-answers #214
Conversation
Keep up the work Usama :D Left some very minor non-technical comments. |
6dbdd3f
to
0ff8bc9
Compare
@usamaidrsk did you see the conflicts? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@usamaidrsk Can we have the build fixed?
afbd336
to
a9ba6c5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* feat: add support for rendering select-concept-answers * refactor: use concet-set-member-ds * chore: add unit tests * chore: rebase branch to main * fix: fix failed build * refactor: user ui-select-ext input * refactor: fix formating prettier * Fine-tune datasource config during schema preprocessing --------- Co-authored-by: samuelmale <samuelsmalek@gmail.com>
Requirements
Summary
This PR add implementation of the
select-concept-answers
rendering, that renders select options from the conceptsetMembers
.Test schema.
Screenshots
Related Issue
O3-3050
Other