-
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: ?
- viewUsersTab
- friend's view: displays common friends sorted by how close users are in the social graph
- own view: displays all friends sorted by quantity of traffic between them
- 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: sorted by similarity to visitors taste in music
- own view: last added bands
- viewRecordsTab
- friend's view: sorted by similarity to visitors taste in music
- own view: last added records
- viewTracksTab
- friend's view: sorted by similarity to visitors taste in music
- own view: last added tracks
- makes not a lot of sense