diff --git a/README.rst b/README.rst index 19a7c707..6993f739 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ Please tag **@edx/revenue-squad** on any PRs or issues. Introduction ------------ -This is a micro-frontend application responsible for the display of an authenticated user's order history and receipt page. +This is a micro-frontend application responsible for the display of an authenticated user's single purchase order history and subscription history. Additional work has been done and is in-progress to enable receipt pages in this application, currently hosted in ecommerce. Installation ------------ @@ -34,6 +34,10 @@ This MFE is bundled with `Devstack `_, see .. image:: ./docs/images/localhost_preview.png + Note: the alert will always display if subscriptions repo is not setup locally + +6. **(Optional)** For edx developers, they can set up the subscriptions repo for viewing subscription history + Environment Variables/Setup Notes --------------------------------- diff --git a/docs/images/localhost_preview-old.png b/docs/images/localhost_preview-old.png new file mode 100644 index 00000000..cdde6540 Binary files /dev/null and b/docs/images/localhost_preview-old.png differ diff --git a/docs/images/localhost_preview.png b/docs/images/localhost_preview.png index cdde6540..adae3578 100644 Binary files a/docs/images/localhost_preview.png and b/docs/images/localhost_preview.png differ