Merge pull request #20711 from edx/bom/commerce-readme

README for commerce and shoppingcart
This commit is contained in:
Nimisha Asthagiri
2019-05-29 14:12:03 -04:00
committed by GitHub
2 changed files with 34 additions and 0 deletions

View 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
==================

View 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
==================