opensafely-core / airlock

Other
1 stars 0 forks source link

Alerts on the request pages when something needs to be actioned #546

Closed rebkwok closed 1 month ago

rebkwok commented 1 month ago

Adds a new component for showing an alert message when an action is required on a request.

Currently these are: 1) Output checker has reviewed all files and needs to complete their review Screenshot from 2024-07-17 10-58-01

2) Output checker completes the second review for a request and the request now needs to be progressed by returning, rejecting or releasing.

Releasing is available (all files approved twice): Screenshot from 2024-07-17 10-57-21

Releasing not available (some files rejected by at one or both reviewers): Screenshot from 2024-07-17 11-35-16

Fixes #503