Changes between Version 42 and Version 43 of IIRS/DevelopmentPlan


Ignore:
Timestamp:
11/03/13 19:14:40 (3 years ago)
Author:
jim
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IIRS/DevelopmentPlan

    v42 v43  
    2121  1. ~~(1) Listing~~ 
    2222  ~~(1) Search - using geocoder and Views~~ currently listing only, todo map. 
    23   1. (1) Display item -- will use Teaser view of initiative (ini), should be doable directly from Panels without coding.  
     23  1. (1) ~~Display item -- will use Teaser view of initiative (ini)~~ is doable directly from CTools/Panels with minimal coding.  
    2424  1. (2) Map view -- views based again, using Leaflet or Leaflet Map Box plus [https://drupal.org/project/ip_geoloc IP Geolocation Views and Maps]... 
    25   1. (2) About page/pane - to decide if this is a [https://drupal.org/project/fieldable_panels_panes fieldable panel pane], a node or some included text in module.  
    26 1. (.5) Add primary PoC to Ini CT. 
    27 1. (3) Create wireframe panes to test workflow progression though pages. 
    28 1. (6) Finalise workflow mechanism, code, test 
    29 1. (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. 
     25  1. (2) About page/pane - to decide if this is a [https://drupal.org/project/fieldable_panels_panes fieldable panel pane], a node or some included text in module. Ed asked... 
     261. UNDERWAY (5) Get workflow to working state, test 
     271. UNDERWAY (3) Create wireframe panes to test workflow progression though pages. 
     281. 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. 
    30291. (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 
    31301. (1) Expose Widget Instance entity to Panels/CTools as a context. 
     
    133132* Added stub Ctools types for entry page for entity... At this point unsure if I'll use the basic/standard Initiative Node form, or a separate form with mapping (per PSE) 
    134133 
    135 ==== 3 November October -- 1.5h (7.5 total) ==== 
     134==== 3 November October -- 5h (7.5 total) ==== 
    136135* R&D: decided CTools multistep form wizard isn't up to the job -- too focused on forms, can't handle multiple steps. Now need to see if a module or interface exists for handling multi pages with workflow type progressions --  Options remaining: 
    137136  1. (original plan) Simple CTools plugin type that allows code to specify steps and critiera 
    138   2. A panels region that uses position/index of pane to decide position in workflow -- hacky... 
     137  2. A panels region that uses position/index of pane to decide position in workflow, or same prinicple with Page and it variants -- hacky, but might be quick and dirty... 
    139138  3. Another module, TBC. 
    140139* Built proximity search based on Geofield and Views -- can search for any postcode/address/city+country the user enters. Ideally add HTML5 geolocation, too -- https://drupal.org/node/2011340 
    141140* Now need to make map views --liking the look of https://drupal.org/project/ip_geoloc for searchable map views a LOT. 
    142141* Also interesting: https://drupal.org/project/global_filter -- allows a user to set their location ONCE and it be applied to all views needing location henceforth. Hmm.. 
     142* Lots of research into possible modules for workflow... Either too specific, not D7, or just not a good fit -- SO, decision made, will write a simple and editable CTools Workflow plugin that can handle our needs. 
     143* 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. 
     144* Primary PoC added to Ini CT.