Return-Path: X-Original-To: apmail-incubator-bloodhound-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-bloodhound-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 98F3B9021 for ; Fri, 17 Feb 2012 15:29:18 +0000 (UTC) Received: (qmail 28807 invoked by uid 500); 17 Feb 2012 15:29:18 -0000 Delivered-To: apmail-incubator-bloodhound-dev-archive@incubator.apache.org Received: (qmail 28791 invoked by uid 500); 17 Feb 2012 15:29:18 -0000 Mailing-List: contact bloodhound-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bloodhound-dev@incubator.apache.org Delivered-To: mailing list bloodhound-dev@incubator.apache.org Received: (qmail 28782 invoked by uid 99); 17 Feb 2012 15:29:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Feb 2012 15:29:18 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of olemis@gmail.com designates 74.125.82.175 as permitted sender) Received: from [74.125.82.175] (HELO mail-we0-f175.google.com) (74.125.82.175) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Feb 2012 15:29:13 +0000 Received: by werc1 with SMTP id c1so2046612wer.6 for ; Fri, 17 Feb 2012 07:28:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=tVTJZAkRllV7EJ5095cYEeiYzBB+yynvOXTNK9YChyA=; b=EuAOJab6taSyPhSg12CN2lkHF45NFnUePBqadLQTuMT8HpWMkKnhh52jCmd4CYyRi5 NOSmXX8FyW7vqAZ+/gHsCMPmnVTFUjFrR/czHQDXgdQVaEutp8CuOagGP3/sr1dtcUr/ BWL9AD/nRTD1GuxRSzH/5H1SzgO3BzeSBxFUg= MIME-Version: 1.0 Received: by 10.180.86.9 with SMTP id l9mr4502965wiz.15.1329492532995; Fri, 17 Feb 2012 07:28:52 -0800 (PST) Received: by 10.223.76.135 with HTTP; Fri, 17 Feb 2012 07:28:52 -0800 (PST) In-Reply-To: References: Date: Fri, 17 Feb 2012 10:28:52 -0500 Message-ID: Subject: Re: Initial version of Bloodhound WAS: Dashboard design, Wiki (incl HTML/CSS) From: Olemis Lang To: bloodhound-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Feb 17, 2012 at 9:46 AM, Olemis Lang wrote: > On Tue, Feb 14, 2012 at 9:37 AM, Joachim Dreimann > wrote: >> On 9 February 2012 21:06, Olemis Lang wrote: >> > [...] >>> >>> =A0=A0If this is not ok for you then my suggestion is to add `active` c= lass to the >>> =A0=A0corresponding (active) mainnav item in the dropdown menu . (i.e. = highlighted >>> =A0=A0in blue background color) >> >> Sounds liks that's more along the lines of what I described above. >> > > Done ! > Please take a look at these screenshots [10]_ [11]_ > I forgot to mention something important . I managed to render the dashboard as similar to Joachim's proposal as possible [12]_ . This means that so far the following widgets have been implemented : - Timeline / Activity widget - SQL Report widget - Custom query widget (<=3D this is the one you'll see in screenshot [12]_ = ) . In order to make it work like you see in the picture a patch [13]_ (Trac) is needed . Considering the fact that multi-(product | project) support is not ready yet I'll move forward and implement a components cloud (widget) so as to complete dashboard UI > .. [10] Highlighting Apps tab in mainnav > =A0 =A0 =A0 =A0 (https://lh5.googleusercontent.com/-FurmZD8GfjM/Tz5iY0Xzi= tI/AAAAAAAAAfQ/7O1qOobonjA/w336-h152-n-k/BH_theme_26_bootstrap_apps_active.= png) > > .. [11] Highlighting active mainnav item inside dropdown menu > =A0 =A0 =A0 =A0 (https://lh3.googleusercontent.com/-dz5i81cezZ8/Tz5iu2WJj= MI/AAAAAAAAAfY/lJ21AZJqX_s/w405-h185-n-k/BH_theme_27_bootstrap_apps_active.= png) > .. [12] Dashboard implemented (https://lh4.googleusercontent.com/-_Ut5DI03Fz0/Tz5qdOdNZOI/AAAAA= AAAAfo/yQcEBXT_jTM/w406-h185-n-k/BH_dashboard_11_bootstrap.png) .. [13] Patch to support groups for datetime fields in custom queries (https://bitbucket.org/olemis/trac-mq/src/5038c1db0ccb/bh/dashboa= rd/query_groups_datetime.diff) --=20 Regards, Olemis.