-
Notifications
You must be signed in to change notification settings - Fork 172
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
feat: introduce new marketable field #4493
feat: introduce new marketable field #4493
Conversation
976ab16
to
6aab3f9
Compare
00cb2c8
to
8c4eef9
Compare
…-9748/introduce-new-marketable-field
8c4eef9
to
5bf0947
Compare
53395ab
to
062522e
Compare
062522e
to
1ea33f1
Compare
1ea33f1
to
1f33105
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few comments, mostly minor cleanup nits but also a clarifying question around whether the intent is to support all reviewable states (internal review vs. legal review), or if there's a specific/individual reviewable state that should be used (might be worth verifying).
e4945d4
to
a4bc506
Compare
…openedx/course-discovery into ENT-9748/introduce-new-marketable-field
8209d41
to
b223606
Compare
…-9748/introduce-new-marketable-field
a9d071a
to
3114eed
Compare
3114eed
to
53acdfa
Compare
…-9748/introduce-new-marketable-field
516c906
to
c21efae
Compare
…openedx/course-discovery into ENT-9748/introduce-new-marketable-field
c21efae
to
2277e78
Compare
…-9748/introduce-new-marketable-field
33a4ba0
to
009f527
Compare
009f527
to
a6478a2
Compare
""" | ||
if self.is_marketable: | ||
return self.is_marketable | ||
is_exec_ed_course = self.course.type.slug == CourseType.EXECUTIVE_EDUCATION_2U |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As a caution, when filtering on your end, do check for product_source (equals 2u
). While it can be added here, it will make things way too specific.
Introduce new marketable field that B2B will use for assigning courses early to their learners.