Changes between Version 70 and Version 71 of IIRS/DevelopmentPlan


Ignore:
Timestamp:
12/08/13 23:14:48 (3 years ago)
Author:
jim
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IIRS/DevelopmentPlan

    v70 v71  
    1313=== Plan === 
    14141. UNDERWAY Export TN-specific stuff to Features/modules. Update all features. 
    15 1. Set up fieldable pane for About page/tab and export content. 
    16151. Set up test site on TN's server (Puffin) -- also allows us to set up/test Hybrid Auth social media login. 
    17 1. Update views, panes, etc to handle language context. 
    18161. Build some admin views to aid moderation and translation. 
    19 1. Code refactor & Drupal standards cleanup. 
    20 1. Clean up & refactor modules, commit to Git. 
     171. Code refactor & Drupal standards cleanup, commit to Git. 
    2118 
    2219=== Other key tasks === 
     
    30271. Override view output to pop up result in another DIV/iFrame. -- is mostly done via CTools/Panels with minimal coding.  -- various options: https://developer.mozilla.org/en-US/docs/Web/API/Window.postMessage, https://drupal.org/project/ajax_pane, http://drupal.stackexchange.com/questions/50453/drupal-using-panels-with-ajax and http://www.gizra.com/content/views-and-panels-ajaxified/ 
    31281. Create 'Hub Profile' on clone (STG?) of D6 TN.org contains basic text, country, language and widget displays. 
    32 1. [8] (Ben?) Update widget HTML/CSS/theme as needed.  
    33291. Add Optional CSS/style options on Widget Builder page. 
    34301. The ability to import/export a built widget via CTools & Features 
     
    246242* Much chin scratching... Planning a simpler approach with no fancy AJAX tabs, just tabs and links. Grrrr... what waste of time! 
    247243 
    248 ==== 8 December -- 4h (+16 total) ==== 
     244==== 8 December -- 6.5h (22.5 total) ==== 
    249245* Replacing AJAX tabs with simple HTML tabs... Had to use a pane variant for each tab and then add a PHP-enabled block that made the tabs for a bootstrap-enabled theme. All good, not as sexy as AJAX but WORKS! 
     246* 'About' and 'Map' tabs added. 
    250247* Have postponed attempt to make the items pop up in AJAX box OR the modal dialog for the main widget -- that's a nice to have at this point. 
    251248* Prep for move to DEV site on Puffin: updated [https://github.com/transitionnetwork/transitionnetwork_d7 transitionnetwork_d7 profiles & makefiles] to use nicer setup, not rely on Panopoly, and have run some test builds to iron out kinks and missing requirements/libraries. 
    252249* General Drupal cleanup of my dev site in preparation for Feature-isation of works so far. 
     250* Makefile debugged and working 
     251* New simple [https://github.com/transitionnetwork/tn_widgets_theme subtheme of Radix "tn_widgets_theme"] built and now default widget theme.