feat: ship creator journey v2 and profile updates

This commit is contained in:
2026-04-12 21:42:07 +02:00
parent a2457f4e49
commit d5cff21ea2
335 changed files with 20147 additions and 1545 deletions

View File

@@ -27,14 +27,22 @@ class ConfigureMeilisearchIndex extends Command
private const SORTABLE_ATTRIBUTES = [
'created_at',
'published_at_ts',
'missing_thumbnail_rank',
'trending_score_24h',
'trending_score_7d',
'favorites_count',
'downloads_count',
'awards_received_count',
'awards_score_7d',
'awards_score_30d',
'views',
'likes',
'downloads',
'ranking_score',
'engagement_velocity',
'shares_count',
'comments_count',
'heat_score',
];
/**
@@ -44,6 +52,11 @@ class ConfigureMeilisearchIndex extends Command
'id',
'is_public',
'is_approved',
'is_mature',
'is_mature_effective',
'maturity_level',
'maturity_status',
'has_missing_thumbnails',
'category',
'content_type',
'tags',