at http://groups.drupal.org/project/cases/58/all, we have a case listing with page title 'Cases under project'. Should say Cases for
. Also, I'd like to see this same listing at bottom of the project page itself. Perhaps that will come with better integration with Views module
Comments
Comment #1
moshe weitzman commentedWe need a 'create case' link at top of this page too. Should be emitted by theme(item_list) to be consistent with forum.module and others.
Comment #2
moshe weitzman commentedThis case listing should have many more hyperlinks like the status column and the type column. clicking on one of those would further refine the search that is visible.
Comment #3
killes@www.drop.org commentedThe last comment is a duplicate on http://drupal.org/node/57382
Comment #4
sanjeev gupta commentedThis issue was about better filtering of case.
This was a bit tought stuff as we are using just single
funtion casetracker_cases_table.Never the less I have in-
corporated the following.
Casetracker >>> cases:- List all the cases on casetracker.
Now here in this listing we can do the filtering on the
basis of case priority, case status & case type.
If we click on any of the priority we get all the cases with
the same priority.Same is the case with status & type.
On this page here a link has been provided through which we can
move to all cases listing.
Casetracker >>> cases >>> mycases:- This gives a listing of all
the cases which are assigned either to the logged in user or
created by the logged in user.Here we can sort the cases on the
basis of case priority, status and type.
Casetracker >> projects:- It gives a listing of all the projects.
If we click on the project name we get trhe list of all cases in
that project.This case listing page also provide the facility to
filter the cases on the basis of case priority, status & type.
Casetracker >> projects >> my projects:- Functionality same as above
but the difference being that it gives a listing of all projects
created by the logged in user.
Comment #5
(not verified) commented