Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@

# Core
common/djangoapps/student/
common/djangoapps/student/models/__init__.py @openedx/committers-edx-platform-2u-tnl
common/djangoapps/student/models/course_enrollment.py @openedx/committers-edx-platform-2u-tnl
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-edx-platform-2u-infinity
openedx/core/djangoapps/credentials @openedx/committers-edx-platform-2u-aperture
openedx/core/djangoapps/credit @openedx/committers-edx-platform-2u-aperture
openedx/core/djangoapps/enrollments/ @openedx/committers-edx-platform-2u-aperture
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-edx-platform-2u-aperture
openedx/core/djangoapps/user_authn/ @openedx/committers-edx-platform-2u-infinity
openedx/core/djangoapps/verified_track_content/ @openedx/committers-edx-platform-2u-infinity
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
Expand All @@ -35,21 +35,21 @@ lms/djangoapps/edxnotes
common/djangoapps/track/

# Credentials
lms/djangoapps/certificates/ @openedx/committers-edx-platform-2u-aperture
lms/djangoapps/certificates/ @openedx/committers-openedx-platform-2u-aperture

# Discovery
common/djangoapps/course_modes/ @openedx/committers-edx-platform-2u-aperture
common/djangoapps/course_modes/ @openedx/committers-openedx-platform-2u-aperture
common/djangoapps/enrollment/
common/djangoapps/entitlements/ @openedx/committers-edx-platform-2u-aperture
lms/djangoapps/branding/ @openedx/committers-edx-platform-2u-aperture
lms/djangoapps/commerce/ @openedx/committers-edx-platform-2u-infinity
lms/djangoapps/experiments/ @openedx/committers-edx-platform-2u-infinity
lms/djangoapps/gating/ @openedx/committers-edx-platform-2u-infinity
lms/djangoapps/learner_dashboard/ @openedx/committers-edx-platform-2u-aperture
lms/djangoapps/learner_home/ @openedx/committers-edx-platform-2u-aperture
openedx/features/content_type_gating/ @openedx/committers-edx-platform-2u-infinity
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-edx-platform-2u-infinity
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
Expand Down
19 changes: 10 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ Open edX Platform
.. |License: AGPL v3| image:: https://img.shields.io/badge/License-AGPL_v3-blue.svg
:target: https://www.gnu.org/licenses/agpl-3.0

.. |Python CI| image:: https://github.com/openedx/edx-platform/actions/workflows/unit-tests.yml/badge.svg
:target: https://github.com/openedx/edx-platform/actions/workflows/unit-tests.yml
.. |Python CI| image:: https://github.com/openedx/openedx-platform/actions/workflows/unit-tests.yml/badge.svg
:target: https://github.com/openedx/openedx-platform/actions/workflows/unit-tests.yml

.. |Status| image:: https://img.shields.io/badge/status-maintained-31c653

*Formerly known as "edx-platform"*

Purpose
*******
The `Open edX Platform <https://openedx.org>`_ enables the authoring and
Expand All @@ -20,7 +22,7 @@ modular monolith, some independently deployable applications (IDAs), and
micro-frontends (MFEs) based on the ReactJS.

This repository hosts the monolith at the center of the Open edX
platform. Functionally, the edx-platform repository provides two services:
platform. Functionally, the openedx-platform repository provides two services:

* CMS (Content Management Service), which powers Open edX Studio, the platform's learning content authoring environment; and
* LMS (Learning Management Service), which delivers learning content.
Expand Down Expand Up @@ -53,7 +55,7 @@ For Development
===============

Tutor also features a `development mode`_ which will also help you modify,
test, and extend edx-platform. We recommend this method for all Open edX
test, and extend openedx-platform. We recommend this method for all Open edX
developers.

Bare Metal (Advanced)
Expand Down Expand Up @@ -234,7 +236,7 @@ License
The code in this repository is licensed under version 3 of the AGPL
unless otherwise noted. Please see the `LICENSE`_ file for details.

.. _LICENSE: https://github.com/openedx/edx-platform/blob/master/LICENSE
.. _LICENSE: https://github.com/openedx/openedx-platform/blob/master/LICENSE


More about Open edX
Expand Down Expand Up @@ -271,8 +273,8 @@ We use Github Issues for our issue tracker. You can search
`previously reported issues`_. If you need to report a bug, or want to discuss
a new feature before you implement it, please `create a new issue`_.

.. _previously reported issues: https://github.com/openedx/edx-platform/issues
.. _create a new issue: https://github.com/openedx/edx-platform/issues/new/choose
.. _previously reported issues: https://github.com/openedx/openedx-platform/issues
.. _create a new issue: https://github.com/openedx/openedx-platform/issues/new/choose


How to Contribute
Expand Down Expand Up @@ -306,5 +308,4 @@ People

The current maintainers of this repository can be found on `Backstage`_.

.. _Backstage: https://backstage.openedx.org/catalog/default/component/edx-platform

.. _Backstage: https://backstage.openedx.org/catalog/default/component/openedx-platform
4 changes: 2 additions & 2 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: 'edx-platform'
name: 'openedx-platform'
description: "The monolith at the center of the Open edX platform"
links:
- url: "https://docs.openedx.org"
Expand All @@ -13,6 +13,6 @@ metadata:
annotations:
openedx.org/release: "master"
spec:
owner: group:wg-maintenance-edx-platform
owner: group:wg-maintenance-openedx-platform
type: 'service'
lifecycle: 'production'
Loading