From Fedora Project Wiki

Fedora Community's MyPackages Application

mockup: http://fedoraproject.org/wiki/Image:Myfedora-overview-mock1.png

Overview

Application that lists the packages you maintain and own. This uses a list that can be concatenated with a more link to expand so that elements are not too big. We may just need one query here to ask for all packages you maintain and own (own is a subset of maintain) sorted by owned and subsorted by name.

Elements

  • Packages I Own (number of packages) – Lists packages you own and links to their info page. We need a fast query in pkgdb to ask for all packages that is owned by a user and get a count. I don't think the DB was structured correctly for this query to be fast so it may or may not take significant work to make this efficient.
  • Packages I Maintain (number of packages) – Lists packages you maintain (minus the ones you own) and links to their info page. We need a fast query in pkgdb to ask for all packages that is maintained by a user and get a count. I don't think the DB was structured correctly for this query to be fast so it may or may not take significant work to make this efficient.