-
Notifications
You must be signed in to change notification settings - Fork 43
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
Add ability to identify the location of the form input in concepts page #1116
Comments
Working on this issue. |
…nd question names
This implementation will not perform due to n+1 remote calls problem, i.e. n is number of usage of forms for a concept. For example if a concept is used in 3 forms, it would lead to 3 calls to server from web app to get the form details. Secondly each call is getting full form to the browser to find out where the form element is used. This should be implemented by fixing the /web/concept/usage/{uuid} endpoint on avni-server. |
@d1vyanshu-kumar kindly note the above comment, which needs to be fixed. |
@mahalakshme please review this i already made changes in the Avni server: |
@d1vyanshu-kumar pls share the commit for web app changes |
@d1vyanshu-kumar can you pls share the commit |
…nse if form element is part of QG
Someone need to fix the comments and merge the PR since the contributor will not be any more available.
Issue:
While navigating to Home->App Designer->Concepts->{Specific Concept}, there is a section called "Used in forms". When the form size is huge, it is hard to figure out the exact location of the element in the form. Also, the form designer currently does not support exact locations.
Hence, it will be useful to display the form name and question name as well. Question name also is needed, since concept names might not be always same as question names.
Acceptance criteria
Tech details
The text was updated successfully, but these errors were encountered: