Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] ecommerce Basket Page -> micro-frontend #41

Closed
wants to merge 1 commit into from

Conversation

UvgenGen
Copy link

@UvgenGen UvgenGen commented May 4, 2022

openedx/public-engineering#68
OeX_Depr-158 ecommerce Basket Page -> micro-frontend

@UvgenGen UvgenGen self-assigned this May 4, 2022
Copy link

@idegtiarov idegtiarov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nits and comment, other LGTM! Please take a look at my comment inline

@@ -376,6 +370,7 @@ def enterprise_grant_data_sharing_url(self):

@property
def payment_domain_name(self):
# TODO: update it

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems it is a time for updating, since self argument is removed

@@ -41,6 +41,7 @@ class Meta:
enable_embargo_check = False
enable_partial_program = False
discovery_api_url = 'http://{}.fake/'.format(Faker().domain_name())
payment_microfrontend_url = 'http://{}.fake/'.format(Faker().domain_name())

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I would use f-string instead of format?

@UvgenGen UvgenGen force-pushed the depr/basket_page branch from ced48e8 to 2d82aeb Compare May 5, 2022 12:28
Copy link

@idegtiarov idegtiarov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks!

@UvgenGen UvgenGen requested review from dyudyunov and ruzniaievdm May 11, 2022 12:09
Copy link

@idegtiarov idegtiarov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@UvgenGen UvgenGen force-pushed the depr/basket_page branch from 8633e7a to af8daa7 Compare May 12, 2022 10:27
@UvgenGen UvgenGen closed this May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants