From d1d5e8a09cb1f9d77e2d359adfdc392cbd8b7747 Mon Sep 17 00:00:00 2001 From: Paul Harrison Date: Fri, 14 Jun 2024 08:26:35 +0100 Subject: [PATCH] Make the possibility of external reviewer clearer --- README.md | 2 +- docs/Developer/use-cases.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a07c1d9..8c5ff38 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ You can find out more about how to install mkdocs material for your environment Once you've made your working copy of the site repo, from the repo root folder, run: ```bash -mkdocs server +mkdocs serve ``` and navigate to http://127.0.0.1:8000/ diff --git a/docs/Developer/use-cases.md b/docs/Developer/use-cases.md index b624f96..4f9ecef 100644 --- a/docs/Developer/use-cases.md +++ b/docs/Developer/use-cases.md @@ -18,6 +18,7 @@ actor :Observatory Admin: as obsadmin actor :TAC member: as tacmem actor :TAC Chair: as tacchair actor :Reviewer: as rev +actor :External Reviewer: as extrev actor :CO I : as coi actor :Principal Investigator: as pi usecase "deploy the system" as UC0 @@ -43,6 +44,7 @@ obsadmin --> UC3 obsadmin --> UC4 user ..>pi user ..>coi +user ..>extrev user ..>tacmem user ..>obsadmin tacmem ..>rev @@ -60,6 +62,8 @@ tacchair-->UC12 tacchair-->UC13 rev-->UC10 rev-->UC11 +extrev -->UC10 +extrev -->UC11 ``` ## Digging down @@ -115,7 +119,7 @@ The proposals can be distributed to the TAC - this might ### score proposals -There might be a scoring system that allows people outside the TAC to score as well. +There might be a scoring system that allows people outside the TAC to score as well. See the external reviewer. ### assign observing time