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

[ETL] Multiple columns with same initial name creates confusing column name #107

Open
Tracked by #93
mahalakshme opened this issue Sep 5, 2024 · 0 comments
Open
Tracked by #93

Comments

@mahalakshme
Copy link
Contributor

mahalakshme commented Sep 5, 2024

Issue:

Image

Tech analysis:

  • When creating concept the first 50 characters should not be same as the other
  • consider first few and last few characters instead of first 49 (63-14)
  • Why do we need concepts, why not directly form element names everywhere
    - currently displaying concept in the subject profile have raised some confusion, if we can directly save form element uuids might be simple
    - we can have description for every form element that we can display in the form
    - in the form to use settings of an another form element, user can search like searching for concepts
    - Commcare directly has form elements I think
    - Is there a need where we need different form element names but same concept?
    - This will allow same concept to be used any no of times in the form
    - The consequences are not evident when form element questions used with irrelevant concept names
    Image
    - Issues:
    - What will happen if the form element is deleted and a new one is added - we ll not be able to track it as same value - so users need to consciously drag and drop instead of deleting
    - difficult to remove now, not priority

Inputs:

    - not blocking for implementors - so its okay - not priority
@mahalakshme mahalakshme converted this from a draft issue Sep 5, 2024
@mahalakshme mahalakshme mentioned this issue Sep 16, 2024
@mahalakshme mahalakshme moved this from In Analysis to In Analysis Review in Avni Product Nov 5, 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