Skip to content

Commit

Permalink
docs: Move less relevant OEPs to an archived section.
Browse files Browse the repository at this point in the history
Add a small info box to give people context for why the OEPs are in this
section.
  • Loading branch information
Feanil Patel committed Mar 6, 2023
1 parent cb16cb7 commit 020cf78
Show file tree
Hide file tree
Showing 20 changed files with 48 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,19 @@ OEP-5: Pre-built Developer Environments
+---------------+----------------------------------------------------+
| Arbiter | Jesse Zoldak <[email protected]> |
+---------------+----------------------------------------------------+
| Status | Accepted |
| Status | Replaced |
+---------------+----------------------------------------------------+
| Type | Architecture |
+---------------+----------------------------------------------------+
| Created | 2016-06-28 |
+---------------+----------------------------------------------------+

.. attention::

This OEP has been replaced by
:doc:`/architectural-decisions/oep-0045/decisions/0001-tutor-as-replacement-for-edx-configuration`
a decision made as a part of :doc:`/architectural-decisions/oep-0045-arch-ops-and-config`

Abstract
********

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ OEP-7: Migrating to Python 3
+---------------+-----------------------------------------------+
| Arbiter | Christopher Pappas <[email protected]> |
+---------------+-----------------------------------------------+
| Status | Accepted |
| Status | Obsolete |
+---------------+-----------------------------------------------+
| Type | Best Practice |
+---------------+-----------------------------------------------+
Expand All @@ -24,6 +24,15 @@ OEP-7: Migrating to Python 3

.. _open-edx-proposals#21: https://github.com/openedx/open-edx-proposals/pull/21#pullrequestreview-18018383


.. attention::

This OEP is Obsolete as all systems within the Open edX platform now run on
Python >= 3.8

This OEP served as a coordination point for the upgrade related decisions but
is no longer relevant to the project.

Abstract
********

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ OEP-12: Pluggable User Interfaces
+---------------+----------------------------------------------------+
| Arbiter | Clinton Blackburn <[email protected]> |
+---------------+----------------------------------------------------+
| Status | Accepted |
| Status | Obsolete |
+---------------+----------------------------------------------------+
| Type | Architecture |
+---------------+----------------------------------------------------+
Expand All @@ -23,6 +23,12 @@ OEP-12: Pluggable User Interfaces

.. _open-edx-proposals#34: https://github.com/openedx/open-edx-proposals/pull/34#pullrequestreview-18294926

.. attention::

This OEP assumes UI components managed by Django however, the Open edX
platform has moved to JS based Micro-Frontends for its user interfaces and
thus the decisions and proposals in this OEP are no longer relevant.

Abstract
********

Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ OEP-25: Incremental Improvements
+-----------------+----------------------------------------------------------+
| Arbiter | Adam Stankiewicz <[email protected]> |
+-----------------+----------------------------------------------------------+
| Status | Accepted |
| Status | Obsolete |
+-----------------+----------------------------------------------------------+
| Type | Process |
+-----------------+----------------------------------------------------------+
Expand All @@ -25,6 +25,14 @@ OEP-25: Incremental Improvements

.. _Original pull request: https://github.com/openedx/open-edx-proposals/pull/66#pullrequestreview-151034037

.. attention::

The incremental improvements process is no longer being actively maintained.
If you are looking for places where you can help the project check out issues
tagged as `help wanted
<https://github.com/openedx/public-engineering/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22>`
in the ``public-engineering`` project.

TL;DR
*****

Expand Down
File renamed without changes.
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ OEP-34: Lint Amnesty
+-----------------+--------------------------------------------------------+
| Arbiter | Usama Sadiq <[email protected]> |
+-----------------+--------------------------------------------------------+
| Status | Accepted |
| Status | Obsolete |
+-----------------+--------------------------------------------------------+
| Type | Best Practice |
+-----------------+--------------------------------------------------------+
Expand All @@ -22,6 +22,11 @@ OEP-34: Lint Amnesty
| `Review Period` | 2019-03-12 - 2021-04-30 |
+-----------------+--------------------------------------------------------+

.. attention::

This decision was a one time decision and is not relevant to the current
active project.

Context
*******

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ OEP-37: Dev Data
* - Review Period
- 2019-06-19 to 2019-11-25


.. attention::

This proposal is deferred as there is no current plans to actively work on
implementing this work.

Abstract
********

Expand Down
6 changes: 3 additions & 3 deletions oeps/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ is no clear code repository where they should reside.

architectural-decisions/oep-*

Obsolete Or Replaced
====================
Archived Proposals
==================

These are older decisions or documents that are no longer relevant to the
project but that we leave here for posterity and as useful reference if we run
Expand All @@ -69,4 +69,4 @@ into similar situations in the future.
:glob:
:caption: Obsolete or Replaced

obsolete_or_replaced/oep-*
archived/oep-*

0 comments on commit 020cf78

Please sign in to comment.