<quote> "Your issues" is the list of issues that have been assigned to you (i.e. the ones that you are supposed to resolve), not the issues that you have submitted. </quote>
This is perfectly sensible, but the effect is perfectly incomprehensible for the first-time user - I found this bug because I was about to report the exact same issue.
At least when the list is empty, the page should give some hint that it's listing the issues assigned to the user - if only by changing the title from "Your issues" (which could mean several things) to "Issues assigned to you".
Somewhat better would be to have a "Your issues" page which actually lists each of the sets of issues one might think of as one's own - one table for issues assigned to you, one for issues you've reported, one for (other) issues you're nosying; each list initially restricted to open issues but with a link to the full list.
Alternatively, the navigation panel's "Your issues" (above Your Details and Logout) could become a sub-list with entries "Assigned" (the present page), "Reported" and "Nosy".
... but the newcomer needs to have at least *some* reasonably easy way to find "where's that issue I just reported", or the whole thing is just baffling.
<quote> You'll have to create a custom query; this isn't difficult though. </quote>
Hard to comment on that: on bugs.python.org, the Help item for "Tracker Documentation" links to a FAQ-style page on wiki.python.org, from which isn't immediately obvious how to actually find documentation of the tracker itself; I haven't checked *every* link there but, at a cursory search, it doesn't appear to link to the "Roundup docs" page that this meta-tracker page offers as Help link.
Adding that link to the python BTS's help sub-menu would be a smart move !
Further: the "Your issues" page has a "Your Queries" section, initially empty, and an edit link; which gives me a page in which to select from among a bunch of pre-existing queries, none of which is the one I want. There's a Search option, in two places on the page, but when I do such a search there's no (immediately visible) way to "Add this to Your Queries" or remember this query in some other way, for future use.
If there's a way to do custom queries, and it's the only way to get at the list that a new user most obviously does want to see, there should be an easy way for the new user to discover this, right there on the front page.
Requiring new users to read a reference manual is not part of a user-friendly interface: it will put off folk who might otherwise be making the vital contribution of providing feed-back on the quality of python (and its docs).
The present "assigned to you" default screen is geared towards developers (those who fix stuff); but the experience needs to be friendlier towards testers (those who tell you what needs fixed). Even the overhead of having to register (and guess a username that might not yet be in use - the registration process gave me no obvious way to find out whether the username I wanted was avaiable; what'll happen to the next Eddy to come along ?) will put off a fair proportion of those who might have reported issues. A baffling home-page once logged in will take another bite out of their dedication ...
|