Janitor Trial Report

<% cache("janitor-trials-report/#{Date.today}") do %> <% @report.janitors.each do |janitor| %> <% end %> <% end %>
User Approvals Deleted Quartile Score Median Score Explicit % Questionable % Safe %
<%= link_to_user janitor.user %> <%= link_to janitor.approval_count, posts_path(:tags => "approver:#{janitor.user.name}") %> <%= link_to janitor.deleted_count, posts_path(:tags => "approver:#{janitor.user.name} status:deleted") %> <%= janitor.percentile_25_score %> <%= janitor.percentile_50_score %> <%= number_to_percentage janitor.rating_e_percentage, :precision => 0 %> <%= number_to_percentage janitor.rating_q_percentage, :precision => 0 %> <%= number_to_percentage janitor.rating_s_percentage, :precision => 0 %> <% if CurrentUser.user.is_moderator? %> <%= link_to "Promote", promote_janitor_trial_path(janitor.trial), :method => :put, :remote => true %> | <%= link_to "Demote", demote_janitor_trial_path(janitor.trial), :method => :put, :remote => true %> <% end %>

All numbers shown are for the past 3 months.

<% content_for(:page_title) do %> Janitor Trial Report - <%= Danbooru.config.app_name %> <% end %> <%= content_for(:html_header) do %> <%= javascript_include_tag "stupidtable" %> <% end %>