Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add review assignment progress and pop-ups to submissions table #8881

Open
NateWr opened this issue Apr 6, 2023 · 0 comments
Open

Add review assignment progress and pop-ups to submissions table #8881

NateWr opened this issue Apr 6, 2023 · 0 comments
Assignees
Labels
Enhancement:2:Moderate A new feature or improvement that can be implemented in less than 4 weeks.
Milestone

Comments

@NateWr
Copy link
Contributor

NateWr commented Apr 6, 2023

Describe the problem you would like to solve
Editors want to be able to more easily track the progress of review assignments when looking at their submissions list. They want to see how many reviewers are assigned, if any are overdue, and if any are complete.

Describe the solution you'd like
The mockups below show how to include this information in the submissions table (#8880). They show a small progress circle in the table. When clicking on the circle, a pop-up appears with more detailed information about the review.

Who is asking for this feature?
This was tested as part of the submissions list rework in #7495.

Additional information
This issue is for the UI implementation. The REST API changes are described in #8886.

Details about review assignments are shown in the Editorial Activity column of the submissions table.

image

image

Legend:

  • Green: Review completed
  • Red: Overdue
  • Blue Outline: Pending. The number indicates how many days until it is overdue. And the outline of the circle is a progress bar that will be full when the review is overdue.
  • Orange Outline: Review Request Pending. The number indicates how many days until the request is overdue. And the outline of the circle is a progress bar will change to blue outline when the review request is accepted.

When clicking on each circle, a pop-up will appear with more information. Below are examples of different review circles and their pop-up.

A. request has been sent but reviewer has not responded:
image

B. reviewer declined review request:
image

C. reviewer not responded within due date:
image

D. reviewer has agreed to the review and the review is in progress:
image

E. review not submitted within due date:
image

F. Review Submitted but not read by the editor:
image

G. Review submitted and read by the editor:
image

H. review has been confirmed by an editor:
image

I. reviewer cancelled review request:
image

J. request resent to reviewer after they declined:
image

@NateWr NateWr added the Enhancement:2:Moderate A new feature or improvement that can be implemented in less than 4 weeks. label Apr 6, 2023
@NateWr NateWr added this to the 3.5 milestone Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement:2:Moderate A new feature or improvement that can be implemented in less than 4 weeks.
Projects
Status: Backlog
Development

No branches or pull requests

2 participants