pub async fn serialize_tasks_batch(
state: &AppState,
tasks: &[Task],
) -> Result<Vec<Value>, ServerError>Expand description
Batch serialize tasks with evidence - optimized to avoid N+1 queries Preloads all artifacts and boards in batch before serializing