Validating the "Visibility" Field Implementation in Question Creation Form #118
Aar-if
started this conversation in
General Discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have added a "Visibility" field in the Question Creation form in our environment. When a question's visibility is set to "Public" / "Default" and the QuestionSet is published, this question becomes available to be added to other QuestionSets.
This functionality appears to be working as expected. However, we would like to ensure there are no potential edge cases or risks we might have overlooked that could affect this implementation.
For instance:
Could this approach cause issues with question ownership, editing rights, or duplication when the same question is added to multiple QuestionSets?
Are there any implications related to versioning, metadata, or data integrity when public questions are shared across sets?
Could this affect the performance of fetching questions or lead to unintended exposure of private data?
We would appreciate any insights or recommendations regarding this solutions.
cc: @pallakartheekreddy @itsvick @coolbung @snehal0904
Beta Was this translation helpful? Give feedback.
All reactions