WTF Profile

From Dreamwidth Notes
Revision as of 01:40, 8 February 2009 by Xb95 (Talk | contribs)

Jump to: navigation, search

((please categorize me, I'm a lonely page without a home))

The WTF project involves some changes to the profile page, what kind of information we can present, and what we should allow the user to hide/show. This page attempts to break down these areas and provide a starting for developers working on this functionality.

Basic Security

Many parts of the profile page are currently keyed to what was called "Friends Only" security on LiveJournal. These components should now be controlled by your "Trust" (or "Access") relationships. It is very important that all of these functions use the trust logic for security. Nothing should be hinged on watch.

The hard part is that most of these things still store their security value as "F" (for Friends), and that is not going to change quite yet. (But of course, you're welcome to submit a patch to change them. It's just not been done yet.)

List Permutations

Given the breakdown of relationships into Watch and Trust, there are quite a few things we could potentially show on the profile page. We would like to keep the page down to a useful minimum for usability. Of course, we will still provide access to all information for account owners, and probably for random viewers as well.

Potential lists for an account:

  • Trust List
  • Trusted By List
  • Mutual Trust List
  • Watch List
  • Watched By List
  • Mutual Watch List
  • Posting Access List
  • Community Membership List

Some of these can be further broken down into something like:

  • Watched Communities List
  • Watched Feeds List
  • Watched People List

Et cetera. There is a huge, huge variety of data. We want the profile page to be useful, so we're going to trim this down to only things that are generally useful. (While still providing visibility into other things, from another page, should you wish to do some more investigation on an account.)

Dreamwidth Profile Lists

This is roughly how the profile page should be broken down. Note that it is based on the existing LJ model, modified by the WTF changes. This is the section that needs your feedback.

Proposal #1: Type then Function

This is the list with mutual turned off:

  • People
    • Trusted
    • Trusted By
    • Watched
    • Watched By
  • Communities
    • Member Of
    • Watched
    • Posting Access
  • Feeds
    • Watched

This is the list with mutual lists turned on:

  • People
    • Mutually Trusted
    • Also Trusts
    • Also Trusted By
    • Mutually Watched
    • Also Watches
    • Also Watched By

Note that I am proposing we use exclusive lists. A username shows up only in the section it is most applicable to, i.e., if you mutually trust Joe, he shows up in "Mutually Trusted" only, NOT in "Also Trusts". This is different than how LJ implements this function.

Proposal #2: Function then Type