Issue Module Extension

LabKey Support Forum (Inactive)
Issue Module Extension jrue  2007-04-16 21:21
Status: Closed
 
I created a small extension to the Issues module that shows all issue details from the list.view page. This new page simple displays all the issue details of the issue list (all filtering and ordering is preserved) on a single page. This simplifies viewing multiple issue details. Currently one has to either select a single issue to view its details or use the "Jump to issue" dialog and then either go back a page and select another issue or use the "Jump to issue" dialog again. I find the "view all details" useful for both viewing the status of multiple issues and for creating a printable view of multiple issues.

I have attached a couple screen shots that show the added functionality. On the Issues List page, there is a new button added next to the "Export To Text" button. The Issue Details page aggregates all the issues from the generating Issue List page.

Let me know if this is something useful to the project.

Thanks,
Jon
 
 
Matthew Bellew responded:  2007-04-17 11:38
I like it. I think it might be even better with a checkboxs you can use to choose exactly the bugs you want to see.
 
jrue responded:  2007-04-17 15:09
That is a great idea. Right now I just assume I can set the filtering criteria to only show the issues I want to see the details of but checkboxes would add additional control. I'll go ahead and add that in.
 
jrue responded:  2007-04-20 12:59
Ok the checkboxes are now there and it looks ready to submit. I also took the liberty of adding a more elegant select/de-select all feature. See the attached screen shot for more details.
 
Matthew Bellew responded:  2007-04-23 10:03
OK, just attach output of "svn diff" against the current trunk (preferable), or the 2.0 sources.
 
jrue responded:  2007-04-23 10:26
Here is the diff run against a fresh update from the trunk. The DRT has been run successfully as well.
 
Matthew Bellew responded:  2007-04-24 12:58
Got it, thanks.
 
jrue responded:  2007-04-24 13:07
Do I need an svn account to check-in the files?

There is an additional jsp page that need to go in as well at:

trunk\server\modules\issue\src\org\labkey\issue\detailList.jsp
 
jrue responded:  2007-05-01 10:59
The jsp page still needs to be added to the trunk.

Thanks for all the assistance.
 
Matthew Bellew responded:  2007-05-11 10:35