Closed shaz3696 closed 1 year ago
Did you use a semver keyword in a commit message?
Did you paste the Rally US URL in the description?
I would review the rally ticket and reach out to its creators for more clarification.
The rally ticket only references
content-audio-video-advanced-editing
. This flag is used when computingisAdvancedEditingEnabled
, but it is not the only factor in computing that property.Based on my understanding of the ticket, you should be removing references to the flag when computing
isAdvancedEditingAvailable
in the LMS, which your LMS PR does, but we don't need to removeisAdvancedEditingAvailable
orisAdvancedEditingEnabled
from siren or activities, as these fields still have meaning without the LaunchDarkly flag.
Can you please confirm on this
As per suggestions by Gurpinder and Kiefer, this PR is not needed so closing it.
Relevant Rally Links US147082 Description Acceptance Criteria:
Clean-up code to stop looking for the feature flag and only use the TRUE behaviour
Remove the FALSE behaviour
Remove the Feature Flag
Flag in question: https://github.com/Brightspace/lms-launch-darkly-flags/blob/master/features/activities/face/content/content-audio-video-advanced-editing.feature.json
Goal/Solution