From bloodhound-dev-return-756-apmail-incubator-bloodhound-dev-archive=incubator.apache.org@incubator.apache.org Fri Sep 21 08:48:41 2012 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 B6C42DC6C for ; Fri, 21 Sep 2012 08:48:41 +0000 (UTC) Received: (qmail 69645 invoked by uid 500); 21 Sep 2012 08:48:41 -0000 Delivered-To: apmail-incubator-bloodhound-dev-archive@incubator.apache.org Received: (qmail 69500 invoked by uid 500); 21 Sep 2012 08:48:37 -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 69463 invoked by uid 99); 21 Sep 2012 08:48:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Sep 2012 08:48:36 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gary.martin@wandisco.com designates 74.125.83.47 as permitted sender) Received: from [74.125.83.47] (HELO mail-ee0-f47.google.com) (74.125.83.47) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Sep 2012 08:48:30 +0000 Received: by eeit10 with SMTP id t10so295278eei.6 for ; Fri, 21 Sep 2012 01:48:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:x-gm-message-state; bh=9gonAoJ9y16LhpXy9cKk4B7jxr8SDN2eMz4JzC3x1ts=; b=CqALSiVustHN0wgtBfXSVdR0p12plcY88VMzbQ9BtG6czImRhJSsf414+VkoCv6a5Y BmcJKdAb6Oe6YplHqeAm0nt3oS+6VVAIMeqAIvLApiV8LG+oQP8gYrsY/aiZWfE5Ri0/ Yhn9tXW54oHdI1b1tsLq3AkICNAJufEBToFl6o/BJNnrjHQRZVwj5ZsryZOjmMctt3Jn N4Y1VxwZBkKRGS2/+ABKTFMMxT61yo24BL8k+4hNpXolZUPrWphN/wVGwfzhEgC7VGH0 OhKUxaYijpVhyh2Pwos4rMz0x1RTsZzl3e1Of0HlVW5lkd79hOaJKCzBxDDTxkWKW2oB /d5A== Received: by 10.14.193.129 with SMTP id k1mr5304543een.13.1348217288485; Fri, 21 Sep 2012 01:48:08 -0700 (PDT) Received: from [10.2.5.106] ([77.86.30.139]) by mx.google.com with ESMTPS id k49sm22098552een.4.2012.09.21.01.48.07 (version=SSLv3 cipher=OTHER); Fri, 21 Sep 2012 01:48:07 -0700 (PDT) Message-ID: <505C29C5.1040704@wandisco.com> Date: Fri, 21 Sep 2012 09:48:05 +0100 From: Gary Martin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0 MIME-Version: 1.0 To: bloodhound-dev@incubator.apache.org Subject: Re: Proposal of pending tasks for beginners WAS: #187: Remove row count and results pagination from Dashboard (Was: Re: Trying to get started on Bloodhound development) References: <6D7037F7-4045-4A96-BD42-AF6B66501764@wandisco.com> <5058DA29.3090405@wandisco.com> <6E30A1AF-F64B-4462-A750-DA3CAB12B560@wandisco.com> In-Reply-To: <6E30A1AF-F64B-4462-A750-DA3CAB12B560@wandisco.com> Content-Type: multipart/alternative; boundary="------------030704070103000902030701" X-Gm-Message-State: ALoCoQmXDHQGTCDwibO4DUCYE2Njhikq2M2VIYTtarp/tZ+bBifbA7X80tMMliISHen5XlXeIZnW X-Virus-Checked: Checked by ClamAV on apache.org --------------030704070103000902030701 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit I've adjusted the query on https://issues.apache.org/bloodhound/wiki/BloodhoundContributing - I'm happy to adjust it again if necessary. The two enhancements are: * specify that owner should be nobody o this appears to be the simplest and most reliable way to make sure that the set is only unclaimed tickets although it does require that we don't assign to a blank owner * change count=5 to max=5 o the count argument appears to be for something else (although I am not convinced that functionality works) This is implemented through the following change: -[[TicketQuery(table, ?status=!closed&keywords=~starter, count=5)]] +[[TicketQuery(table, ?status=!closed&keywords=~starter&owner=nobody, max=5)]] I would try to offer the result with no further judgement but I don't think the pagination is quite what we are after here. Cheers, Gary On 09/19/2012 02:23 PM, Joachim Dreimann wrote: > I went ahead and tagged the #119, #18, #95, #154 and #123 as starter tickets. I've also added a table dynamically displaying 5 starter tickets to the top of the BloodhoundContributing page: > https://issues.apache.org/bloodhound/wiki/BloodhoundContributing > > Hope that helps as a starting point. Happy for others to extend it. Gary for example suggested off-list to me that tickets that are assigned to someone other than 'nobody' or accepted should be excluded, certainly a valid suggestion. > > Joe > > On 18 Sep 2012, at 23:45, Olemis Lang wrote: > >> Well , I already added «starter» keyword in #203 ... feel free to >> change it if appropriate . In the end any word is fine to me , as long >> as its use becomes well-known and consistent across all the project . >> ;) >> >> On 9/18/12, Branko Čibej wrote: >>> Subversion uses a keyword ("bitesize") to mark small and/or simple tasks >>> in the issue tracker. Sadly, that issue tracker doesn't allow workflow >>> customization. >>> >>> -- Brane >>> >>> On 18.09.2012 22:26, Olemis Lang wrote: >>>> oh ! >>>> ok . I recall we also had another previous conversation about this too >>>> , that's why I suggested doing so . >>>> >>>> Definitely workflow states are much more needed , so I think I prefer >>>> keyword + workflow approach too . >>>> >>>> On 9/18/12, Joachim Dreimann wrote: >>>>> This overlaps with two conversations we've had recently on the mailing >>>>> list: >>>>> >>>>> 1. Adding an appropriate tag to 'starter' tickets >>>>> 2. Providing appropriate ticket states, like 'awaiting review / to be >>>>> reviewed' rather than 'open' for the tickets you refer to in your PS. >>>>> >>>>> I prefer those two approaches personally. >>>>> >>>>> - Joe >>>>> >>>>> On 18 Sep 2012, at 18:14, Olemis Lang wrote: >>>>> >>>>>> I've been reviewing All Tickets By Milestone [1]_ and maybe these >>>>>> tickets are also good targets just to start . >>>>>> >>>>>> >>>>>> #119 Implement theme extensions code dashboard new enhancement >>>>>> major nobody Jun 28, 2012 >>>>>> -- >>>>>> #18 Change message for self registration plugins assigned >>>>>> enhancement major nobody Aug 30, 2012 >>>>>> -- >>>>>> #95 Display of owner in dashboard views should depend on the >>>>>> availability of the field dashboard new enhancement major >>>>>> nobody Jun 29, 2012 >>>>>> -- >>>>>> #154 Installer fails when providing repository type without a path >>>>>> and vice versa installer new defect major gjm Aug 6, 2012 >>>>>> -- >>>>>> #123 Check functionality of all screens with missing >>>>>> Products/Versions/Milestones/Components dashboard new task major >>>>>> nobody Jul 13, 2012 >>>>>> -- >>>>>> >>>>>> >>>>>> >>>>>> and maybe this one (not scheduled for release 2 but definitely >>>>>> important >>>>>> ;) >>>>>> >>>>>> #162 Convert version control user interface to Bootstrap ui design >>>>>> assigned enhancement major Sep 3, 2012 >>>>>> -- >>>>>> >>>>>> >>>>>> It's just a suggestion . What do you think ? >>>>>> >>>>>> Towards a more generic discussion I'd point out that maybe we should >>>>>> have a custom field like «difficulty» highlighting prior expectations >>>>>> of the skills needed to complete a task / close a ticket . A query >>>>>> like difficulty=low|moderate could be used to find all such tickets >>>>>> ... and maybe even a link could be added in BloodhoundContribute as >>>>>> well ;) >>>>>> >>>>>> Of course , that should be setup starting from release 3 ... release 2 >>>>>> is almost done ;) >>>>>> >>>>>> PS: Many things can be learned by reviewing patches submitted to the >>>>>> isssue tracker as well . Most of the tickets assigned to user olemis >>>>>> will have some . Those scheduled for Release 2 have been baked >>>>>> «recently» ;) >>>>>> >>>>>> .. [1] All Tickets By Milestone - report 6 >>>>>> (https://issues.apache.org/bloodhound/report/6) >>> >>> -- >>> Certified & Supported Apache Subversion Downloads: >>> http://www.wandisco.com/subversion/download >>> >>> >> >> -- >> Regards, >> >> Olemis. >> >> Blog ES: http://simelo-es.blogspot.com/ >> Blog EN: http://simelo-en.blogspot.com/ >> >> Featured article: > --------------030704070103000902030701--