-
Notifications
You must be signed in to change notification settings - Fork 528
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
Add support for parameters in the exploration player #179
Comments
Actually (FYI) this is very low priority and we might not need it at all. I
need to do a review of the parameter impl in the web view at some point and
I think it may end up changing quite a bit. We also (intentionally) don't
use this functionality in any of the curated lessons.
… |
Per the comment above, closing this since it's unlikely that we'll actually need it (and haven't so far). Plus, once the new proto APIs are introduced in Oppia web to facilitate downloads we'll be able to explicitly prohibit allowing the client to have access to explorations with parameters. |
The issue is reopened because of the following unresolved TODOs: Line 111 in f99fa1d
|
The AI here is to remove the TODO from code so that the issue can be closed. |
Note to contributors: this is an extremely easy good first issue! It just involves removing the TODO. |
## Explanation Fixes #248 Fixes #501 Fixes #179 Fixes #762 Fixes #207 This PR removes some obsolete TODOs so that the corresponding issues on GitHub can be properly closed. ## Essential Checklist <!-- Please tick the relevant boxes by putting an "x" in them. --> - [x] The PR title and explanation each start with "Fix #bugnum: " (If this PR fixes part of an issue, prefix the title with "Fix part of #bugnum: ...".) - [x] Any changes to [scripts/assets](https://github.com/oppia/oppia-android/tree/develop/scripts/assets) files have their rationale included in the PR explanation. - [x] The PR follows the [style guide](https://github.com/oppia/oppia-android/wiki/Coding-style-guide). - [x] The PR does not contain any unnecessary code changes from Android Studio ([reference](https://github.com/oppia/oppia-android/wiki/Guidance-on-submitting-a-PR#undo-unnecessary-changes)). - [x] The PR is made from a branch that's **not** called "develop" and is up-to-date with "develop". - [x] The PR is **assigned** to the appropriate reviewers ([reference](https://github.com/oppia/oppia-android/wiki/Guidance-on-submitting-a-PR#clarification-regarding-assignees-and-reviewers-section)).
…olete TODOs. (oppia#4928) ## Explanation Fixes oppia#248 Fixes oppia#501 Fixes oppia#179 Fixes oppia#762 Fixes oppia#207 This PR removes some obsolete TODOs so that the corresponding issues on GitHub can be properly closed. ## Essential Checklist <!-- Please tick the relevant boxes by putting an "x" in them. --> - [x] The PR title and explanation each start with "Fix #bugnum: " (If this PR fixes part of an issue, prefix the title with "Fix part of #bugnum: ...".) - [x] Any changes to [scripts/assets](https://github.com/oppia/oppia-android/tree/develop/scripts/assets) files have their rationale included in the PR explanation. - [x] The PR follows the [style guide](https://github.com/oppia/oppia-android/wiki/Coding-style-guide). - [x] The PR does not contain any unnecessary code changes from Android Studio ([reference](https://github.com/oppia/oppia-android/wiki/Guidance-on-submitting-a-PR#undo-unnecessary-changes)). - [x] The PR is made from a branch that's **not** called "develop" and is up-to-date with "develop". - [x] The PR is **assigned** to the appropriate reviewers ([reference](https://github.com/oppia/oppia-android/wiki/Guidance-on-submitting-a-PR#clarification-regarding-assignees-and-reviewers-section)).
For parity with Oppia web, we need support for parameters in the exploration player.
The text was updated successfully, but these errors were encountered: