Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Tarako review queue through AdditionReview (bug 1047183) #2396

Merged
merged 1 commit into from Aug 12, 2014

Conversation

mstriemer
Copy link
Contributor

https://bugzilla.mozilla.org/show_bug.cgi?id=1047183

This adds an AdditionalReview model with its own queue to handle a Tarako review queue. The China queue is sharing the view logic and this could eventually supersede the China queue and the rereview queue but that's a task for another day.

@@ -277,6 +278,49 @@ function initRegionalQueue() {
}));
}


function initAdditionalReviewQueue() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small doctstringy comment on what handlers this function sets up.

@ngokevin
Copy link
Contributor

looks good. r+wc unless you have others in mind you want to review this too

@mstriemer
Copy link
Contributor Author

Thanks for the review!

mstriemer added a commit that referenced this pull request Aug 12, 2014
Tarako review queue through AdditionReview (bug 1047183)
@mstriemer mstriemer merged commit ee5e1f4 into mozilla:master Aug 12, 2014
@mstriemer mstriemer deleted the additional-review-queue-1047183 branch August 12, 2014 15:18
@@ -115,6 +115,11 @@ def queue_tabnav(context):
args=[mkt.regions.CN.slug])
rv.append((url_, 'region',
_('China ({0})').format(counts['region_cn'])))
if acl.action_allowed(request, 'Apps', 'ReviewTarako'):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This won't work until we add a migration for this rule to the groups table. I don't see one currently.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants