Changes between Version 45 and Version 46 of IIRS/DevelopmentPlan


Ignore:
Timestamp:
11/06/13 12:26:31 (3 years ago)
Author:
jim
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IIRS/DevelopmentPlan

    v45 v46  
    26261. UNDERWAY (3) Create wireframe panes to test workflow progression though pages. 
    27271. 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-api 
     281. 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 
    29291. (1) Expose Widget Instance entity to Panels/CTools as a context. 
    30301. (1) Convert and update Drupal Features and modules. 
     
    142142* 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. 
    143143* 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.