Hey Saurabh,
It shouldn't be hard at all to add user ratings to articles within the people's feed. It would also be a wonderful addition to the functionality. I would recommend creating a table with
user.id,
feed_item.id, and rating (1 through 5 or whatever). You could then use ajax to allow consumer's to rate articles. Let me know how that works for you. I'd be happy to invite you to the github project if you would like to contribute.
Thanks,
Jim