Re: Filters as views (ISSUE-45)

Dear all,

Here's a first go at definitions:

– A collection is a set of members that somehow logically belong together.
– A view is a subset of those members of a collection that satisfy a particular condition.
– A page is a view that selects members based on their position in a specific ordering of the collection.

Alternative definition of view if it is going to be a subclass of collection:
– A view is a collection which contains those members of a parent collection that satisfy a particular condition.
I would really argue for this, since then we can reuse all the collection stuff on view.

Best,

Ruben

Received on Wednesday, 13 January 2016 22:46:57 UTC