Portal de Aulas de Informática destinado a cubrir todas las necesidades de gestión de horarios, inventario, historial de mantenimiento, grupos de trabajos, reserva de aulas,...
Genova entity module generator extends genova module with new drush command for full custom entity module generation.
Usage
drush gen-emc <module name>
TODO
For access/permission strings use everywhere {human_name} but all low cases - we need new parameter {human_name_lowcase} or something like that for this in templates.
Entity type bundle should have lable - already has it in table add UI support
Fix menu item label for bundle - for example breadcrumb bundle label is missing in bundle admin UI.
Maybe we should have define({name}_BASE_URI, {base_uri}); in main module file and use this constant everywhere where it is needed?
Consider decoupling entity.pages.inc file to entity.admin.inc, entity.forms.inc and entity.pages.inc.
Consider changing 'type' db column that is hodling bundle name to 'bundle' column name - don't try to use name or type to avoid and free name space for that properties.
Add entity class name in all functions where it makes sense, for example entity_add()...