Skip to content

Commit

Permalink
Make the possibility of external reviewer clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed Jun 14, 2024
1 parent c1f355a commit d1d5e8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
6 changes: 5 additions & 1 deletion docs/Developer/use-cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -43,6 +44,7 @@ obsadmin --> UC3
obsadmin --> UC4
user ..>pi
user ..>coi
user ..>extrev
user ..>tacmem
user ..>obsadmin
tacmem ..>rev
Expand All @@ -60,6 +62,8 @@ tacchair-->UC12
tacchair-->UC13
rev-->UC10
rev-->UC11
extrev -->UC10
extrev -->UC11
```

## Digging down
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit d1d5e8a

Please sign in to comment.