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] Support sync concept attribute field #1161

Open
Tracked by #1614
mahalakshme opened this issue Mar 11, 2024 · 0 comments
Open
Tracked by #1614

[DEA] Support sync concept attribute field #1161

mahalakshme opened this issue Mar 11, 2024 · 0 comments

Comments

@mahalakshme
Copy link
Contributor

mahalakshme commented Mar 11, 2024

Need:

If this is not played multiple cards to handle typing Account name in registration, editing to a different value(not set for user), editing to a value set for user, etc., need to be handled.

As is in mobile app:

Account name in Distribution Registration - since it is a sync concept attribute - it shows as single select in mobile app - supporting the same in DEA

when only single Text value as sync attribute value:
Screenshot 2024-03-28 at 7 05 00 PM

when sync attribute has multiple Account name as values:
Screenshot 2024-03-28 at 7 04 16 PM

AC:

  • In DEA, for sync attributes of type, Text, and numeric, the allowed values for the concept need to show as single-select radio buttons with values set as syncAttribute values(of the corresponding subject type to which the individual belongs to) for the loggedIn user.
  • For sync attribute of type coded concept of single select type, the allowed values for the concept need to show as single-select radio buttons with values set as syncAttribute values(of the corresponding subject type to which the individual belongs to) for the loggedIn user. Also the values should should not include any values excluded in the form element.
  • For sync attribute of type coded concept of multi-select type, the allowed values for the concept need to show as multi-select(like in mobile app) with values set as syncAttribute values(of the corresponding subject type to which the individual belongs to) for the loggedIn user. Also the values should should not include any values excluded in the form element.
  • The above should work for both concepts, set as SyncRegistrationConcept1 and SyncRegistrationConcept2 in the subject type.
  • If some value already selected it need to show as selected
  • If the syncAttribute has only one value, that need to show in readOnly mode(non-editable) like in mobile app
  • Also in DEA, if the value set is different from the list of values allowed as syncAttribute values for the user, it need to show up as non-editable value. Not applicable to mobile app.
  • Handle any other case you find handled in mobile app, but not mentioned above.

Questions:

Why was Account name decided to be Text concept and not coded concept?

@mahalakshme mahalakshme changed the title Support sync concept attribute field in DEA [DEA] Support sync concept attribute field Mar 28, 2024
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