oeplatform icon indicating copy to clipboard operation
oeplatform copied to clipboard

[OPR] Show review progress to the user

Open jh-RLI opened this issue 1 year ago • 3 comments

  • [x] indicate open fields in tab with little dot
  • [x] indicate overall progress with percentage

jh-RLI avatar Jun 07 '23 09:06 jh-RLI

dots have been implemented in #1275 -> currently they will just update if the submit button is clicked, this will change soon.

jh-RLI avatar Jul 20 '23 11:07 jh-RLI

@jh-RLI The percentage should indicate how much of the field has the "ok" state when a contributor or reviewer responds. Or should it dynamically calculate the percentage when a reviewer is reviewing, or when a contributor agrees/disagrees with the reviewer's suggestions?

Darynarli avatar Oct 06 '23 15:10 Darynarli

It should be calculated dynamically. You can start by including only the static ok fields that are available after submitting to have a first result. In the end it would be confusing if the percentage is not updated immediately when the ok button is clicked :)

I can also imagine that there might be a java script library that does just that. Then you would only have to define which values have to be checked. A short google search might be worthwhile. But maybe this is too specific and you have to develop it yourself.

jh-RLI avatar Oct 06 '23 15:10 jh-RLI