Files
edx-platform/lms/djangoapps/mobile_api
jawad khan ad2f92767b fix: fixed atmoic block error in course_status_info
* fix: fixed atmoic block error in course_status_info

We are getting "An error occurred in the current transaction. You cant execute queries until the end of the atomic block."
error in get course status info on both versions i.e. 0.5 and 1. I was unable to reproduce it locally. But by looking
in django documentation and some other online helps I concluded that it might be because of some db intefrity error
that we didnt handle properly and now the cursor is broken for this transaction. Therefore i am making it non atomic
transaction. Since its a get request we can make transactions run independentantly.

LEARNER-8267
2021-06-17 07:26:11 +05:00
..
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-02-02 11:37:56 +05:00
2021-02-19 17:47:37 +05:00
2021-02-22 16:36:53 +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
==================