freeradiantbunny docs



Plant List Subsystem

This is about the Plant List Subsystem.

The Free Radiant Bunny software exists to help aid people who are growing food in a permaculture way. Near the very core of our project, we have lists of plants.

As we grow plants, we need to manage these plants. We need to ask a great deal of the plant_lists, as far as functionality.

Meanwhile, there we have lots of information and a need for plenty of tables.

Here is a simple list of the classes in the Plant List Subsystem (with class id numbers):



208 plant_attributes,
35 plant_list_plants,
46 seed_packets,
37 plant_lists,
39 plants,
30 plant_categories,
14 plant_families,
160 plant_aliases,
32 plant_history_events,
31 plant_histories, and
59 varieties.

OK, given the database schema version 1.6, here (below) is a table that reflects some design work. So, this is a 1.3 prospective version.

The big change is that the plant_images table has been DROPPED from the database. Use object_images.

Another big change is that a table has been added. The plant_attributes table has been INSERTED into the database.

This table allows the modelling of a plant matrix, such as is found in the appendix of the book Edible Forest Gardens.

Classes in the Plant Lists Subsystem

sort status subsystem name extends notes
Y 2016-04-16 1.6 03 Plant Lists System plant_attributes 142 INSERTED
Y 2016-04-16 1.6 03 Plant Lists System plant_histories 142  
Y 2016-04-16 1.6 03 Plant Lists System varieties 142
Y 2016-04-16 1.6 03 Plant Lists System seed_packets 142
Y 2016-04-16 1.6 03 Plant Lists System plant_list_plants 144
Y 2016-04-16 1.6 03 Plant Lists System plant_history_events 144
Y 2016-04-16 1.6 03 Plant Lists System plant_aliases 144
Y 2016-04-16 1.6 03 Plant Lists System plant_lists 158
Y 2016-04-16 1.6 03 Plant Lists System plant_categories 144
Y 2016-04-16 1.6 03 Plant Lists System plant_families 144
Y 2016-04-16 1.6 03 Plant Lists System plants 144

The following table was dropped and is no longer in the Plant Lists Subsystem set.

Y 2015-02-15 175 DROPPED (use object_images)


See: freeradiantbunny Subsystems