diff --git a/README.rst b/README.rst index 19a7c7074..16e9731ce 100644 --- a/README.rst +++ b/README.rst @@ -9,6 +9,7 @@ Introduction ------------ This is a micro-frontend application responsible for the display of an authenticated user's order history and receipt page. +Additionally, it also displays subscription history as of July 2023. Installation ------------ @@ -34,6 +35,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 000000000..cdde6540f 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 cdde6540f..adae35780 100644 Binary files a/docs/images/localhost_preview.png and b/docs/images/localhost_preview.png differ