Opened 15 months ago
Closed 15 months ago
#7335 closed enhancement (fixed)
Improve flagging for high rejection submitters
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Photo Directory | Keywords: | |
Cc: |
Description
The auto-flagging system currently flags when a submitter has a high number of rejections. This is displayed as a red or orange flag "Has rejections (N)" where N is the number of rejections. However, it is not apparent (and is rather a bit misleading) that the flag isn't based purely on the number of rejections or that there are rejections at all, but that it's their number of rejections relative to their number of published photos.
I propose clarifying the wording of the flags, improving the number it presents, and adjusting the wording based on how severe the rejection rate is for the user. Additionally, the criteria for flagging should be tweaked slightly.
These changes should consist of:
- If there are more rejections than approvals, create a new red flag "More Rejections Than Approvals"
- For all flags that follow below, N should be the rejection rate percentage for the submitter
round( (rejections / ( rejections + published )) * 100, 0)
- Create a new critical threshold of 0.50 and if met, then show a red flag "Very High Rejection Rate (N%)"
- Adjust the existing alert threshold from 0.25 to 0.30 and display as an orange flag "High Rejection Rate (N%)"
- Adjust the existing warning threshold from 0.10 to 0.15 and display as a yellowish flag "Rejection Rate (N%)"
Change History (1)
Note: See
TracTickets for help on using
tickets.
In 12959: