Files
edx-platform/lms/djangoapps/mobile_api
Jillian Vogel 927016a8df refactor: fixes tests
* UserStubService now takes user, user_is_staff, and anonymous_user_id
* get_test_system() creates a UserStubService with an anonymous_user_id of 'student'
* Removes references to deprecated ModuleSystem attributes from test code
* Fixes and simplifies the ConditionalBlock tests, using get_module provided by TestModuleSystem instead of trying to mock out all the pieces.
2021-09-23 12:04:03 +09:30
..
2021-09-23 12:04:03 +09:30
2021-02-19 17:47:37 +05:00
2021-02-02 11:39:28 +05:00
2021-02-19 17:47:37 +05:00
2019-12-30 12:25:38 -05:00
2021-09-20 13:08:12 -04:00
2021-02-19 17:47:37 +05:00
2019-04-26 13:51:13 -04:00
2021-02-19 17:47:37 +05:00

Status: Active

Responsibilities
================
Provide a set of APIs for the LMS that are optimized for a mobile context.


Direction: Decompose
=====================
Currently this app has some APIs that started off specific to mobile.  Any that should become general or already are general should be moved out into a more relevant django app.  Anything that remains should be specific to what we need for mobile.

Glossary
========

More Documentation
==================