Return-Path: Delivered-To: apmail-incubator-esme-dev-archive@minotaur.apache.org Received: (qmail 97515 invoked from network); 18 Nov 2010 17:26:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Nov 2010 17:26:59 -0000 Received: (qmail 64435 invoked by uid 500); 18 Nov 2010 17:27:31 -0000 Delivered-To: apmail-incubator-esme-dev-archive@incubator.apache.org Received: (qmail 64411 invoked by uid 500); 18 Nov 2010 17:27:31 -0000 Mailing-List: contact esme-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: esme-dev@incubator.apache.org Delivered-To: mailing list esme-dev@incubator.apache.org Received: (qmail 64403 invoked by uid 99); 18 Nov 2010 17:27:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Nov 2010 17:27:30 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of hirsch.dick@gmail.com designates 209.85.214.175 as permitted sender) Received: from [209.85.214.175] (HELO mail-iw0-f175.google.com) (209.85.214.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Nov 2010 17:27:26 +0000 Received: by iwn9 with SMTP id 9so853872iwn.6 for ; Thu, 18 Nov 2010 09:27:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=PYoHfi9wVtZO21PAYb9oGzWsfWgmErBgFlwbBQxNoM0=; b=mNE4M9eQ3JES5NJM9KFYqARoiSi0TuC2MWOe8KX1zdVIrEzCFIceb7fLd+pC1nVJHU 9LSvEvyalXe7J/K/Auhr+uwhkdjcwNn9PU1KsmsctDdLmQXC1QHxh8n8HFsqYDDYR8bg zd4N3ldAjqgK9PfLcfzzJjQpRJCZYmXQcZDBk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=YUxqRyT1TIZz2CDd1KLJkpd50ScSbNIFFItZYs2PZqyamDFkq6NVjKmoKos2z8cUnK NYzhkhwzTNFCfjYq0fLTLCe8kgEFbD8RCR56btpx7bzQjVhbtZiP92AzRUP4eH9OCGEA U2Y3JTRGJrcmehT6a0/5b1VkvX055JpG49aaE= MIME-Version: 1.0 Received: by 10.231.12.2 with SMTP id v2mr1003938ibv.3.1290101225586; Thu, 18 Nov 2010 09:27:05 -0800 (PST) Received: by 10.231.37.10 with HTTP; Thu, 18 Nov 2010 09:27:05 -0800 (PST) In-Reply-To: References: Date: Thu, 18 Nov 2010 18:27:05 +0100 Message-ID: Subject: Re: User page design questions/directions From: Richard Hirsch To: esme-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Thu, Nov 18, 2010 at 6:18 PM, Ethan Jewett wrote: > Hi all, > > In my quest to switch all timelines over to the standard format (with comet > support), I am now looking at doing the user page next. Example page: > http://esmecloudserverapache.dickhirsch.staxapps.net/user/h (Can't use mine > as an example because my timeline is blank, as usual.) No idea why it it is still blank > > This page is actually a little bit of an annoyance because it has two > timelines on it. Also, the tab display is going to be trouble. I've been > thinking about it a bit and come to the following conclusions: > > 1. We need to display both the contacts and a timeline on this page, so the > tab display probably needs to stay, at least for now. I might think of changing the UI though - the distinction between followers / followed is pretty primitive > > 2. I'm not sure why we need the "Timeline" tab at all. Is it useful for > others to be able to see (sort of) the timeline display that another user > sees? I say "sort of" because you can't see messages that are in a pool you > have access to. Twitter only displays the equivalent of the "Messages" tab, > which I do see as very useful for making a follow/unfollow decision. I'm > thinking about dropping the "Timeline" tab. I agree - let's drop it. > > 3. We need to clean up the header. Maybe so it just says something like > "Dick Hirsch - 'h'" in this example. We should also add the profile picture, > probably to the left of the name. The profile picture is actually there - (look at the code or look at the pager in IE7) but is broken. I had a problem in lift where I couldn't figure out to get it to work > > 4. I am thinking I will not want to put a message input box on this page, as > it is not a pure timeline display, so it could be very confusing to users. Agreed - no input box - although what happens if I want a message the user that I am currently looking at. The "@user" could be added automatically > > What do you all think? Do we need to keep the "Timeline" tab? Does anyone > have anything else planned for this page that I should take into account? > > Ethan >