Merge pull request #20711 from edx/bom/commerce-readme
README for commerce and shoppingcart
This commit is contained in:
17
lms/djangoapps/commerce/README.rst
Normal file
17
lms/djangoapps/commerce/README.rst
Normal file
@@ -0,0 +1,17 @@
|
||||
Status: Maintenance
|
||||
|
||||
Responsibilities
|
||||
================
|
||||
The Commerce app is an older implementation of e-commerce related functionality.
|
||||
|
||||
Direction: Deprecate
|
||||
====================
|
||||
This app is replaced by functionality in the `ecommerce service`_. New functionality should not be added here. Effort is needed to determine who the existing clients are so they can be updated and this app can be removed. This app is in a similar situation to the ```lms/djangoapps/shoppingcart``` app.
|
||||
|
||||
.. _ecommerce service: https://github.com/edx/ecommerce
|
||||
|
||||
Glossary
|
||||
========
|
||||
|
||||
More Documentation
|
||||
==================
|
||||
17
lms/djangoapps/shoppingcart/README.rst
Normal file
17
lms/djangoapps/shoppingcart/README.rst
Normal file
@@ -0,0 +1,17 @@
|
||||
Status: Maintenance
|
||||
|
||||
Responsibilities
|
||||
================
|
||||
The Shopping Cart is an older implementation of e-commerce related functionality.
|
||||
|
||||
Direction: Deprecate
|
||||
====================
|
||||
This app is replaced by functionality in the `ecommerce service`_. New functionality should not be added here. Effort is needed to determine who the existing clients are so they can be updated and this app can be removed. This app is in a similar situation to the ```lms/djangoapps/commerce``` app.
|
||||
|
||||
.. _ecommerce service: https://github.com/edx/ecommerce
|
||||
|
||||
Glossary
|
||||
========
|
||||
|
||||
More Documentation
|
||||
==================
|
||||
Reference in New Issue
Block a user