Re: Managing Draft Reviews

2013-07-08 Thread Timothy
@Christian

Yes, I do mean unpublished review requests (drafts). They build up as 
people post using post-review and forget to publish the review. As a 
feature request, it would be handy to perform batch operations on reviews 
matching a criteria and/or email select (possibly all) review board users.

@Ze

I'd be very interested in looking at these scripts if you can share them. I 
don't think we could use the django website as we've got anyone free to 
maintain it. However, the Python script sounds perfect for nagging people :)

Thanks for both of your replies.

Tim

On Sunday, June 23, 2013 5:58:32 PM UTC+1, Ze Lin Xiao wrote:
>
> We actually built a django website that allows people to login and bulk 
> close all of their review requests (I use it to discard my draft reviews 
> all the time; I also have a lot of draft reviews because I'm always testing 
> reported bugs). If its something that you'd like to use, I can try to make 
> it more extensible and share the code. You can also alternatively do what 
> we did yourself.  I think we query the database for a list of the users 
> review and then call the API to either submit or discard the review. 
>
> Further, we have another python script that takes on a parameter called 
> "months_ago" and it emails people who have review open for that long and 
> asks them to close the review with the bulk closing tool I mentioned above. 
> This script just queries the database and sends emails :)
>
> Let me know if either of them interest you and I'll see what I can do to 
> share it. 
>
> Ze
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Managing Draft Reviews

2013-06-23 Thread Ze Lin Xiao
We actually built a django website that allows people to login and bulk close 
all of their review requests (I use it to discard my draft reviews all the 
time; I also have a lot of draft reviews because I'm always testing reported 
bugs). If its something that you'd like to use, I can try to make it more 
extensible and share the code. You can also alternatively do what we did 
yourself.  I think we query the database for a list of the users review and 
then call the API to either submit or discard the review. 

Further, we have another python script that takes on a parameter called 
"months_ago" and it emails people who have review open for that long and asks 
them to close the review with the bulk closing tool I mentioned above. This 
script just queries the database and sends emails :)

Let me know if either of them interest you and I'll see what I can do to share 
it. 

Ze

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Managing Draft Reviews

2013-06-22 Thread Christian Hammond
Hi Timothy,

When you say draft, do you mean unpublished review requests? (That's what
we mean when we say drafts). If so, I'm not sure how you ended up with that
many, but there's nothing really we provide to take care of that. Other
users shouldn't see them, though.

If you just mean that they're review requests that haven't been closed,
then that's really something people just have to get in the habit of. You
*can* go into the Admin UI -> Database -> Review Requests, select them and
choose one of the "Close review request ..." from the action menu.

Review Board has no built-in ability to auto-email people with old review
requests. It's possible to write such a thing, though, using our API.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com


On Wed, Jun 19, 2013 at 7:11 AM, Timothy  wrote:

> We're getting quite a large number of draft reviews (hundreds) building up
> and I'd like to get them dealt with. So:
>
> 1) Is there a way to filter to only draft reviews and (perhaps) delete
> large blocks of them? I tried lookng through the Database section of the
> Admin section but couldn't find what I wanted.
> 2) Get a list of users with outstanding draft reviews so I can email them
> reminding them to not leave drafts hanging around?
> 3) Is it possible to have Review Board automatically email people with old
> draft reviews to remind/nag them to publish or discard?
>
> Thanks!
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Managing Draft Reviews

2013-06-19 Thread Timothy
We're getting quite a large number of draft reviews (hundreds) building up 
and I'd like to get them dealt with. So:

1) Is there a way to filter to only draft reviews and (perhaps) delete 
large blocks of them? I tried lookng through the Database section of the 
Admin section but couldn't find what I wanted.
2) Get a list of users with outstanding draft reviews so I can email them 
reminding them to not leave drafts hanging around?
3) Is it possible to have Review Board automatically email people with old 
draft reviews to remind/nag them to publish or discard?

Thanks!

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.