#16171: "Easy pickings unset" is confusing lots of people
-------------------------------------+-------------------------------------
Reporter: lukeplant | Owner: nobody
Type: Bug | Status: new
Component: Djangoproject.com | Version: 1.3
Web site | Resolution:
Severity: Normal | Triage Stage: Ready for
Keywords: | checkin
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by aaugustin):
Given Trac's database schema, this isn't trivial to do in the database:
{{{
code.djangoproject=> select name, value, count(ticket) from ticket_custom
group by name, value order by name, value;
name | value | count
--------------------+------------------------+-------
easy | 0 | 2681
easy | 1 | 480
easy | | 13
has_patch | 0 | 9242
has_patch | 1 | 8136
needs_better_patch | | 2
needs_better_patch | 0 | 15589
needs_better_patch | 1 | 1193
needs_better_patch | | 2
needs_docs | | 2
needs_docs | 0 | 16199
needs_docs | 1 | 583
needs_docs | | 2
needs_tests | | 2
needs_tests | 0 | 15826
needs_tests | 1 | 956
needs_tests | | 2
stage | Accepted | 5284
stage | Design decision needed | 1299
stage | Fixed on a branch | 41
stage | Ready for checkin | 2403
stage | Someday/Maybe | 113
stage | Unreviewed | 8238
ui_ux | 0 | 2567
ui_ux | 1 | 146
ui_ux | | 12
(26 rows)
}}}
One would have to insert a row in this table for every ticket number,
unless there is one already.
----
However, the way the tracker notifies contributors has changed since this
ticket was opened. I think it's now possible to do it with the "batch
modify" plugin without side effect.
I've done that, except that I managed to mix easy and ui_ux, and I had to
redefine manually the latter on 657 tickets... :(
--
Ticket URL: <https://code.djangoproject.com/ticket/16171#comment:4>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.