Description
This issue is the overarching JIRA that needs fixes in both the rails and php apps as well as the corresponding drivers.
Curently, the handling of the friend cloud is inconsistent in the php and rails apps. They should both do the following :
. In a user's profile page, display the friend cloud as follows :
- Pick 6 friends from the user's friend's list and display them with their thumb image as well as their name (as a link to their profile page)
- If the user has more than 6 friends, add a 'More...' link to the bottom of the profile page.
- The 'More...' page, should display a page with each user's thumbnail and name link and allow pagination to access all friends.
. The driver (for both php and rails) should be modified to retrieve the friend images in the PersonDetail operation.