[aur-dev] Mini Roadmap
I wanted to push this todo list here, since I figure it'll get done quicker with more eyes on it 8) - Re-add sort by age, as a column..or something (FS#3370) - Clean up the flyspray (FS#WXYZ) - Shuffle around secondary nav links (does every page really need bugs/discuss/etc? front page material?) - search page formattting (squashed columns) - improve package searching (fulltext is nifty, needs discussion) - find a way to do auto redirects from submit pages (FS#9621) - preserve package search parameters form page-to-page (FS#9615) - improve packages.php GET variable names (they're plain awful right now) - funky page naming on the search page (FS#9610) - [community] scripts should handle -arch suffixes (FS#9449) - Flesh out the json interface (FS#8538) - speak (x)html fluently, and validate. - tons more stuff that goes a hella lot deeper than these do -S PS: ignore the attachment, I'm just trying something.
On 2/20/08, Simo Leone <simo@archlinux.org> wrote:
I wanted to push this todo list here, since I figure it'll get done quicker with more eyes on it 8)
I noticed some repetitive code in the search page a long time ago that really could be put into a function. (Some stuff that has to do with various sorting options) I'd be interested in working on that part. Changes would also make URLs a bit nicer http://aur.archlinux.org/packages.php?SB=l&SO=d&PP=25 instead of http://aur.archlinux.org/packages.php?O=0&L=0&C=0&K=&SB=l&SO=d&PP=25&SeB=&do_MyPackages=&do_Orphans= It's probably a good idea to divide tasks appropriately now so we don't need to duplicate efforts or run into conflicts. Cheers!
Small request, but how about using more meaningful variable names this time? On Thu, Feb 21, 2008 at 7:33 AM, Loui <louipc.ist@gmail.com> wrote:
On 2/20/08, Simo Leone <simo@archlinux.org> wrote:
I wanted to push this todo list here, since I figure it'll get done quicker with more eyes on it 8)
I noticed some repetitive code in the search page a long time ago that really could be put into a function. (Some stuff that has to do with various sorting options)
I'd be interested in working on that part. Changes would also make URLs a bit nicer
http://aur.archlinux.org/packages.php?SB=l&SO=d&PP=25 instead of
http://aur.archlinux.org/packages.php?O=0&L=0&C=0&K=&SB=l&SO=d&PP=25&SeB=&do_MyPackages=&do_Orphans=
It's probably a good idea to divide tasks appropriately now so we don't need to duplicate efforts or run into conflicts.
Cheers!
On Thu, Feb 21, 2008 at 07:33:05AM -0500, Loui wrote:
I noticed some repetitive code in the search page a long time ago that really could be put into a function. (Some stuff that has to do with various sorting options)
definitely go for it.
I'd be interested in working on that part. Changes would also make URLs a bit nicer
http://aur.archlinux.org/packages.php?SB=l&SO=d&PP=25 instead of http://aur.archlinux.org/packages.php?O=0&L=0&C=0&K=&SB=l&SO=d&PP=25&SeB=&do_MyPackages=&do_Orphans=
Hmmm. See by nicer urls, I was thinking something along the lines of not using arbitrary abbreviations for every variable. So changing to something like: http://aur.archlinux.org/packages.php?SortBy=location&SortOrder=desc&PerPage=25 I think even ugly urls might become halfway readable that way, and keeping track of it all in code is a lot easier.
It's probably a good idea to divide tasks appropriately now so we don't need to duplicate efforts or run into conflicts.
Indeed, call 'em if you want em :) -S
Yeah I know what you guys mean by nicer URLs, but part of it is getting rid of needless empty variables eh? Actually for some reason I've gotten myself stuck on the translation stuff. I'll be working on that for the meantime!
participants (3)
-
Loui
-
Simo Leone
-
tardo