Argh, my head is imploding - we dont need a ListOfFriendsLists, do
we?  the ancestor relationship takes care of that.


USER_ENTITY
    BOOKSREAD_CHILD_ENTITY
        BookKey
        TagList
        OrderingProperty (say number of times book has ever been read
by anybody, friend or foe)
              FOLLOWER_CHILD_ENTITY
              followers


So I can easily get a list of books read by my friends keys by
querying FOLLOWER for myself.

But as TL said, its unsorted and unfiltered by tags.  what are we
missing?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to