Discussion:
[melkjug-dev] Simple Win - Friends' Starred Items
Randall Leeds
2009-05-28 06:09:35 UTC
Permalink
It seems like it'd be a quick win and our first useful action on the
follow/following graph to provide a 'starred by people i follow' feed.
Currently you can add someone else's starred items feed to your jug
explicitly (though the feed search shows their titles as "Melkjug |" -
should fix?), but I think it'd be a nice thing to have baked in and probably
pretty easy to whip up.

Thoughts?
Joshua Bronson
2009-06-16 15:46:24 UTC
Permalink
Post by Randall Leeds
It seems like it'd be a quick win and our first useful action on the
follow/following graph to provide a 'starred by people i follow' feed.
Currently you can add someone else's starred items feed to your jug
explicitly (though the feed search shows their titles as "Melkjug |" -
should fix?), but I think it'd be a nice thing to have baked in and probably
pretty easy to whip up.
Thoughts?
Have a look in
http://oss.openplans.org/melkjug/browser/melk.model/trunk/melk/model/ratings.py--
there's already a "NetworkStarRatingService" filter, it's just
currently
turned off. Luke, is that just waiting for #422 users should have uris which
persist across registration <http://oss.openplans.org/melkjug/ticket/422> to
get resolved before it can get turned on?
Luke Tucker
2009-06-16 15:49:47 UTC
Permalink
No, it's too slow currently.
- Luke
Post by Joshua Bronson
Post by Randall Leeds
It seems like it'd be a quick win and our first useful action on the
follow/following graph to provide a 'starred by people i follow' feed.
Currently you can add someone else's starred items feed to your jug
explicitly (though the feed search shows their titles as "Melkjug |" -
should fix?), but I think it'd be a nice thing to have baked in and probably
pretty easy to whip up.
Thoughts?
Have a look in
http://oss.openplans.org/melkjug/browser/melk.model/trunk/melk/model/ratings.py-- there's already a "NetworkStarRatingService" filter, it's just currently
turned off. Luke, is that just waiting for #422 users should have uris
which persist across registration<http://oss.openplans.org/melkjug/ticket/422>to get resolved before it can get turned on?
Joshua Bronson
2009-06-16 15:50:29 UTC
Permalink
Post by Joshua Bronson
Post by Randall Leeds
It seems like it'd be a quick win and our first useful action on the
follow/following graph to provide a 'starred by people i follow' feed.
Currently you can add someone else's starred items feed to your jug
explicitly (though the feed search shows their titles as "Melkjug |" -
should fix?), but I think it'd be a nice thing to have baked in and probably
pretty easy to whip up.
Thoughts?
Have a look in
http://oss.openplans.org/melkjug/browser/melk.model/trunk/melk/model/ratings.py-- there's already a "NetworkStarRatingService" filter, it's just currently
turned off. Luke, is that just waiting for #422 users should have uris
which persist across registration<http://oss.openplans.org/melkjug/ticket/422>to get resolved before it can get turned on?
Sorry, you're talking about a feed of *new* items in your jug from
followers' starred items, not a filter promoting *existing* items in your
jug that followers have starred. I agree, having a baked-in link for that
would be a quick win. I'll see if we can't get some design feedback for it
before I go ahead and whip it up.
Joshua Bronson
2009-06-16 15:55:10 UTC
Permalink
Hey Phil and Sonali,
Post by Randall Leeds
It seems like it'd be a quick win and our first useful action on the
follow/following graph to provide a 'starred by people i follow' feed.
Currently you can add someone else's starred items feed to your jug
explicitly (though the feed search shows their titles as "Melkjug |" -
should fix?), but I think it'd be a nice thing to have baked in and probably
pretty easy to whip up.
Do you guys have any opinion on the interaction design for a "add a feed of
all your friends' starred items to your jug" link? Presumably it should only
appear for users who are actually following people already, for instance...
Luke Tucker
2009-06-16 16:00:28 UTC
Permalink
For including it inside another jug, I think a checkbox would do? "include
my friends starred items" or whatever? This could also be exposed as a top
level "preset" like your own starred items.

- Luke
Post by Joshua Bronson
Hey Phil and Sonali,
Post by Randall Leeds
It seems like it'd be a quick win and our first useful action on the
follow/following graph to provide a 'starred by people i follow' feed.
Currently you can add someone else's starred items feed to your jug
explicitly (though the feed search shows their titles as "Melkjug |" -
should fix?), but I think it'd be a nice thing to have baked in and probably
pretty easy to whip up.
Do you guys have any opinion on the interaction design for a "add a feed of
all your friends' starred items to your jug" link? Presumably it should only
appear for users who are actually following people already, for instance...
Joshua Bronson
2009-06-16 15:58:59 UTC
Permalink
Post by Joshua Bronson
Hey Phil and Sonali,
Post by Randall Leeds
It seems like it'd be a quick win and our first useful action on the
follow/following graph to provide a 'starred by people i follow' feed.
Currently you can add someone else's starred items feed to your jug
explicitly (though the feed search shows their titles as "Melkjug |" -
should fix?), but I think it'd be a nice thing to have baked in and probably
pretty easy to whip up.
Do you guys have any opinion on the interaction design for a "add a feed of
all your friends' starred items to your jug" link? Presumably it should only
appear for users who are actually following people already, for instance...
Meanwhile, we'd also have to add a controller action to aggregate the
starred items of all the users a given user is following and publish them as
an atom feed (sorted by... dated starred? or date of article? the first is
maybe more interesting but are we recording that yet?). Anyway I'll put a
ticket in for it.
Joshua Bronson
2009-06-16 16:30:55 UTC
Permalink
(sorted by... date starred? or date of article? the first is maybe more
interesting but are we recording that yet?)
looks like documents like buckets/*username*/starred/items/* have a
creation_date field, so yes i presume.

Anyway I'll put a ticket in for it.
http://oss.openplans.org/melkjug/ticket/450

Luke Tucker
2009-06-16 15:57:27 UTC
Permalink
This would be nice to have. You could probably hack together some sort of
subclass of composite whose feed list is always the starred buckets of the
users that are being followed by their internal uris (as opposed to
subscribing to the feed externally and then fetching from self etc.)
- Luke
Post by Randall Leeds
It seems like it'd be a quick win and our first useful action on the
follow/following graph to provide a 'starred by people i follow' feed.
Currently you can add someone else's starred items feed to your jug
explicitly (though the feed search shows their titles as "Melkjug |" -
should fix?), but I think it'd be a nice thing to have baked in and probably
pretty easy to whip up.
Thoughts?
Loading...