feat: add Academy model-Ismail 11713#2590
Open
vshaikismail-sonata wants to merge 1 commit intoopenedx:masterfrom
Open
feat: add Academy model-Ismail 11713#2590vshaikismail-sonata wants to merge 1 commit intoopenedx:masterfrom
vshaikismail-sonata wants to merge 1 commit intoopenedx:masterfrom
Conversation
6cbaf92 to
bc7ed3c
Compare
| 'Used to identify which academy the user selected at checkout entry.' | ||
| ), | ||
| ) | ||
| slug = models.SlugField( |
| 'settings.ACADEMY_THUMBNAIL_S3_BASE_URL.' | ||
| ), | ||
| ) | ||
| price = models.DecimalField( |
There was a problem hiding this comment.
Price field not required here as it will fetch from stripe API
bc7ed3c to
bcd7b64
Compare
bcd7b64 to
ac7209e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Introduces the Academy model to support Essentials plan academy selection via ?product_key= routing. Includes fields for metadata (name, description, thumbnail, tags), Stripe integration (product_id, price_lookup_key), catalog association, and soft-delete (is_active, display_order, slug).