After the admin UI (and, therefore, all framework components) has been completely implemented, look for and tie up loose ends, refine code, add extra features or flexibility where reasonable, etc.
After the admin UI (and, therefore, all framework components) has been completely implemented, look for and tie up loose ends, refine code, add extra features or flexibility where reasonable, etc.
Comments
Comment #1
marvil07 commentedsuscribing
Comment #2
drunken monkeyI haven't yet reached this task (see #833642-7: Create admin interface), but here is already a list of things that should be done here, before implementing a concrete service class:
watchdog(…); return FALSE;Comment #3
drunken monkeyThe following tasks are now completed:
watchdog(…); return FALSE;Up next is using entity_metadata wrappers to retrieve fields and data, and then to make the whole thing language-aware.
Comment #4
drunken monkeyThere were some more things still to do that I didn't think of earlier, but now the core functionality is pretty sound, I think.
A bit of fiddling will still be done while implementing the concrete backend, but the main work here is done for now.