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

[DEA] Subject form element should work without the need for Search option to be enabled #1342

Open
Tracked by #1677
mahalakshme opened this issue Sep 19, 2024 · 0 comments

Comments

@mahalakshme
Copy link
Contributor

mahalakshme commented Sep 19, 2024

As is:

Mobile app:

If displayAllMembers checked, then Attendance form element rendered
else single or multi-select - shows search option when more than 30 members need to show

Web app:

If displayAllMembers checked, then rendered, Attendance element
If nothing selected(default) - nothing shown
If search selected search shown

Analysis notes:

answersToShow is not supported in webapp since anyways we support only search and not select even for less than 30
answersToShow is supported in mobile app when select UI renders with less than 30 members, but doesn't work when displayAllMembers checked

AC:

  • Remove the Search option in webapp
  • By default for Subject concept type, Search should be shown in the DEA like available for
  • If displayAllGroupMembers is enabled, then Attendance widget with checkboxes in the right need to show like available now

Analysis notes:

I think Search option was added before may be because Subject form element was not working and hence they might have hesitated to support Select in that. But now it is decided we need not support Select in Subject form element for now in DEA since the number of subjects will be more in DEA

inputs:

why different?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Analysis Review
Development

No branches or pull requests

1 participant