#234 pkgdb should show bugzilla accounts of maintainers
Closed: Fixed None Opened 16 years ago by lkundrak.

The user information page should list the bugzilla account name (mail, not the fp.o one, one that can be used in bugzilla to assign bugs to) and page with information about package should show the default assignee of the bugs and possibly cc list used in bugzilla. Matching bugzilla account names (to include in CC, etc) is rather hard now.


We'd have to obfuscate the accounts since they're also email addresses. Also this might be better integrated via FASv2.

Not necessarily. Bugzilla reveals the addresses to the authenticated users only -- what if pkgdb did the same?

Would it be possible to do anything against this?
If would be really helpful.

I'd rather see this integrated via FASv2. When you click into the user's area, you are taken to a FASv2 page with the public user information. If you're logged in, you see more than if you're not logged in.

Ricky, does FASv2 have a page like that and do you like that idea?

UI-wise, I can see implementing this in one of two ways to make it more integrated:

Option 1) being able to pull the content section out of one web app and embed it in another page.
Since we're using well-formed XHTML, we should be able to do this. Although we may have to do some cookie handling to access an authenticated page.

Option 2) add a breadcrumb trail to the FASv2 identity module so we can ask for the trail of applications/pages that a session has participated in and add a link returning to the past pages in the header.

Replying to [comment:4 toshio]:

Ricky, does FASv2 have a page like that and do you like that idea?
Yup, it should look something like http://publictest1.fedoraproject.org/fas/user/view/testuser (if you cannot login, use ricky/fedoraproject). Ideally, we could have a nice JSON interface to fetch information from FAS (or something similar). I'll start reading around to see how this could be implemented.

Has there been any activity on this ticket?

So... I don't think that we're going to get integration between applications soon. Maybe we should just link to the fas page for the user?

Ok adding this on pkgdb2

Link to the FAS page added in pkgdb2 which has been deployed today.

Login to comment on this ticket.

Metadata