Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5883ED520 for ; Thu, 1 Nov 2012 16:18:13 +0000 (UTC) Received: (qmail 53195 invoked by uid 500); 1 Nov 2012 16:18:12 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 52992 invoked by uid 500); 1 Nov 2012 16:18:12 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 52845 invoked by uid 99); 1 Nov 2012 16:18:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2012 16:18:12 +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 (athena.apache.org: domain of chewbranca@gmail.com designates 209.85.220.52 as permitted sender) Received: from [209.85.220.52] (HELO mail-pa0-f52.google.com) (209.85.220.52) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2012 16:18:07 +0000 Received: by mail-pa0-f52.google.com with SMTP id hz10so1763624pad.11 for ; Thu, 01 Nov 2012 09:17:47 -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 :content-type:content-transfer-encoding; bh=ae0R2ZPGtcz56pT8fi87Yf6EutKaKlk3SlQflWI0GaA=; b=veEGNaFlxEMin+Vo5536ljBn6XqeHp8riHZEe5yjAcZRIFKinzDqui3BgfwHhNM9xK ZjyvWXLn+AHrmfjxeIOboJW8EBSg0HdD7uyVzbl+f6D2e7G7KIqA2ul8IttuBLWtY+ev 7zdG0hNcBwDkRrJDNlxNlEsEJkzoh3Y29J1K3RiczudE4KWvCM35znkXb/W4PM5yjoFE urw4TE8/6+y7IALEQhBMBdBIZa4DpTq/wMwADb09OMbzr1gt6CuoDlnMuQLjEFe8Rqbb 1PVC5Y+GeFM5m+BqncljH3iGOYtdBeEsY9Z1+OL3clNg4RaBHUofBkTnyqk3r/BQSeMa /8WA== MIME-Version: 1.0 Received: by 10.66.77.40 with SMTP id p8mr112509590paw.78.1351786667451; Thu, 01 Nov 2012 09:17:47 -0700 (PDT) Received: by 10.66.190.100 with HTTP; Thu, 1 Nov 2012 09:17:47 -0700 (PDT) In-Reply-To: <83A56992-9BA7-4FE4-868E-D4FBE5426DF4@redcometlabs.com> References: <7060B520E54744EEA3300DD7842C26D8@cloudant.com> <83A56992-9BA7-4FE4-868E-D4FBE5426DF4@redcometlabs.com> Date: Thu, 1 Nov 2012 09:17:47 -0700 Message-ID: Subject: Re: Futon.Next Proof of Concept From: Russell Branca To: dev@couchdb.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 Thu, Nov 1, 2012 at 7:18 AM, Garren Smith wrote: > > On 01 Nov 2012, at 2:37 PM, Simon Metson wrote: > >> Hi, >> >> >> On Thursday, 1 November 2012 at 09:56, Garren Smith wrote: >> >>> Could we seperate this out of Couchdb as a pure couchapp for now? Might= make it easier to work on. >> >> I think keeping it in a fork of CouchDB is good. It hopefully addresses = some of Noah's concerns re visibility and will help keep us honest (e.g. st= op us from diverging away from an end goal of something served out of _util= s). There's nothing stopping people deploying as a couchapp out of that sou= rce tree though, once I merge in your patch :D > I think it will make life a lot easier to have it in its own repository. = There is a lot of unnecessary overhead in developing a js frontend around t= he couchdb code base. > >>> Simon could you share your wireframes with everyone? >> >> Yes, we're working on that now (amongst other things). >>> We have an issues list here https://github.com/Futon/Futon.Next/issues = Should we keep using that as our todo list for Fauxton? >> >> Yeah, I think that's a decent place. I've been using trello recently whi= ch is another nice tool for tracking progress (orthogonal to a todo), maybe= that's OTT, though. > Lets use issues for now and if we need more help tracking progress we can= move to Trello. Could you or Russel say what you guys are currently workin= g on w.r.t Fauxton and where other developers could initially get involved?= Maybe this should all be done on the issues. > >> Cheers >> Simon >> > > Cheers > Garren > Ok we'll add some tickets to issues on the Futon.Next repo. The next thing I'm working on is expanding the plugin system and building a pluggable backend so that the CouchDB API module can be swapped out. As for other open areas, there is a lot of functionality that needs to get fleshed out. It would also be great if someone wanted to jump on things like _config and _logs. We're in the process of getting the wireframes together, so for now we're just focusing on functionality and less on look and feel. -Russell