Changes between Version 45 and Version 46 of IIRS/DevelopmentPlan
- Timestamp:
- 11/06/13 12:26:31 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IIRS/DevelopmentPlan
v45 v46 26 26 1. UNDERWAY (3) Create wireframe panes to test workflow progression though pages. 27 27 1. UNDERWAY (3) Create widget panel from panes and instances created so far. Add placeholder strings and deliver to Ed to get sign off and translated into Portuguese. 28 1. (4) Build stub Widget Instance entity and part of related UI for viewing/managing them. -- https://api.drupal.org/api/examples/entity_example!entity_example.module/7 and http://www.trellon.com/content/blog/creating-own-entities-entity-api28 1. UNDERWAY (4) Build stub Widget Instance entity and part of related UI for viewing/managing them. -- https://api.drupal.org/api/examples/entity_example!entity_example.module/7 and http://www.trellon.com/content/blog/creating-own-entities-entity-api 29 29 1. (1) Expose Widget Instance entity to Panels/CTools as a context. 30 30 1. (1) Convert and update Drupal Features and modules. … … 142 142 * Wrote the guts of the Workflow plugin, now is able to handle the pages and route the request accordingly.. Need to add configuration and/or subtypes to allow for each content type to be handled cleanly. 143 143 * Primary PoC added to Ini CT. 144 145 ==== 6 November October -- 1...h (+11 total) ==== 146 * Got workflow working, can now wrap up the steps required to get a user from login/register -> Submit X content -> Thanks page. 147 * Started building 'Widget' entity type -- checking whether to use ECK module or just do in code. This will allow the context of the widget (type, owner, language, workflow etc) to be held and new types made.