pub fn what_service_report(
corpus_name: String,
service_name: String,
severity: String,
category: String,
what: String,
session: Option<AdminSession>,
pool: &State<DbPool>,
) -> Result<Template, Status>Expand description
what-level report: the task list for a (severity, category, what).