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?

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!

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

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