This test verifies that the TaskStatusFilter components correctly integrate custom task statuses from the backend.
projectId prop to componentcustomTaskStatusService to fetch statusesprojectId prop to componentcustomTaskStatusService to fetch statusesprojectId to TaskStatusFilterprojectId to ShotTaskStatusFiltertaskType:statusId (e.g., "modeling:custom_status_123")Requirement 7.4: Custom statuses in filter options
projectId?: number prop to both filter componentscustomTaskStatusService.getAllStatuses()customStatuses and systemStatusesallStatuses combines system and custom statuses
{
id: string,
name: string,
color: string,
is_system: boolean
}