Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Activity DB Design Discussion

In the end you have an activity stream class interface that basically says… you want to record activity? Ok, extend me and define these methods. You have to return data in exactly this format. Add yourself to my registry, and if you followed directions, I will do all of the heavy lifting for you. Otherwise, get lost.

I like this idea a lot, it introduces set structure which is important. It has to be easy to grasp though, I don’t want to increase the barrier for entry.

Once 1.2 is completed, let’s take a look at this is greater detail and come up with a solid activity stream API that we can move forward with.

Skip to toolbar