Files
edx-platform/lms/djangoapps/grades
Jansen Kantor 079f43f40d EDUCATOR-5571: filter gradebook api by course staff role (#26994)
feat: add excluded_course_roles parameter to gradebook view to allow omitting staff
2021-04-07 10:09:16 -04:00
..
2021-04-01 21:58:29 -04:00
2020-10-05 17:28:48 -04:00
2016-07-22 00:09:43 -04:00
2019-12-30 10:35:30 -05:00
2019-12-30 10:35:30 -05:00
2021-02-22 16:36:53 +05:00
2019-12-30 10:35:30 -05:00
2019-04-28 23:40:41 -04:00

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>`_