Changes between Version 57 and Version 58 of IIRS/DevelopmentPlan
- Timestamp:
- 11/17/13 23:43:20 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IIRS/DevelopmentPlan
v57 v58 12 12 13 13 === Plan === 14 Estimated time in hours in brackets. 15 1. UNDERWAY (5) Get workflow to working state, test -- now need to integrate entry form then am done. 16 1. UNDERWAY (2) Make settings form for Workflow plugin, make part of Workflow container settings -- done but buggy... 17 1. UNDERWAY (8) Build pages for entry/view and get workflow connected via 18 1. Set up fieldable pane for About page/tab and export content. 19 1. Map view -- views based again, using Leaflet or Leaflet Map Box plus [https://drupal.org/project/ip_geoloc IP Geolocation Views and Maps]... 14 1. UNDERWAY Fix settings form for Workflow plugin, $conf not saving... 15 1. UNDERWAY Finish view page: 16 * Set up fieldable pane for About page/tab and export content. 17 * Map view/search -- views based again, using Leaflet or Leaflet Map Box plus [https://drupal.org/project/ip_geoloc IP Geolocation Views and Maps]. 20 18 1. Override view output to pop up result in another DIV/iFrame. -- is mostly done via CTools/Panels with minimal coding. 21 1. Create 'Get Widget' page based on Widget Layouts plugins plus panelsfor view & entry.19 1. Create 'Get Widget' page based on Widget Layouts plugins (part built) plus the pages already made for view & entry. 22 20 1. Set up test site on Jim's server -- allows us to set up Hybrid Auth social media login 23 21 1. Update all views, panes, features to handle language context. … … 187 185 * Debugging, refactor to better use Drupal's ''drupal_static()'' function and avoid passing around everything. Tidy up. 188 186 189 ==== 17 November -- 3.5h (35 total) ====187 ==== 17 November -- 4h (35.5 total) ==== 190 188 * Continued refactor, improvements, bug fixes. 191 189 * Managed to fix the redirect issue after stealing some code from [https://drupal.org/project/login_destination Login Destination] since I was battling with many core issues/features. 192 * Workflow process and container now work (login -> submit -> thank you page), all except for the $conf from the workflow setup page not being saved properly. Will park, get the 'Thanks' screen showing with hard coded text, then fix after the view panels are done. 190 * Workflow process and container now work (login -> submit -> thank you page), all except for the $conf from the workflow setup page not being saved properly. 191 * 'Thanks' screen showing with hard coded text, will fix after the map and popup view panels are done.