forked from oppia/oppia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce FetchPlaythroughWhitelistHandler (oppia#5966)
* Fix hola's multiple choice question. * Do not use default value for newWhitelistExplorationIds * Pass whitelist from exploration player * Undo DEV_MODE setting * initial commit * s/IssuesBackendApiService/PlaythroughIssuesBackendApiService * fix syntax error * add missing semicolon * turn on dev mode * remove unnecessary whitespace * sort imports * sort constants * whitespace changes * remove unused parameter * remove unused parameter * extract whitelist from response * add acl decorator * make access more strict * better accessor * Add docstring * grant whitelist fetching open_access * revert base_test * revert acl change * Use PlaythroughIssuesService to check whitelist * s/Player/Learner * s/isExplorationWhitelisted/isExplorationEligibleForPlaythroughIssues * Fix syntax error * stop passing whitelist * s/this.ps/this.PlaythroughService * Fix PlaythroughServiceSpec * Allow explorations to be whitelisted for PlaythroughService tests * Allow explicit whitelist for testing purposes * Force whitelist for testing * init the session directly * pass correct value * Fix logic * expand service imports * initialize PlaythroughIssuesService as well * Fix line-too-long * prefix parameter with testOnly * Fix imports * use dot-notation * Move services to services directory * Enable dev mode * Fix import * Add missing imports * Add space * define whitelistedExplorationIds * group services * sort services * sort services * nit spacing changes * better parameter name * remove unused whitelist variables * Minor spacing fix * Consolidate functions * minor spacing fixes * Prefer else if to early returns * minor fixes * Add JSDoc for initSession * show optional-ness * Use proper JSDoc notation for optional param
- Loading branch information
1 parent
c9adae1
commit 6b23699
Showing
13 changed files
with
300 additions
and
246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.