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 "Kim LiChong (JIRA)" <ji...@apache.org> on 2009/06/16 23:26:07 UTC

[jira] Created: (OLIO-107) Java Olio: pagination necessary in friend cloud in user profile page

Java Olio:  pagination necessary in friend cloud in user profile page
---------------------------------------------------------------------

                 Key: OLIO-107
                 URL: https://issues.apache.org/jira/browse/OLIO-107
             Project: Olio
          Issue Type: Bug
          Components: java-app
            Reporter: Kim LiChong
            Assignee: Shanti Subramanyam


 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. 

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


[jira] Assigned: (OLIO-107) Java Olio: pagination necessary in friend cloud in user profile page

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

Shanti Subramanyam reassigned OLIO-107:
---------------------------------------

    Assignee: Kim LiChong  (was: Shanti Subramanyam)

> Java Olio:  pagination necessary in friend cloud in user profile page
> ---------------------------------------------------------------------
>
>                 Key: OLIO-107
>                 URL: https://issues.apache.org/jira/browse/OLIO-107
>             Project: Olio
>          Issue Type: Bug
>          Components: java-app
>            Reporter: Kim LiChong
>            Assignee: Kim LiChong
>
>  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. 

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


[jira] Resolved: (OLIO-107) Java Olio: pagination necessary in friend cloud in user profile page

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

Kim LiChong resolved OLIO-107.
------------------------------

    Resolution: Fixed

Committed revision 831213.

> Java Olio:  pagination necessary in friend cloud in user profile page
> ---------------------------------------------------------------------
>
>                 Key: OLIO-107
>                 URL: https://issues.apache.org/jira/browse/OLIO-107
>             Project: Olio
>          Issue Type: Bug
>          Components: java-app
>            Reporter: Kim LiChong
>            Assignee: Kim LiChong
>
>  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. 

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


[jira] Commented: (OLIO-107) Java Olio: pagination necessary in friend cloud in user profile page

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

Kim LiChong commented on OLIO-107:
----------------------------------

first fixing the thumbnail image appearing for friend  in friend cloud.
Olio revision 828895

> Java Olio:  pagination necessary in friend cloud in user profile page
> ---------------------------------------------------------------------
>
>                 Key: OLIO-107
>                 URL: https://issues.apache.org/jira/browse/OLIO-107
>             Project: Olio
>          Issue Type: Bug
>          Components: java-app
>            Reporter: Kim LiChong
>            Assignee: Kim LiChong
>
>  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. 

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


[jira] Commented: (OLIO-107) Java Olio: pagination necessary in friend cloud in user profile page

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

Kim LiChong commented on OLIO-107:
----------------------------------

forgot to paginate the friends page (friends.jsp) when you click on the "more" link.
Committed revision 831489.
made the WebappUtil.getPagedList generic, not just for SocialEvent.

> Java Olio:  pagination necessary in friend cloud in user profile page
> ---------------------------------------------------------------------
>
>                 Key: OLIO-107
>                 URL: https://issues.apache.org/jira/browse/OLIO-107
>             Project: Olio
>          Issue Type: Bug
>          Components: java-app
>            Reporter: Kim LiChong
>            Assignee: Kim LiChong
>
>  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. 

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