mahovictim / rapla

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

Resource sub-types #461

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I would like to be able to create sub-types (and sub-sub-types) for resources.

I.e., instead of Airplanes, under which I could have many different kinds of 
planes, I could have Heavy and Light, under which I could have several types of 
heavy and light aircraft, and under each of those, I could have the actual 
resources.

This would be very useful for navigating the Week/Resource and Day/Resource 
views more cleanly.

There are several levels of specialization that would be useful, so making this 
a true tree would be the best-case scenario for my purposes.

Thanks!

Original issue reported on code.google.com by dutchsti...@gmail.com on 26 Jan 2015 at 10:28

GoogleCodeExporter commented 9 years ago
You can use a categorization attribute for this. Give your airplane an 
attribute of type category and link it to category with two or more 
sub-categories like heavy, medium, light. Then go to the preference dialog of 
that attribute and enable categorization flag.

Original comment by christop...@gmail.com on 27 Feb 2015 at 7:36