From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.90.117.16 with SMTP id p16cs479847agc; Mon, 2 Nov 2009 09:47:26 -0800 (PST) Received: by 10.224.7.16 with SMTP id b16mr3022252qab.94.1257184046009; Mon, 02 Nov 2009 09:47:26 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 15si7417036qyk.23.2009.11.02.09.47.25; Mon, 02 Nov 2009 09:47:26 -0800 (PST) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 908C01598094; Mon, 2 Nov 2009 12:47:25 -0500 (EST) Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by rubyforge.org (Postfix) with ESMTP id 4D75E159807E for ; Mon, 2 Nov 2009 12:47:20 -0500 (EST) X-IronPort-AV: E=Sophos;i="4.44,668,1249250400"; d="scan'208";a="36035046" Received: from peray.inria.fr (HELO localhost) ([128.93.8.98]) by mail2-relais-roc.national.inria.fr with ESMTP; 02 Nov 2009 18:47:19 +0100 From: Nicolas Pouillard To: William Morgan In-reply-to: <1257169654-sup-6224@masanjin.net> References: <1257111816-sup-4397@peray> <1257169654-sup-6224@masanjin.net> Date: Mon, 02 Nov 2009 18:47:19 +0100 Message-Id: <1257183536-sup-1174@peray> User-Agent: Sup/git Cc: sup-talk Subject: Re: [sup-talk] Choosing a bug tracker for Sup X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org Excerpts from William Morgan's message of Mon Nov 02 15:50:08 +0100 2009: > Nice writeup. Just brainstorming, here are the features I personally > find vital for an issue tracker that would make me happy: > > 1. Web submission. The burden of creating a record should be on the > submitter---it's not too much to ask, and it saves developer time. This > also encourages reporters to provide relevant information like version, > platform, Ruby version, etc. upfront, since they can be prompted for > those data explicitly. > 2. Developer discussion via email. This is vital. There's no way I would > want to have a technical discussion using text boxes on a website. And > this discussion should be attached to the issue, of course. 1,2: Same for me. > 3. Canonicality. I want one name for a bug, and I want one URL that I > can point people to when referring to it. That URL should have the > entire history, including developer discussion, of the issue. > 4. Browseability. There should be some public way of getting a view of > all the open issues, at a minimum. (Web seems natural.) Other stuff like > sorting by priority, attachign to releases, etc. are icing on the cake, > but if people are going to be chipping in on development effort, or > searching to see if other people have had this bug, they have to be able > to browse what's out there. 3,4: Right, I think this is part of the web-page generation tool. Which given the YAML file will produce web-pages. The only unclear point to me is: "how to find the archive URL for a discussion given the message-ID?" > > About the issues identifier I see two options, either we try to > > allocate simple integers like most of the trackers or we just keep the > > unique (long) identifier. > > I want a simple one. I can remember JIRA-style "ABC-123" names and > that's really handy sometimes. Right, we want short issue numbers. I'm would still be a bit sad of completely loosing the distributed property. Maybe a solution would be to allow issues to have an optional short name. In practice it will be just temporarily, the time the issue makes its way to the central repository, or being just a local issue. -- Nicolas Pouillard http://nicolaspouillard.fr _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk