frontend-app-learning
frontend-app-learning copied to clipboard
UI Show Completion even when `completion.enable_completion_tracking` is disabled.
Steps to Reproduce:
- Enabled the
completion.enable_completion_trackingwaffle switch in edx-platform. - As you browse a course in the learning MFE, stay on each component for 10secs - 1 minute (long enough to mark the unit as completed.
- When you go to the next section, the nav should update to show the previous section has been completed.
- Next disable the
completion.enable_completion_trackingwaffle switch. - Refresh the learning MFE, and you'll still see the green checkmarks.
This is a bug, if the completion tracking is disabled, you should not see elements in the UI that show completion related information.
This is approved to work on from a Product perspective ✅
assign me