This page allows registered aPix users to view friends of a member. The friends displayed in this area are only friends who are in the network, meaning, members who have mutually accepted friend invitations from one another.
The user must be logged in to see and interact with this page.
NOTE: All of the requirements written are from the voyeur use case. See
this page for owner requirements.
Friends Display
- Friends Tiltle - title with number of friends in their network in parens (##)
- Sorting - the
friends may be sorted using the criteria noted below. The sort works on the whole set of friends not just the ones being displayed currently. By default the sort is by newest added friends at the top
- Newest - displays the most recently added friends first
- Alphabetically - displays membernames from a-z with a members displaying first
- Online - displays all friends who are online currently with a secondary sort being newest to oldest
- Mobile - displays all friends who are online on the mobile application currently with a secondary sort being newest to oldest
- Female - displays all friends who are female with a secondary sort being newest to oldest
- Male - displays all friends who are male with a secondary sort being newest to oldest
- Friends Display
- If the user has no friends in their network a message should display in the module that they have no friends in their network and that you could be their first friend by clicking on the become friends button (actual messaging TBD)
- Pic - user defined image - if the user has not defined their pic then a placeholder/system image will be used instead to fill the space based on if they are male or female, also if the user changes their profile pic that change will be reflected here as well
- hyperlinked to the friend's PHP
- Online
- displays an indicator if the owner is online
- Mobile - displays an indicator if the owner is using apix on their mobile device, if the user is online but not signed into the mobile app then this indicator will not be displayed
- Membername - hyperlinked to profile
- Location - City, ST (State)
- When a user rolls over and holds over a profile pic for .75 seconds there is a balloon pop-up that appears. In the balloon is a snippet of the pic owner's profile information. The balloon includes: a profile pic, profile name, an indicator as to whether or not the member is online, age, gender, location, relationship status, a truncated profile description, a link to the user's profile page, and a link to send a message to that person. The profile pic as well as the membername are linked to the poster's profile page. The send a message link goes to the sender's message center with the poster's info already populated in the "To" box. See the message center for more information.
- There are 24 profiles displayed before pagination begins
- There should be an indicator of what chunck of 20 is being viewed and of how many ie 1-20 of 130
- There should also be a way to traverse ahead or back with next and previous buttons to go back and forwared a page and also allow user's to skip to any page with a page link indicator button ie < Previous | 1 | 2 | 3 | 4 | 5 | Next >