Skip to content

feat(marketplace): add data model, migrations, and permissions#8476

Open
LWS49 wants to merge 1 commit into
lws49/feat-ext-assessments-pr4-importfrom
lws49/feat-marketplace-pr1-foundation
Open

feat(marketplace): add data model, migrations, and permissions#8476
LWS49 wants to merge 1 commit into
lws49/feat-ext-assessments-pr4-importfrom
lws49/feat-marketplace-pr1-foundation

Conversation

@LWS49

@LWS49 LWS49 commented Jul 8, 2026

Copy link
Copy Markdown
Collaborator
  • add Listing and Adoption models under Course::Assessment::Marketplace namespace, with course_assessment_marketplace_ prefix on both tables
  • Listing tracks published state and publisher, with a uniqueness constraint per assessment and an adoption_count helper
  • Adoption links a listing to a destination course and duplicated assessment, one adoption per duplicated assessment
  • wire has_one :marketplace_listing onto Course::Assessment
  • add AssessmentMarketplaceAbilityComponent: admins can publish listings, course managers/owners can access, duplicate, and preview published listings

@LWS49 LWS49 force-pushed the lws49/feat-marketplace-pr1-foundation branch 2 times, most recently from 35884a1 to 833d37f Compare July 8, 2026 03:58
- add Listing and Adoption models under Course::Assessment::Marketplace
  namespace, with course_assessment_marketplace_ prefix on both tables
- Listing tracks published state and publisher, with a uniqueness
  constraint per assessment and an adoption_count helper
- Adoption links a listing to a destination course and duplicated
  assessment, one adoption per duplicated assessment
- wire has_one :marketplace_listing onto Course::Assessment
- add AssessmentMarketplaceAbilityComponent: admins can publish listings,
  course managers/owners can access, duplicate, and preview published
  listings
@LWS49 LWS49 force-pushed the lws49/feat-marketplace-pr1-foundation branch from 833d37f to 9926c90 Compare July 8, 2026 04:05
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.

1 participant