-
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
Introduce interface for ExplorationDataController #121
Comments
@vinitamurthi you mentioned that you were interested in working on this. |
FYI @vinitamurthi we are planning to get this checked in by EOW. Please let me know if that's not feasible. |
For now, a getExplorationById() should be sufficient |
For the stub, maybe we could pull in some of the demo explorations from the file system: https://github.com/oppia/oppia/tree/develop/data/explorations. We could convert a few of these over to JSON and include them in the app. |
* Initial check in for the ExplorationDataController * Load json asset into a JSON object * Use data provider and add state creation * fix warnings * Added interactions * Added customization args * Initial structure for the test file and remove interactive map from the sample explorations * Add initial tests * add states to the exploration * Added exploration tests * Added comments * Made null check more readable * Review changes * Lint fix * Used android studio reformatting * Lint fixes, remove print statement
This is tracking introducing a stubbed interface for #113 without the real implementation being complete.
The text was updated successfully, but these errors were encountered: