-
Notifications
You must be signed in to change notification settings - Fork 10
ViewUserPage
Thrudvangr Rising edited this page Sep 25, 2013
·
3 revisions
_Friend_s are user, who were already added to page's user's own friendsList. For now, we assume that a user has his "privacy settings" to public, so that strangers visiting a users page will see the maximum amount of information, just to make it possible for us to specify different views on the user page.
- viewUserInfoTab
- Here are mostly static information.
- viewNewsFeedTab
- friend's view: displays user's most recent activities sorted by time
- own view: displays user's most recent activities sorted by time
- viewUsersTab
- displays both types of friendLists
- people, who are followed by the user
- people, who follows the user
- viewPhotosTab
- friend's view: displays photos, uploaded by the user, sorted by how close tagged users are in the social graph, else sorted by time
- own view: first displays photos tagged with the user and/or then user's own uploaded photos
- viewEventsTab
- friend's view: upcoming and past events sorted by time
- own view: upcoming and past events sorted by time
- viewVenuesTab
- friend's view: sorted by frequency the user visited this venue
- own view: sorted by proximity and/or the amount of friends that visit
- viewReviewsTab
- friend's view: displays reviews by the user, sorted by upvotes and/or time
- own view: displays reviews by the user, sorted by upvotes and/or time
- viewBandsTab
- friend's view: in common with page visitor and selected by user himself
- own view: in common with page visitor and selected by user himself
- viewRecordsTab
- friend's view: in common with page visitor and selected by user himself
- own view: in common with page visitor and selected by user himself
- viewTracksTab
- friend's view: selected by user himself
- own view: selected by user himself
- makes not a lot of sense