[symfony-users] Re: Facebook-like Newsfeed

2008-07-16 Thread MS
Hey Tom, thank you for your reply. Possible feed item would be : - "Karl changed his profile picture" - "Peter and Felix are now friends with Dieter" - "Felix is now friend with Alex" - "Felix uploaded new album pictures" posted at 2:04 - "Felix is currently in Austria" posted at 3:04 pm - "Your

[symfony-users] Re: Facebook-like Newsfeed

2008-07-16 Thread Marco Schierhorn
Thanks for your replies. The creation of the XML Feed is a good idea. The Newsfeed should look like : ( FN = fistname , LN = last name) - "FN LN changed his/her profile photo" - "FN LN created a new photo album" - "FN LN added new photos to an album" - "FN LN and FN2 LN2 are now connected" - "FN

[symfony-users] Re: Facebook-like Newsfeed

2008-07-16 Thread MS
Thanks for your replies. The creation of the XML Feed is a good idea. The Newsfeed should look like : ( FN = fistname , LN = last name) - "FN LN changed his/her profile photo" - "FN LN created a new photo album" - "FN LN added new photos to an album" - "FN LN and FN2 LN2 are now connected" - "F

[symfony-users] Re: Facebook-like Newsfeed

2008-07-15 Thread Steve Daniels
2008/7/15 Marco Schierhorn <[EMAIL PROTECTED]>: > Hello Symfony friends, > > we are running an online community with 20.000 member currently. > We are just nearly finished with developing a new version written in > symfony. > Now i want to implement a facebook-like newsfeed. There should be differ

[symfony-users] Re: Facebook-like Newsfeed

2008-07-15 Thread Tom Haskins-Vaughan
Can you give us a list of possible news feed items MS wrote: > Hey Josh.Yin, > > thanks for your reply. > Hmm i would like to have table ( e.g. newsfeed ) where i can store > every newsfeed which will occur. > That would be a cool solution. But currently i dont really know how to > design th

[symfony-users] Re: Facebook-like Newsfeed

2008-07-15 Thread MS
Hey Josh.Yin, thanks for your reply. Hmm i would like to have table ( e.g. newsfeed ) where i can store every newsfeed which will occur. That would be a cool solution. But currently i dont really know how to design the table. Do you have some ideas or recommendations for me? Regards, MS On

[symfony-users] Re: Facebook-like Newsfeed

2008-07-15 Thread Josh Yin
On Tue, Jul 15, 2008 at 4:08 PM, Marco Schierhorn <[EMAIL PROTECTED]> wrote: > First i thought about > an easy solution like creating a table with an primary id, the user id, a > date field and a text field. In the text field i could put the newsfeed > message. But what would be with a message lik