ecommerce icon indicating copy to clipboard operation
ecommerce copied to clipboard

FC-0001: ecommerce Basket Page -> micro-frontend (make the column nullable)

Open UvgenGen opened this issue 3 years ago • 1 comments

Description

This is a first part of removing ecommerce's older implementation of the Django-server-side rendering of the Basket Page. Second part: https://github.com/openedx/ecommerce/pull/3718

Updated the model and generate a migration making the column nullable (null=True)

Supporting information

https://github.com/openedx/public-engineering/issues/68 Original Jira Issue: https://openedx.atlassian.net/browse/DEPR-42 PR to edx-platform: https://github.com/openedx/edx-platform/pull/30377 Second part: https://github.com/openedx/ecommerce/pull/3718

UvgenGen avatar Sep 27 '22 08:09 UvgenGen

Thanks for the pull request, @UvgenGen! Please note that it may take us up to several weeks or months to complete a review and merge your PR.

Feel free to add as much of the following information to the ticket as you can:

  • supporting documentation
  • Open edX discussion forum threads
  • timeline information ("this must be merged by XX date", and why that is)
  • partner information ("this is a course on edx.org")
  • any other information that can help Product understand the context for the PR

All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here.

Please let us know once your PR is ready for our review and all tests are green.

openedx-webhooks avatar Sep 27 '22 08:09 openedx-webhooks