Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1A3B7118E2 for ; Mon, 23 Jun 2014 21:02:03 +0000 (UTC) Received: (qmail 74149 invoked by uid 500); 23 Jun 2014 21:02:01 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 74009 invoked by uid 500); 23 Jun 2014 21:02:01 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 73985 invoked by uid 99); 23 Jun 2014 21:02:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jun 2014 21:02:00 +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 kxepal@gmail.com designates 209.85.212.177 as permitted sender) Received: from [209.85.212.177] (HELO mail-wi0-f177.google.com) (209.85.212.177) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jun 2014 21:01:57 +0000 Received: by mail-wi0-f177.google.com with SMTP id r20so4816319wiv.4 for ; Mon, 23 Jun 2014 14:01:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=OdSYycEodo5i4/Dty1M0XheVZxCUcgTSRWyMka2fqI0=; b=HOHG2Do6FLflQwor6B9/cz4wFyg7Aqpr6j2dvrAwJ/vGvp/1ajkIOpNNWM4H874zhe 9Rph5yzhQp2B1KI4e3fQ+DIuuzHb0s1fAiaFfd1aEq6SDTMaErvkXARRHq2JWC64iegJ MsuVKxVd9qYK7pk15k8M25ytEwG6jZrLAE3PHAPI32Pm+pgrnn5pF79AiDrg6zPQgyDB X1NtaDBe8qPR60r7Ve9S5BX0nero0p9icXI0aiogkLUqC3OFPDTg1m69mceXn1YLFLUI Nz0+85IUHzoMdFydM/dMGEYe8uhlKmAmK4ZF5miyGpNhV4qm6bMh4GYCdQ8ckf/3WrXg gXmw== MIME-Version: 1.0 X-Received: by 10.180.75.212 with SMTP id e20mr28858181wiw.5.1403557293149; Mon, 23 Jun 2014 14:01:33 -0700 (PDT) Received: by 10.180.108.173 with HTTP; Mon, 23 Jun 2014 14:01:33 -0700 (PDT) In-Reply-To: <18674095.160.1403555161079.JavaMail.jtouzet@jtouzet> References: <18674095.160.1403555161079.JavaMail.jtouzet@jtouzet> Date: Tue, 24 Jun 2014 01:01:33 +0400 Message-ID: Subject: Re: Show + List functions in Fauxton Dashboard From: Alexander Shorin To: "dev@couchdb.apache.org" Cc: "user@couchdb.apache.org" Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Welcome Sean, Brad! > What do you use show/list for? - Transform CouchDB JSON doc / view results into HTML page or HTML fragments. - Transform JSON doc / view results into various formats (xml, yaml, etc) - Custom JSON output > When developing them, is a link to raw output enough? It's good to have while it doesn't improves state of things. > Do you want a preview pane? Would be awesome. If it will, I'll add few more features: - Run show/list function against specific doc / view - Allow customize request params / body / method / headers for preview pane - Show some diagnostic box for request / response during render within preview pane (raw url, response code, headers, request time). P.S. Will update, filter and validate_doc_update functions support comes after? -- ,,,^..^,,, On Tue, Jun 24, 2014 at 12:26 AM, Joan Touzet wrote: > Thanks for the email, Sean! > > Some quick context: as we at Cloudant increase our support for Apache > CouchDB, I've asked Sean Barclay and Brad Noble to get more active > on the mailing lists and JIRA. Both Sean and Brad have been instrumental > in getting Fauxton to where it is today. While neither is a committer, > you may have seen them regularly on GitHub pull requests or in JIRA > comments. Please welcome them to the mailing lists! > > Sean is our key person responsible for UX/UI design and has been > completing wireframes and comps for Fauxton and the Cloudant Dashboard. > Together, the three of us have identified show/list functions as the > next priority for UX design. The idea is a possible preview window, but > given the wide variety of things that can come out of a show or a list, > it's hard to know what people want. > > What do you use show/list for? When developing them, is a link to raw > output enough? Do you want a preview pane? Here's your chance to > influence the visual design before it's complete and passed off to > implementation. > > Thanks, > Joan > > ----- Original Message ----- > From: "Sean Barclay" > To: dev@couchdb.apache.org, user@couchdb.apache.org > Cc: "Joan Touzet" , "Brad Noble" > Sent: Monday, June 23, 2014 4:09:52 PM > Subject: Show + List functions in Fauxton Dashboard > > > Hello all, We're about to start working on adding Show + List functions > into the Fauxton Dashboard. > If there is anything you would like to see added in the functionality, > please let us know. > Cheers, > Sean Barclay > Cloudant, an IBM Company