Changes between Version 62 and Version 63 of IIRS/DevelopmentPlan
- Timestamp:
- 11/29/13 13:53:27 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IIRS/DevelopmentPlan
v62 v63 12 12 13 13 === Plan === 14 1. UNDERWAY Finish 'Build Widget' page. 15 * Build 'iFrame' Widget Framework plugin with key theme and utility functions. 16 * Implement settings form for each widget_style to allow to be used in the Build page. 17 * Allow code to be grabbed, test fully. 18 * See also: http://www.advomatic.com/blogs/dave-hansen-lange/responsive-iframes-yes-it-possible 14 19 1. UNDERWAY Finish view page: 15 20 * Set up fieldable pane for About page/tab and export content. 16 21 * Map view/search -- views based again, using Leaflet or Leaflet Map Box plus [https://drupal.org/project/ip_geoloc IP Geolocation Views and Maps]. 17 1. Export code to Github and refactor.18 22 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/ 19 1. Create 'Get Widget' page based on Widget Layouts plugins (part built) plus the pages already made for view & entry. -- see also: http://www.advomatic.com/blogs/dave-hansen-lange/responsive-iframes-yes-it-possible20 1. Set up test site on Jim's server -- allows us to set up Hybrid Auth social media login23 1. Set up test site on TN's server (Puffin) -- allows us to set up/test Hybrid Auth social media login. 24 1. Code refactor & Drupal standards cleanup. 21 25 1. Update all views, panes, features to handle language context. 22 26 1. Export all TN-specific data as feature. … … 24 28 25 29 === Other key tasks === 26 1. Convert code so far into better structure (core, initiative, registration etc), reusing PSE widget code where possible27 1. Convert D6 widget modules & features to D7 per updated [[IIRS/SolutionDesign]].28 30 1. Add Services and Services Client modules 31 1. Debug & improve the base Hub install profile. 29 32 30 33 === Nice to haves === 31 34 These are a secondary goals that are nice to haves, but the IIRS widget with internationalisation and associated (syncing) directory is the primary goal... To do if we have time, Ed to prioritise as needed. 32 35 1. Create 'Hub Profile' on clone (STG?) of D6 TN.org containins basic text, country, language and widget displays. 33 1. Debug & improve Hub install profile.34 36 1. [8] (Ben?) Update widget HTML/CSS/theme as needed. 35 37 1. Add Optional CSS/style options on Widget Builder page. 38 1. The ability to import/export a built widget via CTools & Features 36 39 37 40 == Beta == … … 219 222 * '''INVOICE SENT: 47.5 hours''' resetting counter on log. 220 223 221 ==== 27 November -- .5h ( 47.5 total) ====224 ==== 27 November -- .5h (.5 total) ==== 222 225 * Updated log. 226 227 ==== 29 November -- ...h (+.5 total) ==== 223 228 * Built 'iFrame' framework plugin and related functions - mainly theme and helper functions that allow the new Widget Styles that are based on iFrames to be implemented cleanly.