Feat: Organize videos by sector

This commit is contained in:
Xavier Oliveira
2026-06-16 12:25:58 +01:00
parent c5ed77945e
commit 84e9bf7307
21 changed files with 477 additions and 116 deletions

View File

@@ -39,6 +39,8 @@ class UpdateVideoRequest extends FormRequest
'tags' => 'sometimes|string|max:100',
'category_ids' => 'sometimes|array',
'category_ids.*' => 'exists:categories,id',
'sector_ids' => 'sometimes|array',
'sector_ids.*' => 'exists:sectors,id',
'is_active' => 'sometimes|boolean',
'order' => 'sometimes|integer|min:0',
];