-
Committer:
Dylan McCall
-
Date:
2010-06-15 04:43:28 UTC
-
Revision ID:
dylanmccall@gmail.com-20100615044328-5neyktdvrjalcoaq
Implemented basic filters on left side of mockup.
Filters by package, then by opportunities within those packages. The latter is not (yet) reflected in the template, pending further work.
Yet more tidying of filtering system.
FilterGroup and ChoiceFilter slightly realigned. Duplicated code should now be purely coincidental; the two do not semantically fit as descendants, but as eerily similar siblings.
Instance variables no longer defined on a class level, but within each instance's init method
Obsessively placed calls to parent class init methods within each subclass's init method.
OppListFilter and PkgSetFilter can now filter by primary key instead of name field. SQL query time appears to be more than halved.