* feat: include access serializer into mobile info api view * test: add tests for serializer and view methods * test: move tests to common directory and update test case * fix: cr fixes and use snake case for functions * test: fix additional get call assertion * feat: add required course access messages to mobile endpoint * test: [AXM-229] Improve test coverage * style: [AXM-229] Try to fix linters * fix: remove redundant comment * refactor: change names for the test files --------- Co-authored-by: KyryloKireiev <kirillkireev888@gmail.com>
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 ==================