You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-dev@incubator.apache.org by "Shanti Subramanyam (JIRA)" <ji...@apache.org> on 2009/04/27 17:09:30 UTC

[jira] Created: (OLIO-85) Incorrect handling of friend cloud

Incorrect handling of friend cloud
----------------------------------

                 Key: OLIO-85
                 URL: https://issues.apache.org/jira/browse/OLIO-85
             Project: Olio
          Issue Type: Bug
          Components: generic
    Affects Versions: 0.1
            Reporter: Shanti Subramanyam
            Assignee: Shanti Subramanyam
             Fix For: 0.2


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OLIO-85) Incorrect handling of friend cloud

Posted by "Shanti Subramanyam (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OLIO-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12720894#action_12720894 ] 

Shanti Subramanyam commented on OLIO-85:
----------------------------------------

This issue has been fixed in all the three drivers as well as the PHP app.
Assigning JIRA to Amanda to fix PHP app and then close the issue.

> Incorrect handling of friend cloud
> ----------------------------------
>
>                 Key: OLIO-85
>                 URL: https://issues.apache.org/jira/browse/OLIO-85
>             Project: Olio
>          Issue Type: Bug
>          Components: generic
>    Affects Versions: 0.1
>            Reporter: Shanti Subramanyam
>            Assignee: Shanti Subramanyam
>             Fix For: 0.2
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (OLIO-85) Incorrect handling of friend cloud

Posted by "Shanti Subramanyam (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OLIO-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shanti Subramanyam reassigned OLIO-85:
--------------------------------------

    Assignee: Mandy Waite  (was: Shanti Subramanyam)

Rails app fix to paginate friend cloud needed.

> Incorrect handling of friend cloud
> ----------------------------------
>
>                 Key: OLIO-85
>                 URL: https://issues.apache.org/jira/browse/OLIO-85
>             Project: Olio
>          Issue Type: Bug
>          Components: generic
>    Affects Versions: 0.1
>            Reporter: Shanti Subramanyam
>            Assignee: Mandy Waite
>             Fix For: 0.2
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OLIO-85) Incorrect handling of friend cloud

Posted by "Kim LiChong (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OLIO-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12720414#action_12720414 ] 

Kim LiChong commented on OLIO-85:
---------------------------------

Issue 106 for the Java application addresses the need to add friends' thumbnails in the friend cloud of a user profile page.  This JIRA (#85) should also apply to the Java driver as well. 

> Incorrect handling of friend cloud
> ----------------------------------
>
>                 Key: OLIO-85
>                 URL: https://issues.apache.org/jira/browse/OLIO-85
>             Project: Olio
>          Issue Type: Bug
>          Components: generic
>    Affects Versions: 0.1
>            Reporter: Shanti Subramanyam
>            Assignee: Shanti Subramanyam
>             Fix For: 0.2
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.