Referenced GH team names have been updated accordingly as well. Closes: https://github.com/openedx/openedx-platform/issues/37904
68 lines
4.1 KiB
Plaintext
68 lines
4.1 KiB
Plaintext
# This does not cover all the code in edx-platform but it's a good start.
|
|
|
|
# Core
|
|
common/djangoapps/student/
|
|
common/djangoapps/student/models/__init__.py @openedx/committers-openedx-platform-2u-tnl
|
|
common/djangoapps/student/models/course_enrollment.py @openedx/committers-openedx-platform-2u-tnl
|
|
common/djangoapps/third_party_auth/
|
|
lms/djangoapps/course_api/blocks
|
|
lms/djangoapps/courseware/
|
|
lms/djangoapps/grades/
|
|
lms/djangoapps/instructor/
|
|
lms/djangoapps/instructor_task/
|
|
lms/djangoapps/mobile_api/
|
|
openedx/core/djangoapps/commerce/ @openedx/committers-openedx-platform-2u-infinity
|
|
openedx/core/djangoapps/credentials @openedx/committers-openedx-platform-2u-aperture
|
|
openedx/core/djangoapps/credit @openedx/committers-openedx-platform-2u-aperture
|
|
openedx/core/djangoapps/enrollments/ @openedx/committers-openedx-platform-2u-aperture
|
|
openedx/core/djangoapps/heartbeat/
|
|
openedx/core/djangoapps/oauth_dispatch
|
|
openedx/core/djangoapps/user_api/ @openedx/committers-openedx-platform-2u-aperture
|
|
openedx/core/djangoapps/user_authn/ @openedx/committers-openedx-platform-2u-infinity
|
|
openedx/core/djangoapps/verified_track_content/ @openedx/committers-openedx-platform-2u-infinity
|
|
openedx/features/course_experience/
|
|
# The Aximprovements team is working on extracting all built-in XBlocks
|
|
# to the external repository (xblocks-contrib). They need to be notified
|
|
# about any changes within xmodule to stay aligned with this effort.
|
|
# Ticket: https://github.com/openedx/edx-platform/issues/34827
|
|
xmodule/ @farhan @irtazaakram @salman2013
|
|
|
|
# Core Extensions
|
|
lms/djangoapps/discussion/
|
|
lms/djangoapps/edxnotes
|
|
|
|
# Analytics
|
|
common/djangoapps/track/
|
|
|
|
# Credentials
|
|
lms/djangoapps/certificates/ @openedx/committers-openedx-platform-2u-aperture
|
|
|
|
# Discovery
|
|
common/djangoapps/course_modes/ @openedx/committers-openedx-platform-2u-aperture
|
|
common/djangoapps/enrollment/
|
|
common/djangoapps/entitlements/ @openedx/committers-openedx-platform-2u-aperture
|
|
lms/djangoapps/branding/ @openedx/committers-openedx-platform-2u-aperture
|
|
lms/djangoapps/commerce/ @openedx/committers-openedx-platform-2u-infinity
|
|
lms/djangoapps/experiments/ @openedx/committers-openedx-platform-2u-infinity
|
|
lms/djangoapps/gating/ @openedx/committers-openedx-platform-2u-infinity
|
|
lms/djangoapps/learner_dashboard/ @openedx/committers-openedx-platform-2u-aperture
|
|
lms/djangoapps/learner_home/ @openedx/committers-openedx-platform-2u-aperture
|
|
openedx/features/content_type_gating/ @openedx/committers-openedx-platform-2u-infinity
|
|
openedx/features/course_duration_limits/
|
|
openedx/features/discounts/ @openedx/committers-openedx-platform-2u-infinity
|
|
|
|
# Ping Axim On-call if someone uses the QuickStart
|
|
# https://docs.openedx.org/en/latest/developers/quickstarts/first_openedx_pr.html
|
|
lms/templates/dashboard.html @openedx/axim-oncall
|
|
|
|
# Ensure minimal.yml stays minimal, this could be a team in the future
|
|
# but it's just me for now, others can sign up if they care as well.
|
|
lms/envs/minimal.yml @feanil
|
|
|
|
# Ensure that un-necessary changes don't happen to the settings files as we're cleaning them up.
|
|
lms/envs/production.py @feanil @kdmccormick
|
|
cms/envs/production.py @feanil @kdmccormick
|
|
|
|
# Ensure that this file is only used when strictly necessary
|
|
requirements/edx/github.in @feanil @kdmccormick
|