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

Concept ID Library to Maintain Current Text Only #7

Open
FrogGirl1123 opened this issue Aug 19, 2022 · 1 comment
Open

Concept ID Library to Maintain Current Text Only #7

FrogGirl1123 opened this issue Aug 19, 2022 · 1 comment
Assignees
Labels
bug Something isn't working High Priority Needs to be addresses as soon as possible, is slowing down other work

Comments

@FrogGirl1123
Copy link
Collaborator

Code for creating and maintaining the Concept ID library should remove old text (Question or other levels as applies) associated with a specific Concept ID when new text is created (i.e. there should be a one CID one text association, CIDs should not be associated with more then one version of the text)

@FrogGirl1123 FrogGirl1123 added the bug Something isn't working label Aug 19, 2022
@FrogGirl1123 FrogGirl1123 added the High Priority Needs to be addresses as soon as possible, is slowing down other work label Sep 8, 2022
@Gbarra9
Copy link
Collaborator

Gbarra9 commented Dec 8, 2022

The current conceptId search webpage now reflects the 1-to-1 relationship, one "Text" to one "Concept ID" relationship. This relationship works the in the reverse order as well one "Concept ID" to one "text".

The varToConcept.json which is the library for referencing this 1-to1 relationship was updated.

As of now the filtering of multiple text to concept Ids in the varToConcept.json cannot be done programatically. I have to run the varToConcept.json and determine if there are any text that share the same concept Id. If there are any text that share the same concept Id, we have to determine which text to use consistently in the excel spreadsheet.

Example of text that shared the same CID but was resolved:

"289664241": [
"Gender - Do you think of yourself as:",
"Gender-Do you think of yourself as:"
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working High Priority Needs to be addresses as soon as possible, is slowing down other work
Projects
None yet
Development

No branches or pull requests

2 participants