1) ItemSet contains several Items
however what does pluginset contain? plugins?
2) ItemSet, Item, Mayanna, PluginManager are somehow the base
classes !!! can we back them in one package.
3) What is the difference between the pluginmanager and service system ?
4) what is the "in german schnittstelle" between the gui and mayanna
thats all for now
other than that
gr8 work
looking forward to start implementing on the weekend
cheers
Seif
Correct me if i am wrong. The main classes would be.
Back when we were playing in the in the gimmie-dev sandbox
Alex Gabriel implemented the categories option.
It might sound normal but i found the way he did it was very cool.
Usually one has a hierarchy of categories and each category knows what
data providers feed it with data as in items.
Thus categories are usually set manually and are fed with data.
Alex somehow turned the whole thing around (I was impressed maybe others
know this scheme but i didn't)
so while data providers generate their ItemSources, the ItemSources in
our new case ItemSets can actually list categories they want to belong
to. If a category isn't already created it gets created and is filled up
with the items.
so searching through items somehow seem very simple. instead looking for
a category. why not ask all the ItemSets or items what categories they
belong to. I think its a good way of creating MetaData.
I will try to explain my idea when i somehow get over the excitement.
Cheers
Seif
p.s:
send me the code
On Tue, 2008-05-27 at 14:14 -0700, Alex Gabriel wrote: