From a874f0c9af690cdd7cf81a6f5e7f5cd2dc75ae0e Mon Sep 17 00:00:00 2001 From: Nomi Harris Date: Wed, 25 Jun 2025 14:47:18 -0700 Subject: [PATCH 1/2] add description of Dashboard Manager responsibilities adapted from https://github.com/OBOFoundry/OBOFoundry.github.io/blob/master/_data/roles.yml fixes #2236 --- docs/roles/DashboardManager.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/roles/DashboardManager.md b/docs/roles/DashboardManager.md index d41edbc98..921d5ba42 100644 --- a/docs/roles/DashboardManager.md +++ b/docs/roles/DashboardManager.md @@ -4,4 +4,7 @@ permalink: /roles/dashboard-manager title: Dashboard Manager --- -The Dashboard Manager has these basic duties: +The [OBO Foundry dashboard](https://dashboard.obofoundry.org/) checks ontologies for adherence to OBO Foundry principles. The Dashboard Manager's jobs are: +1. Update the dashboard once per month +1. Fix important bugs in OBO-Dashboard if they come up (should be rare) +1. Work with OBO Ops to find people who can update the dashboard code when new principles are added or existing ones are changed. From 661ecd6b18d0da2116ba673c58de6cc910ff913c Mon Sep 17 00:00:00 2001 From: Nomi Harris Date: Thu, 26 Jun 2025 13:12:06 -0700 Subject: [PATCH 2/2] minor update to third job as per @anitacaron's comment. I hope this addresses her point. --- docs/roles/DashboardManager.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/roles/DashboardManager.md b/docs/roles/DashboardManager.md index 921d5ba42..6a11cc310 100644 --- a/docs/roles/DashboardManager.md +++ b/docs/roles/DashboardManager.md @@ -7,4 +7,4 @@ title: Dashboard Manager The [OBO Foundry dashboard](https://dashboard.obofoundry.org/) checks ontologies for adherence to OBO Foundry principles. The Dashboard Manager's jobs are: 1. Update the dashboard once per month 1. Fix important bugs in OBO-Dashboard if they come up (should be rare) -1. Work with OBO Ops to find people who can update the dashboard code when new principles are added or existing ones are changed. +1. Work with OBO Ops if needed to find people who can update the dashboard code when new principles are added or existing ones are changed.