From Fedora Project Wiki
(New page: = Fedora Community's MyPackages Application = """mockup""": http://fedoraproject.org/wiki/Image:Myfedora-overview-mock1.png == Overview == Application that lists the packages you mainta...)
 
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
__TOC__
= Fedora Community's MyPackages Application =
= Fedora Community's MyPackages Application =


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


== Overview ==
== Overview ==

Latest revision as of 14:08, 20 July 2009

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.