107: Add "number of reviews" column in dashboard

alan.f******@gmai***** (Google Code) (Is this you? Claim this profile.)
chipx86
chipx86
Dec. 17, 2007
What's the URL of the page containing the problem?
http://my.reviewboard.server/dashboard/

What is the expected output? What do you see instead?
It would be nice if there was a count of the number of reviews for each
pending review request in the table on the dashboard page. Currently there
is only the Summary, date posted, and last updated.

Please provide any additional information below.
david
#1 david
  • -Type-Defect
    +Type-Enhancement
    +Component-Dashboard
chipx86
#2 chipx86
This is now doable as of Review Board SVN r1069. You must add it to your column
specification. Currently there's no UI for this, but you can add the following to
your Dashboard or review request list URLs and it will save the column spec for
future visits:

?columns=new_updates,star,summary,submitter,review_count,time_added,last_updated_since

Or similar.
  • +Fixed
  • +Add "number of reviews" column in dashboard
  • +chipx86