More flexible assigment settings
Page: 1
I would like to be able to save my default ordering of my asssignments (prefferably with a checkbox there "make this default" or something).
Also I would like to have an overview of all my assigments including the once without a duedate ... would it be possible to include these in the list if I'm ordering by duedate (add them at the bottom of the list)?
Kind regards,
Bart
Also I would like to have an overview of all my assigments including the once without a duedate ... would it be possible to include these in the list if I'm ordering by duedate (add them at the bottom of the list)?
Kind regards,
Bart
Ilija Studen
on Apr 21. 2008. 11:10 am
We've improved assignments page a lot - you can create and save filters. Also, by marking a specific filter private only you can use it so it's great to have assignments configured just the way you like it without cluttering filters list for other people. This is coming in v1.1.
When sorting by due date object without due date are excluded. We haven't change that...
PS: Currently you can configure your assignments filters and just bookmark the page. Settings will be preserved in URL you bookmark.
When sorting by due date object without due date are excluded. We haven't change that...
PS: Currently you can configure your assignments filters and just bookmark the page. Settings will be preserved in URL you bookmark.
activeCollab team member
Ilija Studen:We've improved assignments page a lot - you can create and save filters. Also, by marking a specific filter private only you can use it so it's great to have assignments configured just the way you like it without cluttering filters list for other people. This is coming in v1.1.
When sorting by due date object without due date are excluded. We haven't change that...
PS: Currently you can configure your assignments filters and just bookmark the page. Settings will be preserved in URL you bookmark.
Ok, thanks for the reply ... is there any specific reason why you are excluding assignments without a duedate?
Ilija Studen
on Apr 21. 2008. 11:37 am
Yes there is - due date for tasks without due dates is "no value" (NULL).
This makes sorting a bit more complicated... NULL is always considered smaller than any date value. If you decide to sort by due date with late stuff first you'll have NULL assignments at the beginning of list. It should be at the end. To achieve that you need to query database twice and combine results... That makes a lot of things "hacky" and error prone (pagination, counting etc).
This makes sorting a bit more complicated... NULL is always considered smaller than any date value. If you decide to sort by due date with late stuff first you'll have NULL assignments at the beginning of list. It should be at the end. To achieve that you need to query database twice and combine results... That makes a lot of things "hacky" and error prone (pagination, counting etc).
activeCollab team member



