gissues icon indicating copy to clipboard operation
gissues copied to clipboard

custom lanes

Open benmonro opened this issue 12 years ago • 5 comments

it'd be cool to have custom lanes. suppose i want one for 'ready for test' and then 'verified by qa'

benmonro avatar Mar 21 '12 19:03 benmonro

Thanks for the suggestion, I will consider this going forward. BTW, I do take contributions ;)

tjanczuk avatar Mar 22 '12 03:03 tjanczuk

Lol how much would custom lanes cost? Btw, does setting the status in gissues cause any changes on the gh issues? On Mar 21, 2012 8:45 PM, "Tomasz Janczuk" < [email protected]> wrote:

Thanks for the suggestion, I will consider this going forward. BTW, I do take contributions ;)


Reply to this email directly or view it on GitHub: https://github.com/tjanczuk/gissues/issues/7#issuecomment-4632136

benmonro avatar Mar 22 '12 04:03 benmonro

I don't think lane (status) customization would be very costly, it can probably be done in a day. I would let folks specify the list of valid status values as a URL query parameter (that can also be reflected on the toolbar), and build the UI entirely in the browser based on that. From the data storage perspective it should not require any work at all: the lane (status) is just a string.

Setting the status in gissues does not affect the status of the GitHub issue other than updating the @gissues entry in the issue description. But it does not close/activate GitHub issues if that is what you mean. At some point I thought of adding a button over the "done" lane to close the GitHub issues in that lane, but nobody asked...


From: benmonro [[email protected]] Sent: Wednesday, March 21, 2012 9:39 PM To: Tomasz Janczuk Subject: Re: [gissues] custom lanes (#7)

Lol how much would custom lanes cost? Btw, does setting the status in gissues cause any changes on the gh issues? On Mar 21, 2012 8:45 PM, "Tomasz Janczuk" < [email protected]> wrote:

Thanks for the suggestion, I will consider this going forward. BTW, I do take contributions ;)


Reply to this email directly or view it on GitHub: https://github.com/tjanczuk/gissues/issues/7#issuecomment-4632136


Reply to this email directly or view it on GitHub: https://github.com/tjanczuk/gissues/issues/7#issuecomment-4632597

tjanczuk avatar Mar 22 '12 04:03 tjanczuk

So like... $50? :)

benmonro avatar Mar 22 '12 06:03 benmonro

@tjanczuk this feature would be amazing

TSMMark avatar Oct 23 '14 21:10 TSMMark