Comment 8 for bug 719843

Revision history for this message
Michael Nelson (michael.nelson) wrote : Re: [Bug 719843] Re: need API for edit-review

On Tue, May 17, 2011 at 11:59 AM, Aaron Peachey <email address hidden> wrote:

> I like your idea of auto-moderation if a user tries to delete and re-
> submit a non-useful review, but wonder whether that might be overkill.
>

Yes, it was just a "if we really wanted to" - I don't think we should worry
about that now.

>
> Perhaps as a separate exercise we should consider doing a regular bulk
> deletion of reviews that are 100% un-useful (maybe with > 2 votes) and
> have been around for a defined period of time.
>

Yep, that'd be worth thinking about when we get to that point.

>
> Re: how long to allow moderation, how do we make this call? It's
> obviously something we can easily code now and change later so not too
> urgent. I'm thinking 2 hours would be the absolute maximum.
>

Normally we make that kind of stuff a standard setting (see
django_project/schema.py and django_project/config/main.cfg). If you think
it's worth a run-time-changeable setting, there's also the RNRSettings
model... see what you think.

Thanks!