Skip to content

feat: add teams to marketplace#339

Merged
vincentgrobler merged 2 commits intomainfrom
feat/team-marketplace
Apr 9, 2026
Merged

feat: add teams to marketplace#339
vincentgrobler merged 2 commits intomainfrom
feat/team-marketplace

Conversation

@vincentgrobler
Copy link
Copy Markdown
Collaborator

@vincentgrobler vincentgrobler commented Apr 9, 2026

Description

  • Migration 074: marketplace columns on teams, team_installs, team_reviews, rating trigger, install_count RPC, team_id on submissions
  • Data layer: fetchMarketplaceTeams, submitTeamForReview, approveTeamSubmission, unpublishTeam, submitTeamRating, fetchTeamReviews
  • installTeam: reuses importTeam() with full agent cloning & ID remapping
  • Hooks: useMarketplaceTeams, useSubmitTeam, useInstallTeam, useTeamReviews, useSubmitTeamRating
  • UI: TeamCard, TeamDetailModal, PublishTeamModal
  • Marketplace page: agents/teams toggle in browse tab
  • TeamDetail page: Publish to Marketplace button
  • Types: marketplace fields on Team interface

Related Issue

Type of Change

  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • ✨ New feature (non-breaking change that adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • 📝 Documentation update
  • ♻️ Refactor (no functional changes)
  • 🧪 Test update

How Has This Been Tested?

  • Unit tests
  • Manual testing
  • Browser testing (specify browsers)

Screenshots (if applicable)

Checklist

  • My code follows the project's coding standards
  • I have run npm run lint and there are no errors
  • I have run npm run test and all tests pass
  • I have added tests for my changes (if applicable)
  • I have updated the documentation (if applicable)
  • My source files have AGPL licence headers
  • My changes generate no new TypeScript errors

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
crewform Ready Ready Preview, Comment Apr 9, 2026 8:20am

- Migration 074: marketplace columns on teams, team_installs, team_reviews,
  rating trigger, install_count RPC, team_id on submissions
- Data layer: fetchMarketplaceTeams, submitTeamForReview, approveTeamSubmission,
  unpublishTeam, submitTeamRating, fetchTeamReviews
- installTeam: reuses importTeam() with full agent cloning & ID remapping
- Hooks: useMarketplaceTeams, useSubmitTeam, useInstallTeam,
  useTeamReviews, useSubmitTeamRating
- UI: TeamCard, TeamDetailModal, PublishTeamModal
- Marketplace page: agents/teams toggle in browse tab
- TeamDetail page: Publish to Marketplace button
- Types: marketplace fields on Team interface
- Add missing AGPL license header to useMarketplace.ts
- Remove unnecessary type assertions in TeamCard, TeamDetailModal, installTeam
- Use typeof guard instead of String() for facilitator_agent_id
@vincentgrobler vincentgrobler force-pushed the feat/team-marketplace branch from 6c2d018 to bf3321a Compare April 9, 2026 08:20
@vincentgrobler vincentgrobler merged commit bbb9480 into main Apr 9, 2026
8 checks passed
@vincentgrobler vincentgrobler deleted the feat/team-marketplace branch April 9, 2026 08:22
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