diff --git a/lms/djangoapps/grades/README.rst b/lms/djangoapps/grades/README.rst new file mode 100644 index 0000000000..094c60c6c2 --- /dev/null +++ b/lms/djangoapps/grades/README.rst @@ -0,0 +1,23 @@ +Status: Maintenance + +Responsibilities +================ + +The grades app is responsible for computing and storing learners' grades in Course Runs. It provides Python and REST +APIs for retrieving, updating, and managing learners' grades. + +The grades app is intended *only* for code related to the core grades subsystem. Any feature (even if it's a grades-related feature) built on top of the core grades subsystem does *not* belong here. + +Direction: Keep +=============== + + +Glossary +======== + +More Documentation +================== + +`Architecture `_ + +`Decisions `_