-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Hide Playthrough Issues on Exploration Editor Stats Tab if Exploration is not Whitelisted #5947
Conversation
@nithusha21 @BenHenning Please ignore the note on #5945. It's this PR (not that one) that should be merged for December. Thanks! |
Hi @brianrodri thanks for the detailed testing instructions! However, I do not have admin permissions on the test server. Do you want me to test this locally? Also, thanks for the PR, will make sure it is cherrypicked! |
I've updated the test server config (and let @nithusha21 know)! |
@brianrodri -- e2e tests are failing? |
Codecov Report
@@ Coverage Diff @@
## develop #5947 +/- ##
===========================================
- Coverage 45.48% 45.47% -0.01%
===========================================
Files 517 517
Lines 30372 30378 +6
Branches 4568 4571 +3
===========================================
Hits 13814 13814
- Misses 16558 16564 +6
Continue to review full report at Codecov.
|
explorationId = newExplorationId; | ||
explorationVersion = newExplorationVersion; | ||
whitelistedExplorationIds = newWhitelistedExplorationIds || []; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @brianrodri, I am a bit confused about this. Why do we need the || []
? In other words why is newWhitelistedExplorationIds ever null?
…n is not Whitelisted (oppia#5947) * Fix hola's multiple choice question. * Pass whitelist to StatsTab * Fix line-too-long * Remove console * always set whitelist to a list
* Hide Playthrough Issues on Exploration Editor Stats Tab if Exploration is not Whitelisted (#5947) * Fix hola's multiple choice question. * Pass whitelist to StatsTab * Fix line-too-long * Remove console * always set whitelist to a list * Small landing page changes based on feedback from Kefeh. (#5951) * Fix error while displaying suggestion threads on learner dashboard page (#5965) * fix error on learner dashboard page * fix style
Hi @brianrodri just leaving a note here. I have tested this PR on the test server, and everything works perfectly fine. Thanks a lot for the detailed instructions to test! |
Playthroughs should only be visible and recorded when a particular exploration is whitelisted. This allows us to continue working on changes and avoid recording potentially unsafe data until we're confident that Playthroughs are ready for general usage.
Testing Steps: