[Zope-Coders] Re: [ANN] Proposed Features for Zope 2.7: OrderedObjectManager
Lennart Regebro
lennart@regebro.nu
Wed, 4 Dec 2002 18:18:35 +0100
From: "Shane Hathaway" <shane@zope.com>
> Ok, here's the basic problem. Excuse my lack of vision :-) but I don't
> see why it is useful for all folders to retain a stored order. I can
> see the usefulness of certain folders retaining stored order, such as to
> control presentation, but for most folders I would think that stored
> order is really just an unnecessary burden. I think the basic folder
> class wants to move *away* from storing order.
That may be true. I do think however that an OrderedObjectManager (which is
what the discussion is about, right) is something that would be very useful
for almost every Zope developer, and therefore really should be in the Zope
core.
An ordered folder in Zope core wouldn't be a problem either.
Having the standard folder be ordered could be practical, but it's more
work, since you want to be able to change the ordering on a folder so it is
either ordered by name, date or order. It's possible, but I agree that it's
not nessecary.