eC 4 for Drupal 6 Roadmap

You are viewing a wiki page. You are welcome to join the group and then edit it. Be bold!
brmassa@drupal.org's picture
public
brmassa@drupal.org - Tue, 2008-05-20 11:47

I stopped the eC development for a while. Its because i was preparing my new project. But it uses D6. I asked Gordon to hurry things up to let me start as soon as possible the Drupal 6 port of eC4. Here is a basic roadmap

Roadmap

  1. Implement the hook_schema on all hook_install
  2. Change all hook_menu data scheme
  3. Change all hook_help functions
  4. Split all form_alter into specific form_FORMID_alter
  5. Use Views on as many listing as possible
  6. Split the files using the new hook_menu include feature
  7. Do all other the minor conversions listed on http://drupal.org/node/114774
  8. Launch the code and be happy!

Module Convertion Strategy

All modules must be converted, but we need to focus on the core modules first. As soon the main Core modules are converted and working fine, contrib modules should be the target.

Prerequisites

  1. eC4 RC released for Drupal 5
  2. Views for Drupal 6 (at least a RC version)

Update

13 June 08 - Any progress made so far? You can put up the tasklist so that more people can contribute & take up those tasks. I'm willing to take up few tasks. TechRobo

15 June 08 - I started a separated project to hold the eC4 port. its called e-Commerce PLUS. Soon eC reaches the RC state that project will be merged to eC. But you can download the dev code and see the progress.