Initial README for Grades

This commit is contained in:
Nimisha Asthagiri
2019-04-26 14:20:02 -04:00
parent adb14e13e2
commit d33652f09f

View File

@@ -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 <https://openedx.atlassian.net/wiki/spaces/AC/pages/159458764/Grades+Architecture>`_
`Decisions <https://github.com/edx/edx-platform/tree/master/lms/djangoapps/grades/docs/decisions>`_