Changes between Version 70 and Version 71 of IIRS/DevelopmentPlan
- Timestamp:
- 12/08/13 23:14:48 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IIRS/DevelopmentPlan
v70 v71 13 13 === Plan === 14 14 1. UNDERWAY Export TN-specific stuff to Features/modules. Update all features. 15 1. Set up fieldable pane for About page/tab and export content.16 15 1. 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.18 16 1. 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. 17 1. Code refactor & Drupal standards cleanup, commit to Git. 21 18 22 19 === Other key tasks === … … 30 27 1. 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/ 31 28 1. 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.33 29 1. Add Optional CSS/style options on Widget Builder page. 34 30 1. The ability to import/export a built widget via CTools & Features … … 246 242 * Much chin scratching... Planning a simpler approach with no fancy AJAX tabs, just tabs and links. Grrrr... what waste of time! 247 243 248 ==== 8 December -- 4h (+16total) ====244 ==== 8 December -- 6.5h (22.5 total) ==== 249 245 * 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. 250 247 * 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. 251 248 * 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. 252 249 * 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.