Posted by mradcliffe on December 3, 2011 at 8:29pm
Shift is an entity API example module developed for my session at DrupalCamp Ohio.
This defines a "Shift" like hourly or salary to a site where each shift is associated with a user, start, and stop times amongst other columns.
It is fairly feature complete, but is missing a shift_view() function as demonstrated in the session. Feel free to hack, and maybe if you're interested, take over and improve the code. :-)
This module is for all to look at and to inspire others to learn and produce their own entity modules.
The master branch is a basic entity "Shift" and the timeclock branch is a potential branching point for some usability.