google-code-export / choosel

Automatically exported from code.google.com/p/choosel
0 stars 0 forks source link

Update the Resource Grouping to include a Uncategorized ResourceSet #155

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When deciding how to group items in a view, it is possible that some of those 
items are not categorizable based on the property selected, for example if the 
value is null.

We should change the ResourceGrouping mechanism such that instead of throwing 
errors in the case of a null category, it simply adds those resources to an 
uncategorizable set.

We should also add test cases to ResourceGroupingTest to ensure that these 
changes are implemented correctly.

Original issue reported on code.google.com by patrickc...@gmail.com on 10 May 2011 at 6:27

GoogleCodeExporter commented 9 years ago
This has been implemented and tested.

Original comment by patrickc...@gmail.com on 13 May 2011 at 5:20